#966691

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

Shades of Violet Blue #966691

Tints of Violet Blue #966691

Color information

#966691 (or 0x966691) is unknown color: approx Violet Blue. HEX triplet: 96, 66 and 91. RGB value is (150,102,145). Sum of RGB (Red+Green+Blue) = 150+102+145=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #966691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966691 is #69996E. Grayscale: #797979. Windows color (decimal): -6920559 or 9528982. OLE color: 9528982.

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

Color convert

RGB150102145-
CMYK00.320.030.41
HSL306.25º19.05%49.41%-
HSV(B)306.25º32%58.82%-
XYZ22.4418.0329.09-
YUV121.25141.4148.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=37.78%
G=25.69%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010214500.320.030.41306.2519.0549.41
Hex9666910203291321331
Octal2261462210403514622361
Binary1001011011001101001000101000001110100110011001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966691; }

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

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

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

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

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

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

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

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