#97209C

Color #97209C Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #97209C

Tints of Vivid Violet #97209C

Color information

#97209C (or 0x97209C) is unknown color: approx Vivid Violet. HEX triplet: 97, 20 and 9C. RGB value is (151,32,156). Sum of RGB (Red+Green+Blue) = 151+32+156=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #97209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97209C is #68DF63. Grayscale: #515151. Windows color (decimal): -6872932 or 10231959. OLE color: 10231959.

HSL color Cylindrical-coordinate representation of color #97209C: hue angle of 297.58º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #97209C is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15132156-
CMYK0.030.7900.39
HSL297.58º65.96%36.86%-
HSV(B)297.58º79.49%61.18%-
XYZ19.2810.0132.37-
YUV81.72169.92177.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 32 (12.89% from 255) = 9.44%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=44.54%
G=9.44%
B=46.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151321560.030.7900.39297.5865.9636.86
Hex97209C34F02712a4225
Octal22740234311704745210245
Binary100101111000001001110011100111101001111001010101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97209C; }

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

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

<style>
 a { background-color: #97209C; }

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

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

<style>
 span { border-color: #97209C; }

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

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