#966697

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

Shades of Violet Blue #966697

Tints of Violet Blue #966697

Color information

#966697 (or 0x966697) is unknown color: approx Violet Blue. HEX triplet: 96, 66 and 97. RGB value is (150,102,151). Sum of RGB (Red+Green+Blue) = 150+102+151=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 151 - color contains mainly: blue. Hex color #966697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966697 is #699968. Grayscale: #797979. Windows color (decimal): -6920553 or 9922198. OLE color: 9922198.

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

Color convert

RGB150102151-
CMYK0.010.3200.41
HSL298.78º19.37%49.61%-
HSV(B)298.78º32.45%59.22%-
XYZ22.9118.2231.59-
YUV121.94144.4148.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=37.22%
G=25.31%
B=37.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501021510.010.3200.41298.7819.3749.61
Hex96669712002912b1332
Octal2261462271400514532362
Binary100101101100110100101111100000010100110010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966697; }

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

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

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

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

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

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

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

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