#9E4EA4

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

Shades of Violet Blue #9E4EA4

Tints of Violet Blue #9E4EA4

Color information

#9E4EA4 (or 0x9E4EA4) is unknown color: approx Violet Blue. HEX triplet: 9E, 4E and A4. RGB value is (158,78,164). Sum of RGB (Red+Green+Blue) = 158+78+164=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E4EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4EA4 is #61B15B. Grayscale: #6F6F6F. Windows color (decimal): -6402396 or 10768030. OLE color: 10768030.

HSL color Cylindrical-coordinate representation of color #9E4EA4: hue angle of 295.81º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E4EA4 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15878164-
CMYK0.040.5200.36
HSL295.81º35.54%47.45%-
HSV(B)295.81º52.44%64.31%-
XYZ23.5315.436.85-
YUV111.72157.5161.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.5%
GREEN value IS 78 (30.86% from 255) = 19.5%
BLUE value IS 164 (64.45% from 255) = 41%
R=39.5%
G=19.5%
B=41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158781640.040.5200.36295.8135.5447.45
Hex9E4EA4434024128242f
Octal2361162444640444504457
Binary100111101001110101001001001101000100100100101000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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