#85129E

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

Shades of Dark Magenta #85129E

Tints of Dark Magenta #85129E

Color information

#85129E (or 0x85129E) is unknown color: approx Dark Magenta. HEX triplet: 85, 12 and 9E. RGB value is (133,18,158). Sum of RGB (Red+Green+Blue) = 133+18+158=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #85129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85129E is #7AED61. Grayscale: #434343. Windows color (decimal): -8056162 or 10359429. OLE color: 10359429.

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

Color convert

RGB13318158-
CMYK0.160.8900.38
HSL289.29º79.55%34.51%-
HSV(B)289.29º88.61%61.96%-
XYZ16.067.8933.02-
YUV68.34178.6174.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 18 (7.42% from 255) = 5.83%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=43.04%
G=5.83%
B=51.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133181580.160.8900.38289.2979.5534.51
Hex85129E10590261215023
Octal205222362013104644112043
Binary10000101100101001111010000101100101001101001000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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