#97599C

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

Shades of Violet Blue #97599C

Tints of Violet Blue #97599C

Color information

#97599C (or 0x97599C) is unknown color: approx Violet Blue. HEX triplet: 97, 59 and 9C. RGB value is (151,89,156). Sum of RGB (Red+Green+Blue) = 151+89+156=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #97599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97599C is #68A663. Grayscale: #727272. Windows color (decimal): -6858340 or 10246551. OLE color: 10246551.

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

Color convert

RGB15189156-
CMYK0.030.4300.39
HSL295.52º27.35%48.04%-
HSV(B)295.52º42.95%61.18%-
XYZ22.3416.1233.39-
YUV115.18151.04153.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.13%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=38.13%
G=22.47%
B=39.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151891560.030.4300.39295.5227.3548.04
Hex97599C32B0271281b30
Octal2271312343530474503360
Binary1001011110110011001110011101011010011110010100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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