#966197

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

Shades of Violet Blue #966197

Tints of Violet Blue #966197

Color information

#966197 (or 0x966197) is unknown color: approx Violet Blue. HEX triplet: 96, 61 and 97. RGB value is (150,97,151). Sum of RGB (Red+Green+Blue) = 150+97+151=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #966197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966197 is #699E68. Grayscale: #767676. Windows color (decimal): -6921833 or 9920918. OLE color: 9920918.

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

Color convert

RGB15097151-
CMYK0.010.3600.41
HSL298.89º21.77%48.63%-
HSV(B)298.89º35.76%59.22%-
XYZ22.4417.2731.43-
YUV119146.06150.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=37.69%
G=24.37%
B=37.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150971510.010.3600.41298.8921.7748.63
Hex96619712402912b1631
Octal2261412271440514532661
Binary100101101100001100101111100100010100110010101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966197; }

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

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

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

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

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

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

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

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