#870197

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

Shades of Dark Magenta #870197

Tints of Dark Magenta #870197

Color information

#870197 (or 0x870197) is unknown color: approx Dark Magenta. HEX triplet: 87, 01 and 97. RGB value is (135,1,151). Sum of RGB (Red+Green+Blue) = 135+1+151=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #870197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870197 is #78FE68. Grayscale: #393939. Windows color (decimal): -7929449 or 9896327. OLE color: 9896327.

HSL color Cylindrical-coordinate representation of color #870197: hue angle of 293.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870197 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1351151-
CMYK0.110.9900.41
HSL293.6º98.68%29.8%-
HSV(B)293.6º99.34%59.22%-
XYZ15.597.4129.89-
YUV58.17180.39182.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=47.04%
G=0.35%
B=52.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13511510.110.9900.41293.698.6829.8
Hex87197B63029126631e
Octal20712271314305144614336
Binary10000111110010111101111000110101001100100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870197; }

 p { color: rgb(135,1,151); }

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

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

 a { background-color: rgb(135,1,151); }

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

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

 span { border-color: rgb(135,1,151); }

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