#85166A

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

Shades of Dark Purple #85166A

Tints of Dark Purple #85166A

Color information

#85166A (or 0x85166A) is unknown color: approx Dark Purple. HEX triplet: 85, 16 and 6A. RGB value is (133,22,106). Sum of RGB (Red+Green+Blue) = 133+22+106=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85166A is #7AE995. Grayscale: #404040. Windows color (decimal): -8055190 or 6952581. OLE color: 6952581.

HSL color Cylindrical-coordinate representation of color #85166A: hue angle of 314.59º 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 #85166A is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13322106-
CMYK00.830.200.48
HSL314.59º71.61%30.39%-
HSV(B)314.59º83.46%52.16%-
XYZ12.566.614.25-
YUV64.76151.27176.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=50.96%
G=8.43%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332210600.830.200.48314.5971.6130.39
Hex85166A053143013b481e
Octal205261520123246047311036
Binary100001011011011010100101001110100110000100111011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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