#97296D

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

Shades of Dark Purple #97296D

Tints of Dark Purple #97296D

Color information

#97296D (or 0x97296D) is unknown color: approx Dark Purple. HEX triplet: 97, 29 and 6D. RGB value is (151,41,109). Sum of RGB (Red+Green+Blue) = 151+41+109=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #97296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97296D is #68D692. Grayscale: #515151. Windows color (decimal): -6870675 or 7154071. OLE color: 7154071.

HSL color Cylindrical-coordinate representation of color #97296D: hue angle of 322.91º 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 #97296D is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15141109-
CMYK00.730.280.41
HSL322.91º57.29%37.65%-
HSV(B)322.91º72.85%59.22%-
XYZ16.329.2715.4-
YUV81.64143.44177.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.17%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=50.17%
G=13.62%
B=36.21%

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
Decimal1514110900.730.280.41322.9157.2937.65
Hex97296D0491C291433926
Octal22751155011134515037146
Binary1001011110100111011010100100111100101001101000011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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