#996A92

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

Shades of Violet Blue #996A92

Tints of Violet Blue #996A92

Color information

#996A92 (or 0x996A92) is unknown color: approx Violet Blue. HEX triplet: 99, 6A and 92. RGB value is (153,106,146). Sum of RGB (Red+Green+Blue) = 153+106+146=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #996A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A92 is #66956D. Grayscale: #7C7C7C. Windows color (decimal): -6722926 or 9595545. OLE color: 9595545.

HSL color Cylindrical-coordinate representation of color #996A92: hue angle of 308.94º 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 #996A92 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB153106146-
CMYK00.310.050.4
HSL308.94º18.73%50.78%-
HSV(B)308.94º30.72%60%-
XYZ23.4819.1629.65-
YUV124.61140.07148.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=37.78%
G=26.17%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310614600.310.050.4308.9418.7350.78
Hex996A9201F5281351333
Octal2311522220375504652363
Binary1001100111010101001001001111110110100010011010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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