#966990

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

Shades of Violet Blue #966990

Tints of Violet Blue #966990

Color information

#966990 (or 0x966990) is unknown color: approx Violet Blue. HEX triplet: 96, 69 and 90. RGB value is (150,105,144). Sum of RGB (Red+Green+Blue) = 150+105+144=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #966990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966990 is #69966F. Grayscale: #7A7A7A. Windows color (decimal): -6919792 or 9464214. OLE color: 9464214.

HSL color Cylindrical-coordinate representation of color #966990: hue angle of 308º 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 #966990 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB150105144-
CMYK00.300.040.41
HSL308º17.65%50%-
HSV(B)308º30%58.82%-
XYZ22.6618.628.78-
YUV122.9139.91147.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=37.59%
G=26.32%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010514400.300.040.4130817.6550
Hex96699001E4291341232
Octal2261512200364514642262
Binary1001011011010011001000001111010010100110011010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966990; }

 p { color: rgb(150,105,144); }

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

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

 a { background-color: rgb(150,105,144); }

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

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

 span { border-color: rgb(150,105,144); }

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