#8E4AEF

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

Shades of Blue Violet #8E4AEF

Tints of Blue Violet #8E4AEF

Color information

#8E4AEF (or 0x8E4AEF) is unknown color: approx Blue Violet. HEX triplet: 8E, 4A and EF. RGB value is (142,74,239). Sum of RGB (Red+Green+Blue) = 142+74+239=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E4AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4AEF is #71B510. Grayscale: #707070. Windows color (decimal): -7451921 or 15682190. OLE color: 15682190.

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

Color convert

RGB14274239-
CMYK0.410.6900.06
HSL264.73º83.76%61.37%-
HSV(B)264.73º69.04%93.73%-
XYZ29.1816.8883.38-
YUV113.14199.03148.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 239 (93.75% from 255) = 52.53%
R=31.21%
G=16.26%
B=52.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142742390.410.6900.06264.7383.7661.37
Hex8E4AEF294506109543d
Octal216112357511050641112475
Binary10001110100101011101111101001100010101101000010011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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