#85098A

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

Shades of Dark Magenta #85098A

Tints of Dark Magenta #85098A

Color information

#85098A (or 0x85098A) is unknown color: approx Dark Magenta. HEX triplet: 85, 09 and 8A. RGB value is (133,9,138). Sum of RGB (Red+Green+Blue) = 133+9+138=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #85098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85098A is #7AF675. Grayscale: #3C3C3C. Windows color (decimal): -8058486 or 9046405. OLE color: 9046405.

HSL color Cylindrical-coordinate representation of color #85098A: hue angle of 297.67º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85098A is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1339138-
CMYK0.040.9300.46
HSL297.67º87.76%28.82%-
HSV(B)297.67º93.48%54.12%-
XYZ14.367.0224.64-
YUV60.78171.58179.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 9 (3.91% from 255) = 3.21%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=47.5%
G=3.21%
B=49.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13391380.040.9300.46297.6787.7628.82
Hex8598A45D02E12a581d
Octal20511212413505645213035
Binary1000010110011000101010010111010101110100101010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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