#996E96

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

Shades of Violet Blue #996E96

Tints of Violet Blue #996E96

Color information

#996E96 (or 0x996E96) is unknown color: approx Violet Blue. HEX triplet: 99, 6E and 96. RGB value is (153,110,150). Sum of RGB (Red+Green+Blue) = 153+110+150=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #996E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E96 is #669169. Grayscale: #7F7F7F. Windows color (decimal): -6721898 or 9858713. OLE color: 9858713.

HSL color Cylindrical-coordinate representation of color #996E96: hue angle of 304.19º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E96 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB153110150-
CMYK00.280.020.4
HSL304.19º17.41%51.57%-
HSV(B)304.19º28.1%60%-
XYZ24.2220.1331.46-
YUV127.42140.75146.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 150 (58.98% from 255) = 36.32%
R=37.05%
G=26.63%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311015000.280.020.4304.1917.4151.57
Hex996E9601C2281301134
Octal2311562260342504602164
Binary100110011101110100101100111001010100010011000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996E96; }

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

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

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

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

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

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

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

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