#966A99

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

Shades of Violet Blue #966A99

Tints of Violet Blue #966A99

Color information

#966A99 (or 0x966A99) is unknown color: approx Violet Blue. HEX triplet: 96, 6A and 99. RGB value is (150,106,153). Sum of RGB (Red+Green+Blue) = 150+106+153=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #966A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966A99 is #699566. Grayscale: #7C7C7C. Windows color (decimal): -6919527 or 10054294. OLE color: 10054294.

HSL color Cylindrical-coordinate representation of color #966A99: hue angle of 296.17º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966A99 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB150106153-
CMYK0.020.3100.4
HSL296.17º18.73%50.78%-
HSV(B)296.17º30.72%60%-
XYZ23.4819.0932.58-
YUV124.51144.08146.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=36.67%
G=25.92%
B=37.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501061530.020.3100.4296.1718.7350.78
Hex966A9921F0281281333
Octal2261522312370504502363
Binary100101101101010100110011011111010100010010100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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