COLOR #805988

HEX: #805988
RGB: (128,89,136)

Renk bilgisi

#805988 contains red, green and blue colors in about the same proportion. #805988 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#805988 color RGB value is (128,89,136).

  • kırmız ton 128;
  • yeşil ton 89;
  • mavi ton 136.
RGB:
(128,89,136)
(50%,35%,53%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 89 of 255 = 35%
B 136 of 255 = 53%

128
89
136

R + G + B ~ 46%. #805988 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 89 + 136 = 353 (100%)
R 128 of 353 ~ 36.26%
G 89 of 353 ~ 25.21%
B 136 of 353 ~ 38.53%

%36.26
%25.21
%38.53

CMYK RENK MODELİ

#805988 rengi CMYK tonu (6,35,0,47).

  • camgöbeği tonu 5.88%
  • eflatun tonu 34.56%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(6,35,0,47)
C6M35Y0K47 
(6%,35%,0%,47%)
(0.06/0.35/0.00/0.47)	

CMYK yüzdeleri

%5.88
%34.56
%0
%46.67

Codes

Color #805988 in popluar color models

805988
RGB12889136
HSL290°20.89%44.12%
HSB/HSV290°34.56%53.33%
CMYK5.88%34.56%0.00%
46.67%

Color #805988 in popluar number systems.

HEX805988
Decimal12889136
Binary10000000101100110001000
Octal200131210

Shades and tints

Shades of #805988

#805988
(128,89,136)
#75517C
(117,81,124)
#6A4970
(106,73,112)
#5F4164
(95,65,100)
#543958
(84,57,88)
#49314C
(73,49,76)
#3E2940
(62,41,64)
#332134
(51,33,52)
#281928
(40,25,40)
#1D111C
(29,17,28)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #805988

#805988
(128,89,136)
#8B6892
(139,104,146)
#96779C
(150,119,156)
#A186A6
(161,134,166)
#AC95B0
(172,149,176)
#B7A4BA
(183,164,186)
#C2B3C4
(194,179,196)
#CDC2CE
(205,194,206)
#D8D1D8
(216,209,216)
#E3E0E2
(227,224,226)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805988 color. Also use rgb(128,89,136) instead hex code.

Text Font Color

.myTextColor { color: #805988; }

<p style="color:#805988">This sample text font color is #805988.</p>

This text font color is #805988.


Background Color

.myBgColor { background-color: #805988; }

<div style="background-color:#805988">Inner text</div>

This div background color is #805988.


Border color

.myBorderColor { border: 1px solid #805988; }

<div style="border:3px solid #805988">Div</div>

This div border color is #805988.


Opacity

.myOpacity80 { color: #805988; opacity: 0.8; }

<p style="color:#805988;opacity:0.8;">80%</p>

Text with #805988 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #805988;}

<p style="text-shadow: 3px 3px 1px #805988">Text here.</p>

This text has shadow with #805988 color.

.textShadow {text-shadow: 3px 3px 1px #805988, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #805988, 5px 5px 20px red">Text here.</p>

This text has shadow with #805988 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#805988, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#805988, Direction=45, Strength=4)">Text</p>

This text has shadow with #805988 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #805988;
  -webkit-box-shadow:	1px 1px 3px 2px #805988;
  box-shadow:		1px 1px 3px 2px #805988;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #805988;
-webkit-box-shadow: 1px 1px 3px 2px #805988;
box-shadow:1px 1px 3px 2px #805988;">
Div content here</div>
This div box has shadow with color #805988.

Preview

Color preview on black background

This text has color #805988 on black background.


Color preview on white background

This text has color #805988 on white background.



Black color preview on #805988 background

This text has black color on #805988 background.


White color preview on #805988 background

This text has white color on #805988 background.