#97246F

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

Shades of Dark Purple #97246F

Tints of Dark Purple #97246F

Color information

#97246F (or 0x97246F) is unknown color: approx Dark Purple. HEX triplet: 97, 24 and 6F. RGB value is (151,36,111). Sum of RGB (Red+Green+Blue) = 151+36+111=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97246F is #68DB90. Grayscale: #4E4E4E. Windows color (decimal): -6871953 or 7283863. OLE color: 7283863.

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

Color convert

RGB15136111-
CMYK00.760.260.41
HSL320.87º61.5%36.67%-
HSV(B)320.87º76.16%59.22%-
XYZ16.268.9915.92-
YUV78.94146.1179.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.67%
GREEN value IS 36 (14.45% from 255) = 12.08%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=50.67%
G=12.08%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513611100.760.260.41320.8761.536.67
Hex97246F04C1A291413d25
Octal22744157011432515017545
Binary1001011110010011011110100110011010101001101000001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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