#970892

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

Shades of Dark Magenta #970892

Tints of Dark Magenta #970892

Color information

#970892 (or 0x970892) is unknown color: approx Dark Magenta. HEX triplet: 97, 08 and 92. RGB value is (151,8,146). Sum of RGB (Red+Green+Blue) = 151+8+146=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #970892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970892 is #68F76D. Grayscale: #424242. Windows color (decimal): -6879086 or 9570455. OLE color: 9570455.

HSL color Cylindrical-coordinate representation of color #970892: hue angle of 302.1º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970892 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB1518146-
CMYK00.950.030.41
HSL302.1º89.94%31.18%-
HSV(B)302.1º94.7%59.22%-
XYZ18.048.8327.95-
YUV66.49172.88188.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 8 (3.52% from 255) = 2.62%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=49.51%
G=2.62%
B=47.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151814600.950.030.41302.189.9431.18
Hex9789205F32912e5a1f
Octal22710222013735145613237
Binary100101111000100100100101111111101001100101110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970892; }

 p { color: rgb(151,8,146); }

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

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

 a { background-color: rgb(151,8,146); }

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

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

 span { border-color: rgb(151,8,146); }

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