#870D95

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

Shades of Dark Magenta #870D95

Tints of Dark Magenta #870D95

Color information

#870D95 (or 0x870D95) is unknown color: approx Dark Magenta. HEX triplet: 87, 0D and 95. RGB value is (135,13,149). Sum of RGB (Red+Green+Blue) = 135+13+149=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #870D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870D95 is #78F26A. Grayscale: #404040. Windows color (decimal): -7926379 or 9768327. OLE color: 9768327.

HSL color Cylindrical-coordinate representation of color #870D95: hue angle of 293.82º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870D95 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13513149-
CMYK0.090.9100.42
HSL293.82º83.95%31.76%-
HSV(B)293.82º91.28%58.43%-
XYZ15.567.6129.08-
YUV64.98175.42177.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 13 (5.47% from 255) = 4.38%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=45.45%
G=4.38%
B=50.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135131490.090.9100.42293.8283.9531.76
Hex87D9595B02A1265420
Octal207152251113305244612440
Binary100001111101100101011001101101101010101001001101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870D95; }

 p { color: rgb(135,13,149); }

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

<style>
 a { background-color: #870D95; }

 a { background-color: rgb(135,13,149); }

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

<style>
 span { border-color: #870D95; }

 span { border-color: rgb(135,13,149); }

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