#977695

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

Shades of Violet Blue #977695

Tints of Violet Blue #977695

Color information

#977695 (or 0x977695) is unknown color: approx Violet Blue. HEX triplet: 97, 76 and 95. RGB value is (151,118,149). Sum of RGB (Red+Green+Blue) = 151+118+149=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #977695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977695 is #68896A. Grayscale: #838383. Windows color (decimal): -6850923 or 9795223. OLE color: 9795223.

HSL color Cylindrical-coordinate representation of color #977695: hue angle of 303.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #977695 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB151118149-
CMYK00.220.010.41
HSL303.64º13.69%52.75%-
HSV(B)303.64º21.85%59.22%-
XYZ24.6721.7131.32-
YUV131.4137.93141.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=36.12%
G=28.23%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111814900.220.010.41303.6413.6952.75
Hex977695016129130e35
Octal2271662250261514601665
Binary1001011111101101001010101011011010011001100001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977695; }

 p { color: rgb(151,118,149); }

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

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

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

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

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

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

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