#970186

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

Shades of Dark Magenta #970186

Tints of Dark Magenta #970186

Color information

#970186 (or 0x970186) is unknown color: approx Dark Magenta. HEX triplet: 97, 01 and 86. RGB value is (151,1,134). Sum of RGB (Red+Green+Blue) = 151+1+134=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #970186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970186 is #68FE79. Grayscale: #3C3C3C. Windows color (decimal): -6880890 or 8782231. OLE color: 8782231.

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

Color convert

RGB1511134-
CMYK00.990.110.41
HSL306.8º98.68%29.8%-
HSV(B)306.8º99.34%59.22%-
XYZ17.088.3223.26-
YUV61.01169.2192.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.80%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=52.80%
G=0.35%
B=46.85%

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
Decimal151113400.990.110.41306.898.6829.8
Hex97186063B29133631e
Octal22712060143135146314336
Binary10010111110000110011000111011101001100110011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970186; }

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

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

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

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

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

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

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

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