#85166C

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

Shades of Dark Purple #85166C

Tints of Dark Purple #85166C

Color information

#85166C (or 0x85166C) is unknown color: approx Dark Purple. HEX triplet: 85, 16 and 6C. RGB value is (133,22,108). Sum of RGB (Red+Green+Blue) = 133+22+108=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85166C is #7AE993. Grayscale: #404040. Windows color (decimal): -8055188 or 7083653. OLE color: 7083653.

HSL color Cylindrical-coordinate representation of color #85166C: hue angle of 313.51º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85166C is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13322108-
CMYK00.830.190.48
HSL313.51º71.61%30.39%-
HSV(B)313.51º83.46%52.16%-
XYZ12.676.6414.8-
YUV64.99152.27176.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=50.57%
G=8.37%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332210800.830.190.48313.5171.6130.39
Hex85166C053133013a481e
Octal205261540123236047211036
Binary100001011011011011000101001110011110000100111010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85166C; }

 p { color: rgb(133,22,108); }

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

<style>
 a { background-color: #85166C; }

 a { background-color: rgb(133,22,108); }

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

<style>
 span { border-color: #85166C; }

 span { border-color: rgb(133,22,108); }

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