#85159C

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

Shades of Dark Magenta #85159C

Tints of Dark Magenta #85159C

Color information

#85159C (or 0x85159C) is unknown color: approx Dark Magenta. HEX triplet: 85, 15 and 9C. RGB value is (133,21,156). Sum of RGB (Red+Green+Blue) = 133+21+156=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #85159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85159C is #7AEA63. Grayscale: #454545. Windows color (decimal): -8055396 or 10229125. OLE color: 10229125.

HSL color Cylindrical-coordinate representation of color #85159C: hue angle of 289.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85159C is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13321156-
CMYK0.150.8700.39
HSL289.78º76.27%34.71%-
HSV(B)289.78º86.54%61.18%-
XYZ15.947.9232.14-
YUV69.88176.61173.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 21 (8.59% from 255) = 6.77%
BLUE value IS 156 (61.33% from 255) = 50.32%
R=42.90%
G=6.77%
B=50.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133211560.150.8700.39289.7876.2734.71
Hex85159CF570271224c23
Octal205252341712704744211443
Binary1000010110101100111001111101011101001111001000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,21,156); }

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

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

 a { background-color: rgb(133,21,156); }

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

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

 span { border-color: rgb(133,21,156); }

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