#966695

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

Shades of Violet Blue #966695

Tints of Violet Blue #966695

Color information

#966695 (or 0x966695) is unknown color: approx Violet Blue. HEX triplet: 96, 66 and 95. RGB value is (150,102,149). Sum of RGB (Red+Green+Blue) = 150+102+149=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #966695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966695 is #69996A. Grayscale: #797979. Windows color (decimal): -6920555 or 9791126. OLE color: 9791126.

HSL color Cylindrical-coordinate representation of color #966695: hue angle of 301.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 #966695 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150102149-
CMYK00.320.010.41
HSL301.25º19.05%49.41%-
HSV(B)301.25º32%58.82%-
XYZ22.7518.1630.74-
YUV121.71143.4148.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=37.41%
G=25.44%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010214900.320.010.41301.2519.0549.41
Hex96669502012912d1331
Octal2261462250401514552361
Binary100101101100110100101010100000110100110010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966695; }

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

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

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

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

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

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

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

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