#97208E

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

Shades of Dark Purple #97208E

Tints of Dark Purple #97208E

Color information

#97208E (or 0x97208E) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 8E. RGB value is (151,32,142). Sum of RGB (Red+Green+Blue) = 151+32+142=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #97208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97208E is #68DF71. Grayscale: #4F4F4F. Windows color (decimal): -6872946 or 9314455. OLE color: 9314455.

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

Color convert

RGB15132142-
CMYK00.790.060.41
HSL304.54º65.03%35.88%-
HSV(B)304.54º78.81%59.22%-
XYZ18.169.5726.48-
YUV80.12162.92178.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 32 (12.89% from 255) = 9.85%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=46.46%
G=9.85%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513214200.790.060.41304.5465.0335.88
Hex97208E04F6291314124
Octal22740216011765146110144
Binary1001011110000010001110010011111101010011001100011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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