#9E4990

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

Shades of Violet Blue #9E4990

Tints of Violet Blue #9E4990

Color information

#9E4990 (or 0x9E4990) is unknown color: approx Violet Blue. HEX triplet: 9E, 49 and 90. RGB value is (158,73,144). Sum of RGB (Red+Green+Blue) = 158+73+144=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4990 is #61B66F. Grayscale: #6A6A6A. Windows color (decimal): -6403696 or 9456030. OLE color: 9456030.

HSL color Cylindrical-coordinate representation of color #9E4990: hue angle of 309.88º 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 #9E4990 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15873144-
CMYK00.540.090.38
HSL309.88º36.8%45.29%-
HSV(B)309.88º53.8%61.96%-
XYZ21.5214.0527.96-
YUV106.51149.16164.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=42.13%
G=19.47%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587314400.540.090.38309.8836.845.29
Hex9E4990036926136252d
Octal23611122006611464664555
Binary1001111010010011001000001101101001100110100110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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