#977397

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

Shades of Violet Blue #977397

Tints of Violet Blue #977397

Color information

#977397 (or 0x977397) is unknown color: approx Violet Blue. HEX triplet: 97, 73 and 97. RGB value is (151,115,151). Sum of RGB (Red+Green+Blue) = 151+115+151=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #977397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977397 is #688C68. Grayscale: #818181. Windows color (decimal): -6851689 or 9925527. OLE color: 9925527.

HSL color Cylindrical-coordinate representation of color #977397: hue angle of 300º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #977397 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB151115151-
CMYK00.2400.41
HSL300º14.75%52.16%-
HSV(B)300º23.84%59.22%-
XYZ24.4821.0832.06-
YUV129.87139.93143.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=36.21%
G=27.58%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111515100.2400.4130014.7552.16
Hex97739701802912cf34
Octal2271632270300514541764
Binary1001011111100111001011101100001010011001011001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977397; }

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

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

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

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

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

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

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

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