#97208B

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

Shades of Dark Purple #97208B

Tints of Dark Purple #97208B

Color information

#97208B (or 0x97208B) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 8B. RGB value is (151,32,139). Sum of RGB (Red+Green+Blue) = 151+32+139=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #97208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97208B is #68DF74. Grayscale: #4F4F4F. Windows color (decimal): -6872949 or 9117847. OLE color: 9117847.

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

Color convert

RGB15132139-
CMYK00.790.080.41
HSL306.05º65.03%35.88%-
HSV(B)306.05º78.81%59.22%-
XYZ17.949.4825.31-
YUV79.78161.42178.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 32 (12.89% from 255) = 9.94%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=46.89%
G=9.94%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513213900.790.080.41306.0565.0335.88
Hex97208B04F8291324124
Octal227402130117105146210144
Binary10010111100000100010110100111110001010011001100101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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