#85149E

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

Shades of Dark Magenta #85149E

Tints of Dark Magenta #85149E

Color information

#85149E (or 0x85149E) is unknown color: approx Dark Magenta. HEX triplet: 85, 14 and 9E. RGB value is (133,20,158). Sum of RGB (Red+Green+Blue) = 133+20+158=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #85149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85149E is #7AEB61. Grayscale: #454545. Windows color (decimal): -8055650 or 10359941. OLE color: 10359941.

HSL color Cylindrical-coordinate representation of color #85149E: hue angle of 289.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85149E is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13320158-
CMYK0.160.8700.38
HSL289.13º77.53%34.9%-
HSV(B)289.13º87.34%61.96%-
XYZ16.097.9633.04-
YUV69.52177.94173.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 20 (8.20% from 255) = 6.43%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=42.77%
G=6.43%
B=50.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133201580.160.8700.38289.1377.5334.9
Hex85149E10570261214e23
Octal205242362012704644111643
Binary10000101101001001111010000101011101001101001000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85149E; }

 p { color: rgb(133,20,158); }

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

<style>
 a { background-color: #85149E; }

 a { background-color: rgb(133,20,158); }

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

<style>
 span { border-color: #85149E; }

 span { border-color: rgb(133,20,158); }

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