#996A9D

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

Shades of Violet Blue #996A9D

Tints of Violet Blue #996A9D

Color information

#996A9D (or 0x996A9D) is unknown color: approx Violet Blue. HEX triplet: 99, 6A and 9D. RGB value is (153,106,157). Sum of RGB (Red+Green+Blue) = 153+106+157=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #996A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A9D is #669562. Grayscale: #7D7D7D. Windows color (decimal): -6722915 or 10316441. OLE color: 10316441.

HSL color Cylindrical-coordinate representation of color #996A9D: hue angle of 295.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996A9D is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153106157-
CMYK0.030.3200.38
HSL295.29º20.65%51.57%-
HSV(B)295.29º32.48%61.57%-
XYZ24.3819.5134.38-
YUV125.87145.57147.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=36.78%
G=25.48%
B=37.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531061570.030.3200.38295.2920.6551.57
Hex996A9D3200261271534
Octal2311522353400464472564
Binary1001100111010101001110111100000010011010010011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,106,157); }

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

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

 a { background-color: rgb(153,106,157); }

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

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

 span { border-color: rgb(153,106,157); }

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