#97206E

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

Shades of Dark Purple #97206E

Tints of Dark Purple #97206E

Color information

#97206E (or 0x97206E) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 6E. RGB value is (151,32,110). Sum of RGB (Red+Green+Blue) = 151+32+110=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #97206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97206E is #68DF91. Grayscale: #4C4C4C. Windows color (decimal): -6872978 or 7217303. OLE color: 7217303.

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

Color convert

RGB15132110-
CMYK00.790.270.41
HSL320.67º65.03%35.88%-
HSV(B)320.67º78.81%59.22%-
XYZ16.098.7415.59-
YUV76.47146.92181.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.54%
GREEN value IS 32 (12.89% from 255) = 10.92%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=51.54%
G=10.92%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513211000.790.270.41320.6765.0335.88
Hex97206E04F1B291414124
Octal227401560117335150110144
Binary10010111100000110111001001111110111010011010000011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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