#850D6D

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

Shades of Dark Purple #850D6D

Tints of Dark Purple #850D6D

Color information

#850D6D (or 0x850D6D) is unknown color: approx Dark Purple. HEX triplet: 85, 0D and 6D. RGB value is (133,13,109). Sum of RGB (Red+Green+Blue) = 133+13+109=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #850D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D6D is #7AF292. Grayscale: #3B3B3B. Windows color (decimal): -8057491 or 7146885. OLE color: 7146885.

HSL color Cylindrical-coordinate representation of color #850D6D: hue angle of 312º 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 #850D6D is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13313109-
CMYK00.900.180.48
HSL312º82.19%28.63%-
HSV(B)312º90.23%52.16%-
XYZ12.586.3815.04-
YUV59.82155.76180.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 13 (5.47% from 255) = 5.10%
BLUE value IS 109 (42.97% from 255) = 42.75%
R=52.16%
G=5.10%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331310900.900.180.4831282.1928.63
Hex85D6D05A1230138521d
Octal205151550132226047012235
Binary10000101110111011010101101010010110000100111000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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