#97246E

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

Shades of Dark Purple #97246E

Tints of Dark Purple #97246E

Color information

#97246E (or 0x97246E) is unknown color: approx Dark Purple. HEX triplet: 97, 24 and 6E. RGB value is (151,36,110). Sum of RGB (Red+Green+Blue) = 151+36+110=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97246E is #68DB91. Grayscale: #4E4E4E. Windows color (decimal): -6871954 or 7218327. OLE color: 7218327.

HSL color Cylindrical-coordinate representation of color #97246E: hue angle of 321.39º 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 #97246E is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15136110-
CMYK00.760.270.41
HSL321.39º61.5%36.67%-
HSV(B)321.39º76.16%59.22%-
XYZ16.218.9715.63-
YUV78.82145.6179.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 36 (14.45% from 255) = 12.12%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=50.84%
G=12.12%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513611000.760.270.41321.3961.536.67
Hex97246E04C1B291413d25
Octal22744156011433515017545
Binary1001011110010011011100100110011011101001101000001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97246E; }

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

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

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

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

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

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

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

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