#972494

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

Shades of Dark Purple #972494

Tints of Dark Purple #972494

Color information

#972494 (or 0x972494) is unknown color: approx Dark Purple. HEX triplet: 97, 24 and 94. RGB value is (151,36,148). Sum of RGB (Red+Green+Blue) = 151+36+148=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #972494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972494 is #68DB6B. Grayscale: #525252. Windows color (decimal): -6871916 or 9708695. OLE color: 9708695.

HSL color Cylindrical-coordinate representation of color #972494: hue angle of 301.57º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972494 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15136148-
CMYK00.760.020.41
HSL301.57º61.5%36.67%-
HSV(B)301.57º76.16%59.22%-
XYZ18.749.9828.96-
YUV83.15164.6176.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 36 (14.45% from 255) = 10.75%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=45.07%
G=10.75%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513614800.760.020.41301.5761.536.67
Hex97249404C22912e3d25
Octal2274422401142514567545
Binary10010111100100100101000100110010101001100101110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972494; }

 p { color: rgb(151,36,148); }

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

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

 a { background-color: rgb(151,36,148); }

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

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

 span { border-color: rgb(151,36,148); }

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