#8E41DC

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

Shades of Blue Violet #8E41DC

Tints of Blue Violet #8E41DC

Color information

#8E41DC (or 0x8E41DC) is unknown color: approx Blue Violet. HEX triplet: 8E, 41 and DC. RGB value is (142,65,220). Sum of RGB (Red+Green+Blue) = 142+65+220=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E41DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E41DC is #71BE23. Grayscale: #696969. Windows color (decimal): -7454244 or 14434702. OLE color: 14434702.

HSL color Cylindrical-coordinate representation of color #8E41DC: hue angle of 269.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E41DC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14265220-
CMYK0.350.7000.14
HSL269.81º68.89%55.88%-
HSV(B)269.81º70.45%86.27%-
XYZ25.9614.769.18-
YUV105.69192.51153.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 220 (86.33% from 255) = 51.52%
R=33.26%
G=15.22%
B=51.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142652200.350.7000.14269.8168.8955.88
Hex8E41DC23460E10e4538
Octal2161013344310601641610570
Binary100011101000001110111001000111000110011101000011101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E41DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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