#966499

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

Shades of Violet Blue #966499

Tints of Violet Blue #966499

Color information

#966499 (or 0x966499) is unknown color: approx Violet Blue. HEX triplet: 96, 64 and 99. RGB value is (150,100,153). Sum of RGB (Red+Green+Blue) = 150+100+153=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #966499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966499 is #699B66. Grayscale: #787878. Windows color (decimal): -6921063 or 10052758. OLE color: 10052758.

HSL color Cylindrical-coordinate representation of color #966499: hue angle of 296.6º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966499 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB150100153-
CMYK0.020.3500.4
HSL296.6º20.95%49.61%-
HSV(B)296.6º34.64%60%-
XYZ22.8817.932.39-
YUV120.99146.06148.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=37.22%
G=24.81%
B=37.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501001530.020.3500.4296.620.9549.61
Hex9664992230281291532
Octal2261442312430504512562
Binary1001011011001001001100110100011010100010010100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966499; }

 p { color: rgb(150,100,153); }

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

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

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

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

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

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

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