#8E3CE6

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

Shades of Blue Violet #8E3CE6

Tints of Blue Violet #8E3CE6

Color information

#8E3CE6 (or 0x8E3CE6) is unknown color: approx Blue Violet. HEX triplet: 8E, 3C and E6. RGB value is (142,60,230). Sum of RGB (Red+Green+Blue) = 142+60+230=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E3CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3CE6 is #71C319. Grayscale: #676767. Windows color (decimal): -7455514 or 15088782. OLE color: 15088782.

HSL color Cylindrical-coordinate representation of color #8E3CE6: hue angle of 268.94º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E3CE6 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14260230-
CMYK0.380.7400.10
HSL268.94º77.27%56.86%-
HSV(B)268.94º73.91%90.2%-
XYZ27.0514.776.27-
YUV103.9199.17155.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 60 (23.83% from 255) = 13.89%
BLUE value IS 230 (90.23% from 255) = 53.24%
R=32.87%
G=13.89%
B=53.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal142602300.380.7400.10268.9477.2756.86
Hex8E3CE6264A0A10d4d39
Octal216743464611201241511571
Binary10001110111100111001101001101001010010101000011011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,60,230); }

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

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

 a { background-color: rgb(142,60,230); }

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

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

 span { border-color: rgb(142,60,230); }

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