#996091

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

Shades of Violet Blue #996091

Tints of Violet Blue #996091

Color information

#996091 (or 0x996091) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 91. RGB value is (153,96,145). Sum of RGB (Red+Green+Blue) = 153+96+145=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #996091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996091 is #669F6E. Grayscale: #767676. Windows color (decimal): -6725487 or 9527449. OLE color: 9527449.

HSL color Cylindrical-coordinate representation of color #996091: hue angle of 308.42º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996091 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15396145-
CMYK00.370.050.4
HSL308.42º22.89%48.82%-
HSV(B)308.42º37.25%60%-
XYZ22.4317.1828.92-
YUV118.63142.88152.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=38.83%
G=24.37%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539614500.370.050.4308.4222.8948.82
Hex9960910255281341731
Octal2311402210455504642761
Binary10011001110000010010001010010110110100010011010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996091; }

 p { color: rgb(153,96,145); }

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

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

 a { background-color: rgb(153,96,145); }

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

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

 span { border-color: rgb(153,96,145); }

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