#996D95

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

Shades of Violet Blue #996D95

Tints of Violet Blue #996D95

Color information

#996D95 (or 0x996D95) is unknown color: approx Violet Blue. HEX triplet: 99, 6D and 95. RGB value is (153,109,149). Sum of RGB (Red+Green+Blue) = 153+109+149=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #996D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D95 is #66926A. Grayscale: #7E7E7E. Windows color (decimal): -6722155 or 9792921. OLE color: 9792921.

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

Color convert

RGB153109149-
CMYK00.290.030.4
HSL305.45º17.74%51.37%-
HSV(B)305.45º28.76%60%-
XYZ24.0319.8831-
YUV126.72140.58146.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=37.23%
G=26.52%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310914900.290.030.4305.4517.7451.37
Hex996D9501D3281311233
Octal2311552250353504612263
Binary100110011101101100101010111011110100010011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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