#996B95

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

Shades of Violet Blue #996B95

Tints of Violet Blue #996B95

Color information

#996B95 (or 0x996B95) is unknown color: approx Violet Blue. HEX triplet: 99, 6B and 95. RGB value is (153,107,149). Sum of RGB (Red+Green+Blue) = 153+107+149=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #996B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B95 is #66946A. Grayscale: #7D7D7D. Windows color (decimal): -6722667 or 9792409. OLE color: 9792409.

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

Color convert

RGB153107149-
CMYK00.300.030.4
HSL305.22º18.4%50.98%-
HSV(B)305.22º30.07%60%-
XYZ23.8219.4630.93-
YUV125.54141.24147.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=37.41%
G=26.16%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310714900.300.030.4305.2218.450.98
Hex996B9501E3281311233
Octal2311532250363504612263
Binary100110011101011100101010111101110100010011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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