#850D6E

Color #850D6E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #850D6E

Tints of Dark Purple #850D6E

Color information

#850D6E (or 0x850D6E) is unknown color: approx Dark Purple. HEX triplet: 85, 0D and 6E. RGB value is (133,13,110). Sum of RGB (Red+Green+Blue) = 133+13+110=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #850D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D6E is #7AF291. Grayscale: #3B3B3B. Windows color (decimal): -8057490 or 7212421. OLE color: 7212421.

HSL color Cylindrical-coordinate representation of color #850D6E: hue angle of 311.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D6E is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13313110-
CMYK00.900.170.48
HSL311.5º82.19%28.63%-
HSV(B)311.5º90.23%52.16%-
XYZ12.636.415.32-
YUV59.94156.26180.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 13 (5.47% from 255) = 5.08%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=51.95%
G=5.08%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331311000.900.170.48311.582.1928.63
Hex85D6E05A1130138521d
Octal205151560132216047012235
Binary10000101110111011100101101010001110000100111000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850D6E; }

 p { color: rgb(133,13,110); }

 H1.HeaderClassName
 {
   color: #850D6E;
 }
 .AnyTagClassName
 {
   color: #850D6E;
 }
</style>
background-color css

<style>
 a { background-color: #850D6E; }

 a { background-color: rgb(133,13,110); }

 div.DivClassName
 {
   background-color: #850D6E;
 }
 .BgClassName
 {
   background-color: #850D6E;
 }
</style>
border-color css

<style>
 span { border-color: #850D6E; }

 span { border-color: rgb(133,13,110); }

 td.TdClassName
 {
   border-color: #850D6E;
 }
 .TagClassName
 {
   border-color: #850D6E;
 }
</style>