#8E43D9

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

Shades of Blue Violet #8E43D9

Tints of Blue Violet #8E43D9

Color information

#8E43D9 (or 0x8E43D9) is unknown color: approx Blue Violet. HEX triplet: 8E, 43 and D9. RGB value is (142,67,217). Sum of RGB (Red+Green+Blue) = 142+67+217=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #8E43D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E43D9 is #71BC26. Grayscale: #6A6A6A. Windows color (decimal): -7453735 or 14238606. OLE color: 14238606.

HSL color Cylindrical-coordinate representation of color #8E43D9: hue angle of 270º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E43D9 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14267217-
CMYK0.350.6900.15
HSL270º66.37%55.69%-
HSV(B)270º69.12%85.1%-
XYZ25.6914.7767.14-
YUV106.52190.35153.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 15.73%
BLUE value IS 217 (85.16% from 255) = 50.94%
R=33.33%
G=15.73%
B=50.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142672170.350.6900.1527066.3755.69
Hex8E43D923450F10e4238
Octal2161033314310501741610270
Binary100011101000011110110011000111000101011111000011101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E43D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,67,217); }

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

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

 a { background-color: rgb(142,67,217); }

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

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

 span { border-color: rgb(142,67,217); }

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