#966A97

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

Shades of Violet Blue #966A97

Tints of Violet Blue #966A97

Color information

#966A97 (or 0x966A97) is unknown color: approx Violet Blue. HEX triplet: 96, 6A and 97. RGB value is (150,106,151). Sum of RGB (Red+Green+Blue) = 150+106+151=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: blue. Hex color #966A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966A97 is #699568. Grayscale: #7C7C7C. Windows color (decimal): -6919529 or 9923222. OLE color: 9923222.

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

Color convert

RGB150106151-
CMYK0.010.3000.41
HSL298.67º17.79%50.39%-
HSV(B)298.67º29.8%59.22%-
XYZ23.3219.0331.72-
YUV124.29143.08146.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=36.86%
G=26.04%
B=37.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501061510.010.3000.41298.6717.7950.39
Hex966A9711E02912b1232
Octal2261522271360514532262
Binary10010110110101010010111111110010100110010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966A97; }

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

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

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

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

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

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

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

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