#97206D

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

Shades of Dark Purple #97206D

Tints of Dark Purple #97206D

Color information

#97206D (or 0x97206D) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 6D. RGB value is (151,32,109). Sum of RGB (Red+Green+Blue) = 151+32+109=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97206D is #68DF92. Grayscale: #4C4C4C. Windows color (decimal): -6872979 or 7151767. OLE color: 7151767.

HSL color Cylindrical-coordinate representation of color #97206D: hue angle of 321.18º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #97206D is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15132109-
CMYK00.790.280.41
HSL321.18º65.03%35.88%-
HSV(B)321.18º78.81%59.22%-
XYZ16.048.7215.31-
YUV76.36146.42181.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.71%
GREEN value IS 32 (12.89% from 255) = 10.96%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=51.71%
G=10.96%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513210900.790.280.41321.1865.0335.88
Hex97206D04F1C291414124
Octal227401550117345150110144
Binary10010111100000110110101001111111001010011010000011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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