#9E1EE1

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

Shades of Blue Violet #9E1EE1

Tints of Blue Violet #9E1EE1

Color information

#9E1EE1 (or 0x9E1EE1) is unknown color: approx Blue Violet. HEX triplet: 9E, 1E and E1. RGB value is (158,30,225). Sum of RGB (Red+Green+Blue) = 158+30+225=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E1EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1EE1 is #61E11E. Grayscale: #595959. Windows color (decimal): -6414623 or 14753438. OLE color: 14753438.

HSL color Cylindrical-coordinate representation of color #9E1EE1: hue angle of 279.38º 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 #9E1EE1 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15830225-
CMYK0.300.8700.12
HSL279.38º76.47%50%-
HSV(B)279.38º86.67%88.24%-
XYZ28.1613.6372.38-
YUV90.5203.91176.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.26%
GREEN value IS 30 (12.11% from 255) = 7.26%
BLUE value IS 225 (88.28% from 255) = 54.48%
R=38.26%
G=7.26%
B=54.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal158302250.300.8700.12279.3876.4750
Hex9E1EE11E570C1174c32
Octal236363413612701442711462
Binary100111101111011100001111101010111011001000101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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