#966099

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

Shades of Violet Blue #966099

Tints of Violet Blue #966099

Color information

#966099 (or 0x966099) is unknown color: approx Violet Blue. HEX triplet: 96, 60 and 99. RGB value is (150,96,153). Sum of RGB (Red+Green+Blue) = 150+96+153=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #966099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966099 is #699F66. Grayscale: #767676. Windows color (decimal): -6922087 or 10051734. OLE color: 10051734.

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

Color convert

RGB15096153-
CMYK0.020.3700.4
HSL296.84º22.89%48.82%-
HSV(B)296.84º37.25%60%-
XYZ22.5117.1532.26-
YUV118.64147.39150.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=37.59%
G=24.06%
B=38.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150961530.020.3700.4296.8422.8948.82
Hex9660992250281291731
Octal2261402312450504512761
Binary1001011011000001001100110100101010100010010100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966099; }

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

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

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

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

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

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

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

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