#9A4991

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

Shades of Violet Blue #9A4991

Tints of Violet Blue #9A4991

Color information

#9A4991 (or 0x9A4991) is unknown color: approx Violet Blue. HEX triplet: 9A, 49 and 91. RGB value is (154,73,145). Sum of RGB (Red+Green+Blue) = 154+73+145=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4991 is #65B66E. Grayscale: #696969. Windows color (decimal): -6665839 or 9521562. OLE color: 9521562.

HSL color Cylindrical-coordinate representation of color #9A4991: hue angle of 306.67º 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 #9A4991 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15473145-
CMYK00.530.060.40
HSL306.67º35.68%44.51%-
HSV(B)306.67º52.6%60.39%-
XYZ20.8213.6828.33-
YUV105.43150.34162.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.40%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=41.40%
G=19.62%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547314500.530.060.40306.6735.6844.51
Hex9A4991035628133242d
Octal2321112210656504634455
Binary100110101001001100100010110101110101000100110011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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