#9E4E90

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

Shades of Violet Blue #9E4E90

Tints of Violet Blue #9E4E90

Color information

#9E4E90 (or 0x9E4E90) is unknown color: approx Violet Blue. HEX triplet: 9E, 4E and 90. RGB value is (158,78,144). Sum of RGB (Red+Green+Blue) = 158+78+144=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4E90 is #61B16F. Grayscale: #6D6D6D. Windows color (decimal): -6402416 or 9457310. OLE color: 9457310.

HSL color Cylindrical-coordinate representation of color #9E4E90: hue angle of 310.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4E90 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15878144-
CMYK00.510.090.38
HSL310.5º33.9%46.27%-
HSV(B)310.5º50.63%61.96%-
XYZ21.8614.7328.08-
YUV109.44147.5162.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.58%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=41.58%
G=20.53%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587814400.510.090.38310.533.946.27
Hex9E4E90033926136222e
Octal23611622006311464664256
Binary1001111010011101001000001100111001100110100110110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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