#9E49AA

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

Shades of Violet Blue #9E49AA

Tints of Violet Blue #9E49AA

Color information

#9E49AA (or 0x9E49AA) is unknown color: approx Violet Blue. HEX triplet: 9E, 49 and AA. RGB value is (158,73,170). Sum of RGB (Red+Green+Blue) = 158+73+170=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E49AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E49AA is #61B655. Grayscale: #6D6D6D. Windows color (decimal): -6403670 or 11159966. OLE color: 11159966.

HSL color Cylindrical-coordinate representation of color #9E49AA: hue angle of 292.58º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E49AA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15873170-
CMYK0.070.5700.33
HSL292.58º39.92%47.65%-
HSV(B)292.58º57.06%66.67%-
XYZ23.7414.9439.66-
YUV109.47162.16162.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.40%
GREEN value IS 73 (28.91% from 255) = 18.20%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=39.40%
G=18.20%
B=42.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158731700.070.5700.33292.5839.9247.65
Hex9E49AA7390211252830
Octal2361112527710414455060
Binary100111101001001101010101111110010100001100100101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,73,170); }

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

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

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

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

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

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

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