#996096

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

Shades of Violet Blue #996096

Tints of Violet Blue #996096

Color information

#996096 (or 0x996096) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 96. RGB value is (153,96,150). Sum of RGB (Red+Green+Blue) = 153+96+150=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996096 is #669F69. Grayscale: #777777. Windows color (decimal): -6725482 or 9855129. OLE color: 9855129.

HSL color Cylindrical-coordinate representation of color #996096: hue angle of 303.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996096 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB15396150-
CMYK00.370.020.4
HSL303.16º22.89%48.82%-
HSV(B)303.16º37.25%60%-
XYZ22.8217.3431-
YUV119.2145.38152.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=38.35%
G=24.06%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539615000.370.020.4303.1622.8948.82
Hex99609602522812f1731
Octal2311402260452504572761
Binary1001100111000001001011001001011010100010010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996096; }

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

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

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

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

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

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

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

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