#8E3FE0

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

Shades of Blue Violet #8E3FE0

Tints of Blue Violet #8E3FE0

Color information

#8E3FE0 (or 0x8E3FE0) is unknown color: approx Blue Violet. HEX triplet: 8E, 3F and E0. RGB value is (142,63,224). Sum of RGB (Red+Green+Blue) = 142+63+224=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #8E3FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3FE0 is #71C01F. Grayscale: #686868. Windows color (decimal): -7454752 or 14696334. OLE color: 14696334.

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

Color convert

RGB14263224-
CMYK0.370.7200.12
HSL269.44º72.2%56.27%-
HSV(B)269.44º71.88%87.84%-
XYZ26.3914.6971.97-
YUV104.98195.17154.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 63 (25% from 255) = 14.69%
BLUE value IS 224 (87.89% from 255) = 52.21%
R=33.10%
G=14.69%
B=52.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal142632240.370.7200.12269.4472.256.27
Hex8E3FE025480C10d4838
Octal216773404511001441511070
Binary10001110111111111000001001011001000011001000011011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,63,224); }

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

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

 a { background-color: rgb(142,63,224); }

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

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

 span { border-color: rgb(142,63,224); }

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