#996A96

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

Shades of Violet Blue #996A96

Tints of Violet Blue #996A96

Color information

#996A96 (or 0x996A96) is unknown color: approx Violet Blue. HEX triplet: 99, 6A and 96. RGB value is (153,106,150). Sum of RGB (Red+Green+Blue) = 153+106+150=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #996A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A96 is #669569. Grayscale: #7C7C7C. Windows color (decimal): -6722922 or 9857689. OLE color: 9857689.

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

Color convert

RGB153106150-
CMYK00.310.020.4
HSL303.83º18.73%50.78%-
HSV(B)303.83º30.72%60%-
XYZ23.819.2831.32-
YUV125.07142.07147.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=37.41%
G=25.92%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310615000.310.020.4303.8318.7350.78
Hex996A9601F2281301333
Octal2311522260372504602363
Binary100110011101010100101100111111010100010011000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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