#966896

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

Shades of Violet Blue #966896

Tints of Violet Blue #966896

Color information

#966896 (or 0x966896) is unknown color: approx Violet Blue. HEX triplet: 96, 68 and 96. RGB value is (150,104,150). Sum of RGB (Red+Green+Blue) = 150+104+150=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #966896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966896 is #699769. Grayscale: #7A7A7A. Windows color (decimal): -6920042 or 9857174. OLE color: 9857174.

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

Color convert

RGB150104150-
CMYK00.3100.41
HSL300º18.11%49.8%-
HSV(B)300º30.67%58.82%-
XYZ23.0318.5931.23-
YUV123143.24147.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=37.13%
G=25.74%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010415000.3100.4130018.1149.8
Hex96689601F02912c1232
Octal2261502260370514542262
Binary10010110110100010010110011111010100110010110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966896; }

 p { color: rgb(150,104,150); }

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

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

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

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

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

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

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