#9E499A

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

Shades of Violet Blue #9E499A

Tints of Violet Blue #9E499A

Color information

#9E499A (or 0x9E499A) is unknown color: approx Violet Blue. HEX triplet: 9E, 49 and 9A. RGB value is (158,73,154). Sum of RGB (Red+Green+Blue) = 158+73+154=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E499A is #61B665. Grayscale: #6B6B6B. Windows color (decimal): -6403686 or 10111390. OLE color: 10111390.

HSL color Cylindrical-coordinate representation of color #9E499A: hue angle of 302.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E499A is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15873154-
CMYK00.540.030.38
HSL302.82º36.8%45.29%-
HSV(B)302.82º53.8%61.96%-
XYZ22.3214.3732.17-
YUV107.65154.16163.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.04%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 154 (60.55% from 255) = 40%
R=41.04%
G=18.96%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587315400.540.030.38302.8236.845.29
Hex9E499A03632612f252d
Octal2361112320663464574555
Binary10011110100100110011010011011011100110100101111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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