#996B92

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

Shades of Violet Blue #996B92

Tints of Violet Blue #996B92

Color information

#996B92 (or 0x996B92) is unknown color: approx Violet Blue. HEX triplet: 99, 6B and 92. RGB value is (153,107,146). Sum of RGB (Red+Green+Blue) = 153+107+146=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #996B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B92 is #66946D. Grayscale: #7D7D7D. Windows color (decimal): -6722670 or 9595801. OLE color: 9595801.

HSL color Cylindrical-coordinate representation of color #996B92: hue angle of 309.13º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B92 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB153107146-
CMYK00.300.050.4
HSL309.13º18.4%50.98%-
HSV(B)309.13º30.07%60%-
XYZ23.5819.3629.69-
YUV125.2139.74147.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=37.68%
G=26.35%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310714600.300.050.4309.1318.450.98
Hex996B9201E5281351233
Octal2311532220365504652263
Binary1001100111010111001001001111010110100010011010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,107,146); }

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

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

 a { background-color: rgb(153,107,146); }

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

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

 span { border-color: rgb(153,107,146); }

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