#85099A

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

Shades of Dark Magenta #85099A

Tints of Dark Magenta #85099A

Color information

#85099A (or 0x85099A) is unknown color: approx Dark Magenta. HEX triplet: 85, 09 and 9A. RGB value is (133,9,154). Sum of RGB (Red+Green+Blue) = 133+9+154=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #85099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85099A is #7AF665. Grayscale: #3E3E3E. Windows color (decimal): -8058470 or 10094981. OLE color: 10094981.

HSL color Cylindrical-coordinate representation of color #85099A: hue angle of 291.31º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85099A is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1339154-
CMYK0.140.9400.40
HSL291.31º88.96%31.96%-
HSV(B)291.31º94.16%60.39%-
XYZ15.67.5231.2-
YUV62.61179.58178.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=44.93%
G=3.04%
B=52.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13391540.140.9400.40291.3188.9631.96
Hex8599AE5E0281235920
Octal205112321613605044313140
Binary100001011001100110101110101111001010001001000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,9,154); }

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

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

 a { background-color: rgb(133,9,154); }

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

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

 span { border-color: rgb(133,9,154); }

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