#996599

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

Shades of Violet Blue #996599

Tints of Violet Blue #996599

Color information

#996599 (or 0x996599) is unknown color: approx Violet Blue. HEX triplet: 99, 65 and 99. RGB value is (153,101,153). Sum of RGB (Red+Green+Blue) = 153+101+153=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #996599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996599 is #669A66. Grayscale: #7A7A7A. Windows color (decimal): -6724199 or 10053017. OLE color: 10053017.

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

Color convert

RGB153101153-
CMYK00.3400.4
HSL300º20.47%49.8%-
HSV(B)300º33.99%60%-
XYZ23.5418.3832.44-
YUV122.48145.23149.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=37.59%
G=24.82%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310115300.3400.430020.4749.8
Hex99659902202812c1432
Octal2311452310420504542462
Binary100110011100101100110010100010010100010010110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996599; }

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

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

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

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

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

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

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

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