#996C9B

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

Shades of Violet Blue #996C9B

Tints of Violet Blue #996C9B

Color information

#996C9B (or 0x996C9B) is unknown color: approx Violet Blue. HEX triplet: 99, 6C and 9B. RGB value is (153,108,155). Sum of RGB (Red+Green+Blue) = 153+108+155=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #996C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996C9B is #669364. Grayscale: #7E7E7E. Windows color (decimal): -6722405 or 10185881. OLE color: 10185881.

HSL color Cylindrical-coordinate representation of color #996C9B: hue angle of 297.45º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996C9B is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153108155-
CMYK0.010.3000.39
HSL297.45º19.03%51.57%-
HSV(B)297.45º30.32%60.78%-
XYZ24.4219.8633.56-
YUV126.81143.91146.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=36.78%
G=25.96%
B=37.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531081550.010.3000.39297.4519.0351.57
Hex996C9B11E0271291334
Octal2311542331360474512364
Binary10011001110110010011011111110010011110010100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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