#996C95

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

Shades of Violet Blue #996C95

Tints of Violet Blue #996C95

Color information

#996C95 (or 0x996C95) is unknown color: approx Violet Blue. HEX triplet: 99, 6C and 95. RGB value is (153,108,149). Sum of RGB (Red+Green+Blue) = 153+108+149=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #996C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996C95 is #66936A. Grayscale: #7E7E7E. Windows color (decimal): -6722411 or 9792665. OLE color: 9792665.

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

Color convert

RGB153108149-
CMYK00.290.030.4
HSL305.33º18.07%51.18%-
HSV(B)305.33º29.41%60%-
XYZ23.9219.6730.97-
YUV126.13140.91147.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=37.32%
G=26.34%
B=36.34%

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
Decimal15310814900.290.030.4305.3318.0751.18
Hex996C9501D3281311233
Octal2311542250353504612263
Binary100110011101100100101010111011110100010011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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