#967797

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

Shades of Violet Blue #967797

Tints of Violet Blue #967797

Color information

#967797 (or 0x967797) is unknown color: approx Violet Blue. HEX triplet: 96, 77 and 97. RGB value is (150,119,151). Sum of RGB (Red+Green+Blue) = 150+119+151=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 151 - color contains mainly: blue. Hex color #967797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967797 is #698868. Grayscale: #838383. Windows color (decimal): -6916201 or 9926550. OLE color: 9926550.

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

Color convert

RGB150119151-
CMYK0.010.2100.41
HSL298.12º13.33%52.94%-
HSV(B)298.12º21.19%59.22%-
XYZ24.7621.9132.2-
YUV131.92138.77140.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=35.71%
G=28.33%
B=35.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501191510.010.2100.41298.1213.3352.94
Hex96779711502912ad35
Octal2261672271250514521565
Binary1001011011101111001011111010101010011001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967797; }

 p { color: rgb(150,119,151); }

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

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

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

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

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

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

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