#85186F

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

Shades of Dark Purple #85186F

Tints of Dark Purple #85186F

Color information

#85186F (or 0x85186F) is unknown color: approx Dark Purple. HEX triplet: 85, 18 and 6F. RGB value is (133,24,111). Sum of RGB (Red+Green+Blue) = 133+24+111=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85186F is #7AE790. Grayscale: #424242. Windows color (decimal): -8054673 or 7280773. OLE color: 7280773.

HSL color Cylindrical-coordinate representation of color #85186F: hue angle of 312.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85186F is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13324111-
CMYK00.820.170.48
HSL312.11º69.43%30.78%-
HSV(B)312.11º81.95%52.16%-
XYZ12.876.7915.67-
YUV66.51153.11175.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 111 (43.75% from 255) = 41.42%
R=49.63%
G=8.96%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332411100.820.170.48312.1169.4330.78
Hex85186F0521130138451f
Octal205301570122216047010537
Binary100001011100011011110101001010001110000100111000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85186F; }

 p { color: rgb(133,24,111); }

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

<style>
 a { background-color: #85186F; }

 a { background-color: rgb(133,24,111); }

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

<style>
 span { border-color: #85186F; }

 span { border-color: rgb(133,24,111); }

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