#996499

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

Shades of Violet Blue #996499

Tints of Violet Blue #996499

Color information

#996499 (or 0x996499) is unknown color: approx Violet Blue. HEX triplet: 99, 64 and 99. RGB value is (153,100,153). Sum of RGB (Red+Green+Blue) = 153+100+153=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #996499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996499 is #669B66. Grayscale: #797979. Windows color (decimal): -6724455 or 10052761. OLE color: 10052761.

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

Color convert

RGB153100153-
CMYK00.3500.4
HSL300º20.95%49.61%-
HSV(B)300º34.64%60%-
XYZ23.4418.1932.41-
YUV121.89145.56150.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=37.68%
G=24.63%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310015300.3500.430020.9549.61
Hex99649902302812c1532
Octal2311442310430504542562
Binary100110011100100100110010100011010100010010110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996499; }

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

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

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

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

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

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

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

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