#996596

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

Shades of Violet Blue #996596

Tints of Violet Blue #996596

Color information

#996596 (or 0x996596) is unknown color: approx Violet Blue. HEX triplet: 99, 65 and 96. RGB value is (153,101,150). Sum of RGB (Red+Green+Blue) = 153+101+150=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #996596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996596 is #669A69. Grayscale: #797979. Windows color (decimal): -6724202 or 9856409. OLE color: 9856409.

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

Color convert

RGB153101150-
CMYK00.340.020.4
HSL303.46º20.47%49.8%-
HSV(B)303.46º33.99%60%-
XYZ23.318.2831.16-
YUV122.13143.73150.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=37.87%
G=25%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310115000.340.020.4303.4620.4749.8
Hex99659602222812f1432
Octal2311452260422504572462
Binary1001100111001011001011001000101010100010010111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996596; }

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

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

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

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

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

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

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

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