#971692

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

Shades of Dark Magenta #971692

Tints of Dark Magenta #971692

Color information

#971692 (or 0x971692) is unknown color: approx Dark Magenta. HEX triplet: 97, 16 and 92. RGB value is (151,22,146). Sum of RGB (Red+Green+Blue) = 151+22+146=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #971692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971692 is #68E96D. Grayscale: #4A4A4A. Windows color (decimal): -6875502 or 9574039. OLE color: 9574039.

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

Color convert

RGB15122146-
CMYK00.850.030.41
HSL302.33º74.57%33.92%-
HSV(B)302.33º85.43%59.22%-
XYZ18.249.2328.01-
YUV74.71168.24182.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.34%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=47.34%
G=6.90%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512214600.850.030.41302.3374.5733.92
Hex97169205532912e4b22
Octal22726222012535145611342
Binary10010111101101001001001010101111010011001011101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971692; }

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

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

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

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

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

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

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

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