#977399

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

Shades of Violet Blue #977399

Tints of Violet Blue #977399

Color information

#977399 (or 0x977399) is unknown color: approx Violet Blue. HEX triplet: 97, 73 and 99. RGB value is (151,115,153). Sum of RGB (Red+Green+Blue) = 151+115+153=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #977399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977399 is #688C66. Grayscale: #818181. Windows color (decimal): -6851687 or 10056599. OLE color: 10056599.

HSL color Cylindrical-coordinate representation of color #977399: hue angle of 296.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977399 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB151115153-
CMYK0.010.2500.4
HSL296.84º15.7%52.55%-
HSV(B)296.84º24.84%60%-
XYZ24.6421.1432.92-
YUV130.1140.93142.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.04%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=36.04%
G=27.45%
B=36.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511151530.010.2500.4296.8415.752.55
Hex9773991190281291035
Octal2271632311310504512065
Binary10010111111001110011001111001010100010010100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977399; }

 p { color: rgb(151,115,153); }

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

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

 a { background-color: rgb(151,115,153); }

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

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

 span { border-color: rgb(151,115,153); }

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