#8E4BEC

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

Shades of Blue Violet #8E4BEC

Tints of Blue Violet #8E4BEC

Color information

#8E4BEC (or 0x8E4BEC) is unknown color: approx Blue Violet. HEX triplet: 8E, 4B and EC. RGB value is (142,75,236). Sum of RGB (Red+Green+Blue) = 142+75+236=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4BEC is #71B413. Grayscale: #707070. Windows color (decimal): -7451668 or 15485838. OLE color: 15485838.

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

Color convert

RGB14275236-
CMYK0.400.6800.07
HSL264.97º80.9%60.98%-
HSV(B)264.97º68.22%92.55%-
XYZ28.8116.8481.09-
YUV113.39197.2148.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 75 (29.69% from 255) = 16.56%
BLUE value IS 236 (92.58% from 255) = 52.10%
R=31.35%
G=16.56%
B=52.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142752360.400.6800.07264.9780.960.98
Hex8E4BEC284407109513d
Octal216113354501040741112175
Binary10001110100101111101100101000100010001111000010011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,75,236); }

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

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

 a { background-color: rgb(142,75,236); }

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

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

 span { border-color: rgb(142,75,236); }

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