#9E4EA1

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

Shades of Violet Blue #9E4EA1

Tints of Violet Blue #9E4EA1

Color information

#9E4EA1 (or 0x9E4EA1) is unknown color: approx Violet Blue. HEX triplet: 9E, 4E and A1. RGB value is (158,78,161). Sum of RGB (Red+Green+Blue) = 158+78+161=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #9E4EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4EA1 is #61B15E. Grayscale: #6F6F6F. Windows color (decimal): -6402399 or 10571422. OLE color: 10571422.

HSL color Cylindrical-coordinate representation of color #9E4EA1: hue angle of 297.83º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E4EA1 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15878161-
CMYK0.020.5200.37
HSL297.83º34.73%46.86%-
HSV(B)297.83º51.55%63.14%-
XYZ23.2615.2935.44-
YUV111.38156161.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 78 (30.86% from 255) = 19.65%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=39.80%
G=19.65%
B=40.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal158781610.020.5200.37297.8334.7346.86
Hex9E4EA123402512a232f
Octal2361162412640454524357
Binary10011110100111010100001101101000100101100101010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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