#996D93

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

Shades of Violet Blue #996D93

Tints of Violet Blue #996D93

Color information

#996D93 (or 0x996D93) is unknown color: approx Violet Blue. HEX triplet: 99, 6D and 93. RGB value is (153,109,147). Sum of RGB (Red+Green+Blue) = 153+109+147=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #996D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D93 is #66926C. Grayscale: #7E7E7E. Windows color (decimal): -6722157 or 9661849. OLE color: 9661849.

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

Color convert

RGB153109147-
CMYK00.290.040.4
HSL308.18º17.74%51.37%-
HSV(B)308.18º28.76%60%-
XYZ23.8719.8230.17-
YUV126.49139.58146.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=37.41%
G=26.65%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310914700.290.040.4308.1817.7451.37
Hex996D9301D4281341233
Octal2311552230354504642263
Binary1001100111011011001001101110110010100010011010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,109,147); }

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

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

 a { background-color: rgb(153,109,147); }

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

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

 span { border-color: rgb(153,109,147); }

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