#8E4BDE

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

Shades of Blue Violet #8E4BDE

Tints of Blue Violet #8E4BDE

Color information

#8E4BDE (or 0x8E4BDE) is unknown color: approx Blue Violet. HEX triplet: 8E, 4B and DE. RGB value is (142,75,222). Sum of RGB (Red+Green+Blue) = 142+75+222=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E4BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4BDE is #71B421. Grayscale: #6F6F6F. Windows color (decimal): -7451682 or 14568334. OLE color: 14568334.

HSL color Cylindrical-coordinate representation of color #8E4BDE: hue angle of 267.35º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E4BDE is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14275222-
CMYK0.360.6600.13
HSL267.35º69.01%58.24%-
HSV(B)267.35º66.22%87.06%-
XYZ26.8616.0670.79-
YUV111.79190.2149.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 75 (29.69% from 255) = 17.08%
BLUE value IS 222 (87.11% from 255) = 50.57%
R=32.35%
G=17.08%
B=50.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142752220.360.6600.13267.3569.0158.24
Hex8E4BDE24420D10b453a
Octal2161133364410201541310572
Binary100011101001011110111101001001000010011011000010111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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