#9E1EE0

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

Shades of Blue Violet #9E1EE0

Tints of Blue Violet #9E1EE0

Color information

#9E1EE0 (or 0x9E1EE0) is unknown color: approx Blue Violet. HEX triplet: 9E, 1E and E0. RGB value is (158,30,224). Sum of RGB (Red+Green+Blue) = 158+30+224=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E1EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1EE0 is #61E11F. Grayscale: #595959. Windows color (decimal): -6414624 or 14687902. OLE color: 14687902.

HSL color Cylindrical-coordinate representation of color #9E1EE0: hue angle of 279.59º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1EE0 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15830224-
CMYK0.290.8700.12
HSL279.59º76.38%49.8%-
HSV(B)279.59º86.61%87.84%-
XYZ28.0213.5871.67-
YUV90.39203.41176.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.35%
GREEN value IS 30 (12.11% from 255) = 7.28%
BLUE value IS 224 (87.89% from 255) = 54.37%
R=38.35%
G=7.28%
B=54.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal158302240.290.8700.12279.5976.3849.8
Hex9E1EE01D570C1184c32
Octal236363403512701443011462
Binary100111101111011100000111011010111011001000110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,30,224); }

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

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

 a { background-color: rgb(158,30,224); }

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

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

 span { border-color: rgb(158,30,224); }

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