#97579C

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

Shades of Violet Blue #97579C

Tints of Violet Blue #97579C

Color information

#97579C (or 0x97579C) is unknown color: approx Violet Blue. HEX triplet: 97, 57 and 9C. RGB value is (151,87,156). Sum of RGB (Red+Green+Blue) = 151+87+156=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #97579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97579C is #68A863. Grayscale: #717171. Windows color (decimal): -6858852 or 10246039. OLE color: 10246039.

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

Color convert

RGB15187156-
CMYK0.030.4400.39
HSL295.65º28.4%47.65%-
HSV(B)295.65º44.23%61.18%-
XYZ22.1715.833.33-
YUV114151.7154.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=38.32%
G=22.08%
B=39.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151871560.030.4400.39295.6528.447.65
Hex97579C32C0271281c30
Octal2271272343540474503460
Binary1001011110101111001110011101100010011110010100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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