#970187

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

Shades of Dark Magenta #970187

Tints of Dark Magenta #970187

Color information

#970187 (or 0x970187) is unknown color: approx Dark Magenta. HEX triplet: 97, 01 and 87. RGB value is (151,1,135). Sum of RGB (Red+Green+Blue) = 151+1+135=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #970187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970187 is #68FE78. Grayscale: #3C3C3C. Windows color (decimal): -6880889 or 8847767. OLE color: 8847767.

HSL color Cylindrical-coordinate representation of color #970187: hue angle of 306.4º 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 #970187 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB1511135-
CMYK00.990.110.41
HSL306.4º98.68%29.8%-
HSV(B)306.4º99.34%59.22%-
XYZ17.158.3523.63-
YUV61.13169.7192.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151113500.990.110.41306.498.6829.8
Hex97187063B29132631e
Octal22712070143135146214336
Binary10010111110000111011000111011101001100110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970187; }

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

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

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

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

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

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

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

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