#8E1AE1

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

Shades of Blue Violet #8E1AE1

Tints of Blue Violet #8E1AE1

Color information

#8E1AE1 (or 0x8E1AE1) is unknown color: approx Blue Violet. HEX triplet: 8E, 1A and E1. RGB value is (142,26,225). Sum of RGB (Red+Green+Blue) = 142+26+225=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #8E1AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1AE1 is #71E51E. Grayscale: #525252. Windows color (decimal): -7464223 or 14752398. OLE color: 14752398.

HSL color Cylindrical-coordinate representation of color #8E1AE1: hue angle of 274.97º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1AE1 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14226225-
CMYK0.370.8800.12
HSL274.97º79.28%49.22%-
HSV(B)274.97º88.44%88.24%-
XYZ25.1211.9372.21-
YUV83.37207.93169.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 26 (10.55% from 255) = 6.62%
BLUE value IS 225 (88.28% from 255) = 57.25%
R=36.13%
G=6.62%
B=57.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal142262250.370.8800.12274.9779.2849.22
Hex8E1AE125580C1134f31
Octal216323414513001442311761
Binary1000111011010111000011001011011000011001000100111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E1AE1; }

 p { color: rgb(142,26,225); }

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

<style>
 a { background-color: #8E1AE1; }

 a { background-color: rgb(142,26,225); }

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

<style>
 span { border-color: #8E1AE1; }

 span { border-color: rgb(142,26,225); }

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