#85198F

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

Shades of Dark Magenta #85198F

Tints of Dark Magenta #85198F

Color information

#85198F (or 0x85198F) is unknown color: approx Dark Magenta. HEX triplet: 85, 19 and 8F. RGB value is (133,25,143). Sum of RGB (Red+Green+Blue) = 133+25+143=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #85198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85198F is #7AE670. Grayscale: #464646. Windows color (decimal): -8054385 or 9378181. OLE color: 9378181.

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

Color convert

RGB13325143-
CMYK0.070.8300.44
HSL294.92º70.24%32.94%-
HSV(B)294.92º82.52%56.08%-
XYZ14.987.6626.68-
YUV70.74168.78172.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 25 (10.16% from 255) = 8.31%
BLUE value IS 143 (56.25% from 255) = 47.51%
R=44.19%
G=8.31%
B=47.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133251430.070.8300.44294.9270.2432.94
Hex85198F75302C1274621
Octal20531217712305444710641
Binary100001011100110001111111101001101011001001001111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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