#85169C

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

Shades of Dark Magenta #85169C

Tints of Dark Magenta #85169C

Color information

#85169C (or 0x85169C) is unknown color: approx Dark Magenta. HEX triplet: 85, 16 and 9C. RGB value is (133,22,156). Sum of RGB (Red+Green+Blue) = 133+22+156=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #85169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85169C is #7AE963. Grayscale: #464646. Windows color (decimal): -8055140 or 10229381. OLE color: 10229381.

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

Color convert

RGB13322156-
CMYK0.150.8600.39
HSL289.7º75.28%34.9%-
HSV(B)289.7º85.9%61.18%-
XYZ15.967.9632.15-
YUV70.46176.27172.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 22 (8.98% from 255) = 7.07%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=42.77%
G=7.07%
B=50.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133221560.150.8600.39289.775.2834.9
Hex85169CF560271224b23
Octal205262341712604744211343
Binary1000010110110100111001111101011001001111001000101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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