#996497

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

Shades of Violet Blue #996497

Tints of Violet Blue #996497

Color information

#996497 (or 0x996497) is unknown color: approx Violet Blue. HEX triplet: 99, 64 and 97. RGB value is (153,100,151). Sum of RGB (Red+Green+Blue) = 153+100+151=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #996497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996497 is #669B68. Grayscale: #797979. Windows color (decimal): -6724457 or 9921689. OLE color: 9921689.

HSL color Cylindrical-coordinate representation of color #996497: hue angle of 302.26º 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 #996497 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153100151-
CMYK00.350.010.4
HSL302.26º20.95%49.61%-
HSV(B)302.26º34.64%60%-
XYZ23.2818.1231.55-
YUV121.66144.56150.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=37.87%
G=24.75%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310015100.350.010.4302.2620.9549.61
Hex99649702312812e1532
Octal2311442270431504562562
Binary100110011100100100101110100011110100010010111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996497; }

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

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

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

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

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

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

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

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