#97208D

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

Shades of Dark Purple #97208D

Tints of Dark Purple #97208D

Color information

#97208D (or 0x97208D) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 8D. RGB value is (151,32,141). Sum of RGB (Red+Green+Blue) = 151+32+141=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #97208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97208D is #68DF72. Grayscale: #4F4F4F. Windows color (decimal): -6872947 or 9248919. OLE color: 9248919.

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

Color convert

RGB15132141-
CMYK00.790.070.41
HSL305.04º65.03%35.88%-
HSV(B)305.04º78.81%59.22%-
XYZ18.099.5426.09-
YUV80.01162.42178.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.60%
GREEN value IS 32 (12.89% from 255) = 9.88%
BLUE value IS 141 (55.47% from 255) = 43.52%
R=46.60%
G=9.88%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513214100.790.070.41305.0465.0335.88
Hex97208D04F7291314124
Octal22740215011775146110144
Binary1001011110000010001101010011111111010011001100011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97208D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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