#996F96

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

Shades of Violet Blue #996F96

Tints of Violet Blue #996F96

Color information

#996F96 (or 0x996F96) is unknown color: approx Violet Blue. HEX triplet: 99, 6F and 96. RGB value is (153,111,150). Sum of RGB (Red+Green+Blue) = 153+111+150=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #996F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996F96 is #669069. Grayscale: #7F7F7F. Windows color (decimal): -6721642 or 9858969. OLE color: 9858969.

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

Color convert

RGB153111150-
CMYK00.270.020.4
HSL304.29º17.07%51.76%-
HSV(B)304.29º27.45%60%-
XYZ24.3320.3431.5-
YUV128140.41145.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=36.96%
G=26.81%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311115000.270.020.4304.2917.0751.76
Hex996F9601B2281301134
Octal2311572260332504602164
Binary100110011101111100101100110111010100010011000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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