#85098F

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

Shades of Dark Magenta #85098F

Tints of Dark Magenta #85098F

Color information

#85098F (or 0x85098F) is unknown color: approx Dark Magenta. HEX triplet: 85, 09 and 8F. RGB value is (133,9,143). Sum of RGB (Red+Green+Blue) = 133+9+143=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #85098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85098F is #7AF670. Grayscale: #3C3C3C. Windows color (decimal): -8058481 or 9374085. OLE color: 9374085.

HSL color Cylindrical-coordinate representation of color #85098F: hue angle of 295.52º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85098F is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1339143-
CMYK0.070.9400.44
HSL295.52º88.16%29.8%-
HSV(B)295.52º93.71%56.08%-
XYZ14.737.1726.59-
YUV61.35174.08179.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 143 (56.25% from 255) = 50.18%
R=46.67%
G=3.16%
B=50.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13391430.070.9400.44295.5288.1629.8
Hex8598F75E02C128581e
Octal20511217713605445013036
Binary1000010110011000111111110111100101100100101000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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