#996697

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

Shades of Violet Blue #996697

Tints of Violet Blue #996697

Color information

#996697 (or 0x996697) is unknown color: approx Violet Blue. HEX triplet: 99, 66 and 97. RGB value is (153,102,151). Sum of RGB (Red+Green+Blue) = 153+102+151=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #996697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996697 is #669968. Grayscale: #7A7A7A. Windows color (decimal): -6723945 or 9922201. OLE color: 9922201.

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

Color convert

RGB153102151-
CMYK00.330.010.4
HSL302.35º20%50%-
HSV(B)302.35º33.33%60%-
XYZ23.4718.5131.61-
YUV122.84143.9149.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=37.68%
G=25.12%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310215100.330.010.4302.352050
Hex99669702112812e1432
Octal2311462270411504562462
Binary100110011100110100101110100001110100010010111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996697; }

 p { color: rgb(153,102,151); }

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

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

 a { background-color: rgb(153,102,151); }

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

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

 span { border-color: rgb(153,102,151); }

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