#8E3DE4

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

Shades of Blue Violet #8E3DE4

Tints of Blue Violet #8E3DE4

Color information

#8E3DE4 (or 0x8E3DE4) is unknown color: approx Blue Violet. HEX triplet: 8E, 3D and E4. RGB value is (142,61,228). Sum of RGB (Red+Green+Blue) = 142+61+228=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #8E3DE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3DE4 is #71C21B. Grayscale: #676767. Windows color (decimal): -7455260 or 14957966. OLE color: 14957966.

HSL color Cylindrical-coordinate representation of color #8E3DE4: hue angle of 269.1º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E3DE4 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14261228-
CMYK0.380.7300.11
HSL269.1º75.57%56.67%-
HSV(B)269.1º73.25%89.41%-
XYZ26.8314.6974.82-
YUV104.26197.84154.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 61 (24.22% from 255) = 14.15%
BLUE value IS 228 (89.45% from 255) = 52.90%
R=32.95%
G=14.15%
B=52.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142612280.380.7300.11269.175.5756.67
Hex8E3DE426490B10d4c39
Octal216753444611101341511471
Binary10001110111101111001001001101001001010111000011011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,61,228); }

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

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

 a { background-color: rgb(142,61,228); }

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

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

 span { border-color: rgb(142,61,228); }

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