#8E2DE9

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

Shades of Blue Violet #8E2DE9

Tints of Blue Violet #8E2DE9

Color information

#8E2DE9 (or 0x8E2DE9) is unknown color: approx Blue Violet. HEX triplet: 8E, 2D and E9. RGB value is (142,45,233). Sum of RGB (Red+Green+Blue) = 142+45+233=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 233 (91.41% from 255 or 55.48% from 420); Max value from RGB is 233 - color contains mainly: blue. Hex color #8E2DE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2DE9 is #71D216. Grayscale: #5E5E5E. Windows color (decimal): -7459351 or 15281550. OLE color: 15281550.

HSL color Cylindrical-coordinate representation of color #8E2DE9: hue angle of 270.96º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E2DE9 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14245233-
CMYK0.390.8100.09
HSL270.96º81.03%54.51%-
HSV(B)270.96º80.69%91.37%-
XYZ26.813.5178.29-
YUV95.43205.64161.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 233 (91.41% from 255) = 55.48%
R=33.81%
G=10.71%
B=55.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal142452330.390.8100.09270.9681.0354.51
Hex8E2DE927510910f5137
Octal216553514712101141712167
Binary10001110101101111010011001111010001010011000011111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,45,233); }

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

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

 a { background-color: rgb(142,45,233); }

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

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

 span { border-color: rgb(142,45,233); }

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