#8E3DEE

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

Shades of Blue Violet #8E3DEE

Tints of Blue Violet #8E3DEE

Color information

#8E3DEE (or 0x8E3DEE) is unknown color: approx Blue Violet. HEX triplet: 8E, 3D and EE. RGB value is (142,61,238). Sum of RGB (Red+Green+Blue) = 142+61+238=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E3DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3DEE is #71C211. Grayscale: #686868. Windows color (decimal): -7455250 or 15613326. OLE color: 15613326.

HSL color Cylindrical-coordinate representation of color #8E3DEE: hue angle of 267.46º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E3DEE is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14261238-
CMYK0.400.7400.07
HSL267.46º83.89%58.63%-
HSV(B)267.46º74.37%93.33%-
XYZ28.2615.2682.35-
YUV105.4202.84154.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 61 (24.22% from 255) = 13.83%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=32.20%
G=13.83%
B=53.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142612380.400.7400.07267.4683.8958.63
Hex8E3DEE284A0710b543b
Octal21675356501120741312473
Binary1000111011110111101110101000100101001111000010111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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