#85159E

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

Shades of Dark Magenta #85159E

Tints of Dark Magenta #85159E

Color information

#85159E (or 0x85159E) is unknown color: approx Dark Magenta. HEX triplet: 85, 15 and 9E. RGB value is (133,21,158). Sum of RGB (Red+Green+Blue) = 133+21+158=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #85159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85159E is #7AEA61. Grayscale: #454545. Windows color (decimal): -8055394 or 10360197. OLE color: 10360197.

HSL color Cylindrical-coordinate representation of color #85159E: hue angle of 289.05º degrees, saturation: 0.77, 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 #85159E is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13321158-
CMYK0.160.8700.38
HSL289.05º76.54%35.1%-
HSV(B)289.05º86.71%61.96%-
XYZ16.117.9933.04-
YUV70.11177.61172.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 21 (8.59% from 255) = 6.73%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=42.63%
G=6.73%
B=50.64%

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
Decimal133211580.160.8700.38289.0576.5435.1
Hex85159E10570261214d23
Octal205252362012704644111543
Binary10000101101011001111010000101011101001101001000011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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