#996491

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

Shades of Violet Blue #996491

Tints of Violet Blue #996491

Color information

#996491 (or 0x996491) is unknown color: approx Violet Blue. HEX triplet: 99, 64 and 91. RGB value is (153,100,145). Sum of RGB (Red+Green+Blue) = 153+100+145=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #996491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996491 is #669B6E. Grayscale: #787878. Windows color (decimal): -6724463 or 9528473. OLE color: 9528473.

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

Color convert

RGB153100145-
CMYK00.350.050.4
HSL309.06º20.95%49.61%-
HSV(B)309.06º34.64%60%-
XYZ22.817.9329.05-
YUV120.98141.56150.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 145 (57.03% from 255) = 36.43%
R=38.44%
G=25.13%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310014500.350.050.4309.0620.9549.61
Hex9964910235281351532
Octal2311442210435504652562
Binary10011001110010010010001010001110110100010011010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996491; }

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

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

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

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

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

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

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

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