#996E9D

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

Shades of Violet Blue #996E9D

Tints of Violet Blue #996E9D

Color information

#996E9D (or 0x996E9D) is unknown color: approx Violet Blue. HEX triplet: 99, 6E and 9D. RGB value is (153,110,157). Sum of RGB (Red+Green+Blue) = 153+110+157=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #996E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E9D is #669162. Grayscale: #808080. Windows color (decimal): -6721891 or 10317465. OLE color: 10317465.

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

Color convert

RGB153110157-
CMYK0.030.3000.38
HSL294.89º19.34%52.35%-
HSV(B)294.89º29.94%61.57%-
XYZ24.820.3634.52-
YUV128.22144.25145.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=36.43%
G=26.19%
B=37.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531101570.030.3000.38294.8919.3452.35
Hex996E9D31E0261271334
Octal2311562353360464472364
Binary100110011101110100111011111110010011010010011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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