#97208F

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

Shades of Dark Purple #97208F

Tints of Dark Purple #97208F

Color information

#97208F (or 0x97208F) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 8F. RGB value is (151,32,143). Sum of RGB (Red+Green+Blue) = 151+32+143=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97208F is #68DF70. Grayscale: #4F4F4F. Windows color (decimal): -6872945 or 9379991. OLE color: 9379991.

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

Color convert

RGB15132143-
CMYK00.790.050.41
HSL304.03º65.03%35.88%-
HSV(B)304.03º78.81%59.22%-
XYZ18.249.626.88-
YUV80.24163.42178.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.32%
GREEN value IS 32 (12.89% from 255) = 9.82%
BLUE value IS 143 (56.25% from 255) = 43.87%
R=46.32%
G=9.82%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513214300.790.050.41304.0365.0335.88
Hex97208F04F5291304124
Octal22740217011755146010144
Binary1001011110000010001111010011111011010011001100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97208F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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