#996FA0

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

Shades of Violet Blue #996FA0

Tints of Violet Blue #996FA0

Color information

#996FA0 (or 0x996FA0) is unknown color: approx Violet Blue. HEX triplet: 99, 6F and A0. RGB value is (153,111,160). Sum of RGB (Red+Green+Blue) = 153+111+160=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 160 - color contains mainly: blue. Hex color #996FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FA0 is #66905F. Grayscale: #808080. Windows color (decimal): -6721632 or 10514329. OLE color: 10514329.

HSL color Cylindrical-coordinate representation of color #996FA0: hue angle of 291.43º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996FA0 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB153111160-
CMYK0.040.3100.37
HSL291.43º20.5%53.14%-
HSV(B)291.43º30.63%62.75%-
XYZ25.1720.6835.92-
YUV129.14145.41145.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 160 (62.89% from 255) = 37.74%
R=36.08%
G=26.18%
B=37.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531111600.040.3100.37291.4320.553.14
Hex996FA041F0251231535
Octal2311572404370454432565
Binary1001100111011111010000010011111010010110010001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,111,160); }

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

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

 a { background-color: rgb(153,111,160); }

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

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

 span { border-color: rgb(153,111,160); }

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