#97369C

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

Shades of Vivid Violet #97369C

Tints of Vivid Violet #97369C

Color information

#97369C (or 0x97369C) is unknown color: approx Vivid Violet. HEX triplet: 97, 36 and 9C. RGB value is (151,54,156). Sum of RGB (Red+Green+Blue) = 151+54+156=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #97369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97369C is #68C963. Grayscale: #5E5E5E. Windows color (decimal): -6867300 or 10237591. OLE color: 10237591.

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

Color convert

RGB15154156-
CMYK0.030.6500.39
HSL297.06º48.57%41.18%-
HSV(B)297.06º65.38%61.18%-
XYZ20.0811.6232.64-
YUV94.63162.64168.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 54 (21.48% from 255) = 14.96%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=41.83%
G=14.96%
B=43.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151541560.030.6500.39297.0648.5741.18
Hex97369C3410271293129
Octal2276623431010474516151
Binary10010111110110100111001110000010100111100101001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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