#8E41DF

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

Shades of Blue Violet #8E41DF

Tints of Blue Violet #8E41DF

Color information

#8E41DF (or 0x8E41DF) is unknown color: approx Blue Violet. HEX triplet: 8E, 41 and DF. RGB value is (142,65,223). Sum of RGB (Red+Green+Blue) = 142+65+223=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E41DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E41DF is #71BE20. Grayscale: #696969. Windows color (decimal): -7454241 or 14631310. OLE color: 14631310.

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

Color convert

RGB14265223-
CMYK0.360.7100.13
HSL269.24º71.17%56.47%-
HSV(B)269.24º70.85%87.45%-
XYZ26.3614.8671.29-
YUV106.04194.01153.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.02%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 223 (87.5% from 255) = 51.86%
R=33.02%
G=15.12%
B=51.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142652230.360.7100.13269.2471.1756.47
Hex8E41DF24470D10d4738
Octal2161013374410701541510770
Binary100011101000001110111111001001000111011011000011011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E41DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,65,223); }

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

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

 a { background-color: rgb(142,65,223); }

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

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

 span { border-color: rgb(142,65,223); }

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