#996F93

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

Shades of Violet Blue #996F93

Tints of Violet Blue #996F93

Color information

#996F93 (or 0x996F93) is unknown color: approx Violet Blue. HEX triplet: 99, 6F and 93. RGB value is (153,111,147). Sum of RGB (Red+Green+Blue) = 153+111+147=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #996F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996F93 is #66906C. Grayscale: #7F7F7F. Windows color (decimal): -6721645 or 9662361. OLE color: 9662361.

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

Color convert

RGB153111147-
CMYK00.270.040.4
HSL308.57º17.07%51.76%-
HSV(B)308.57º27.45%60%-
XYZ24.0920.2530.24-
YUV127.66138.91146.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=37.23%
G=27.01%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311114700.270.040.4308.5717.0751.76
Hex996F9301B4281351134
Octal2311572230334504652164
Binary1001100111011111001001101101110010100010011010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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