#8E38EF

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

Shades of Blue Violet #8E38EF

Tints of Blue Violet #8E38EF

Color information

#8E38EF (or 0x8E38EF) is unknown color: approx Blue Violet. HEX triplet: 8E, 38 and EF. RGB value is (142,56,239). Sum of RGB (Red+Green+Blue) = 142+56+239=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E38EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E38EF is #71C710. Grayscale: #656565. Windows color (decimal): -7456529 or 15677582. OLE color: 15677582.

HSL color Cylindrical-coordinate representation of color #8E38EF: hue angle of 268.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E38EF is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14256239-
CMYK0.410.7700.06
HSL268.2º85.12%57.84%-
HSV(B)268.2º76.57%93.73%-
XYZ28.1514.8183.04-
YUV102.58204.99156.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 56 (22.27% from 255) = 12.81%
BLUE value IS 239 (93.75% from 255) = 54.69%
R=32.49%
G=12.81%
B=54.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142562390.410.7700.06268.285.1257.84
Hex8E38EF294D0610c553a
Octal21670357511150641412572
Binary1000111011100011101111101001100110101101000011001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E38EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,239); }

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

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

 a { background-color: rgb(142,56,239); }

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

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

 span { border-color: rgb(142,56,239); }

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