#994999

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

Shades of Violet Blue #994999

Tints of Violet Blue #994999

Color information

#994999 (or 0x994999) is unknown color: approx Violet Blue. HEX triplet: 99, 49 and 99. RGB value is (153,73,153). Sum of RGB (Red+Green+Blue) = 153+73+153=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #994999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994999 is #66B666. Grayscale: #696969. Windows color (decimal): -6731367 or 10045849. OLE color: 10045849.

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

Color convert

RGB15373153-
CMYK00.5200.4
HSL300º35.4%44.31%-
HSV(B)300º52.29%60%-
XYZ21.2713.8431.69-
YUV106.04154.5161.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=40.37%
G=19.26%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537315300.5200.430035.444.31
Hex99499903402812c232c
Octal2311112310640504544354
Binary1001100110010011001100101101000101000100101100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994999; }

 p { color: rgb(153,73,153); }

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

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

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

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

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

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

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