#85186E

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

Shades of Dark Purple #85186E

Tints of Dark Purple #85186E

Color information

#85186E (or 0x85186E) is unknown color: approx Dark Purple. HEX triplet: 85, 18 and 6E. RGB value is (133,24,110). Sum of RGB (Red+Green+Blue) = 133+24+110=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85186E is #7AE791. Grayscale: #424242. Windows color (decimal): -8054674 or 7215237. OLE color: 7215237.

HSL color Cylindrical-coordinate representation of color #85186E: hue angle of 312.66º 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 #85186E is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13324110-
CMYK00.820.170.48
HSL312.66º69.43%30.78%-
HSV(B)312.66º81.95%52.16%-
XYZ12.816.7715.38-
YUV66.4152.61175.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=49.81%
G=8.99%
B=41.20%

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
Decimal1332411000.820.170.48312.6669.4330.78
Hex85186E0521130139451f
Octal205301560122216047110537
Binary100001011100011011100101001010001110000100111001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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