#9A4999

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

Shades of Violet Blue #9A4999

Tints of Violet Blue #9A4999

Color information

#9A4999 (or 0x9A4999) is unknown color: approx Violet Blue. HEX triplet: 9A, 49 and 99. RGB value is (154,73,153). Sum of RGB (Red+Green+Blue) = 154+73+153=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4999 is #65B666. Grayscale: #6A6A6A. Windows color (decimal): -6665831 or 10045850. OLE color: 10045850.

HSL color Cylindrical-coordinate representation of color #9A4999: hue angle of 300.74º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A4999 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15473153-
CMYK00.530.010.40
HSL300.74º35.68%44.51%-
HSV(B)300.74º52.6%60.39%-
XYZ21.4613.9431.7-
YUV106.34154.34162-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.53%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=40.53%
G=19.21%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547315300.530.010.40300.7435.6844.51
Hex9A499903512812d242d
Octal2321112310651504554455
Binary1001101010010011001100101101011101000100101101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4999; }

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

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

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

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

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

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

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

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