#966C95

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

Shades of Violet Blue #966C95

Tints of Violet Blue #966C95

Color information

#966C95 (or 0x966C95) is unknown color: approx Violet Blue. HEX triplet: 96, 6C and 95. RGB value is (150,108,149). Sum of RGB (Red+Green+Blue) = 150+108+149=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #966C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966C95 is #69936A. Grayscale: #7D7D7D. Windows color (decimal): -6919019 or 9792662. OLE color: 9792662.

HSL color Cylindrical-coordinate representation of color #966C95: hue angle of 301.43º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #966C95 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150108149-
CMYK00.280.010.41
HSL301.43º16.67%50.59%-
HSV(B)301.43º28%58.82%-
XYZ23.3719.3830.94-
YUV125.23141.41145.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=36.86%
G=26.54%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010814900.280.010.41301.4316.6750.59
Hex966C9501C12912d1133
Octal2261542250341514552163
Binary10010110110110010010101011100110100110010110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,108,149); }

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

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

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

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

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

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

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