#9A4989

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

Shades of Violet Blue #9A4989

Tints of Violet Blue #9A4989

Color information

#9A4989 (or 0x9A4989) is unknown color: approx Violet Blue. HEX triplet: 9A, 49 and 89. RGB value is (154,73,137). Sum of RGB (Red+Green+Blue) = 154+73+137=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4989 is #65B676. Grayscale: #686868. Windows color (decimal): -6665847 or 8997274. OLE color: 8997274.

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

Color convert

RGB15473137-
CMYK00.530.110.40
HSL312.59º35.68%44.51%-
HSV(B)312.59º52.6%60.39%-
XYZ20.2213.4425.2-
YUV104.51146.34163.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.31%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=42.31%
G=20.05%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547313700.530.110.40312.5935.6844.51
Hex9A4989035B28139242d
Octal23211121106513504714455
Binary1001101010010011000100101101011011101000100111001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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