#8E40DD

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

Shades of Blue Violet #8E40DD

Tints of Blue Violet #8E40DD

Color information

#8E40DD (or 0x8E40DD) is unknown color: approx Blue Violet. HEX triplet: 8E, 40 and DD. RGB value is (142,64,221). Sum of RGB (Red+Green+Blue) = 142+64+221=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E40DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E40DD is #71BF22. Grayscale: #686868. Windows color (decimal): -7454499 or 14499982. OLE color: 14499982.

HSL color Cylindrical-coordinate representation of color #8E40DD: hue angle of 269.81º degrees, saturation: 0.7, 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 #8E40DD is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14264221-
CMYK0.360.7100.13
HSL269.81º69.78%55.88%-
HSV(B)269.81º71.04%86.67%-
XYZ26.0414.6469.86-
YUV105.22193.34154.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 221 (86.72% from 255) = 51.76%
R=33.26%
G=14.99%
B=51.76%

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
Decimal142642210.360.7100.13269.8169.7855.88
Hex8E40DD24470D10e4638
Octal2161003354410701541610670
Binary100011101000000110111011001001000111011011000011101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E40DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,64,221); }

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

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

 a { background-color: rgb(142,64,221); }

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

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

 span { border-color: rgb(142,64,221); }

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