#8E11FF

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

Shades of Blue Violet #8E11FF

Tints of Blue Violet #8E11FF

Color information

#8E11FF (or 0x8E11FF) is unknown color: approx Blue Violet. HEX triplet: 8E, 11 and FF. RGB value is (142,17,255). Sum of RGB (Red+Green+Blue) = 142+17+255=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E11FF is #71EE00. Grayscale: #505050. Windows color (decimal): -7466497 or 16716174. OLE color: 16716174.

HSL color Cylindrical-coordinate representation of color #8E11FF: hue angle of 271.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E11FF is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14217255-
CMYK0.440.9300
HSL271.51º100%53.33%-
HSV(B)271.51º93.33%100%-
XYZ29.4113.3795.64-
YUV81.51225.91171.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 17 (7.03% from 255) = 4.11%
BLUE value IS 255 (100% from 255) = 61.59%
R=34.30%
G=4.11%
B=61.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal142172550.440.9300271.5110053.33
Hex8E11FF2C5D001106435
Octal21621377541350042014465
Binary1000111010001111111111011001011101001000100001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,17,255); }

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

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

 a { background-color: rgb(142,17,255); }

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

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

 span { border-color: rgb(142,17,255); }

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