#97296C

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

Shades of Dark Purple #97296C

Tints of Dark Purple #97296C

Color information

#97296C (or 0x97296C) is unknown color: approx Dark Purple. HEX triplet: 97, 29 and 6C. RGB value is (151,41,108). Sum of RGB (Red+Green+Blue) = 151+41+108=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #97296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97296C is #68D693. Grayscale: #515151. Windows color (decimal): -6870676 or 7088535. OLE color: 7088535.

HSL color Cylindrical-coordinate representation of color #97296C: hue angle of 323.45º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97296C is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15141108-
CMYK00.730.280.41
HSL323.45º57.29%37.65%-
HSV(B)323.45º72.85%59.22%-
XYZ16.269.2515.12-
YUV81.53142.94177.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.33%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 108 (42.58% from 255) = 36%
R=50.33%
G=13.67%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514110800.730.280.41323.4557.2937.65
Hex97296C0491C291433926
Octal22751154011134515037146
Binary1001011110100111011000100100111100101001101000011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97296C; }

 p { color: rgb(151,41,108); }

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

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

 a { background-color: rgb(151,41,108); }

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

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

 span { border-color: rgb(151,41,108); }

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