#8e44ed

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

Shades of Blue Violet #8E44ED

Tints of Blue Violet #8E44ED

Color information

#8E44ED (or 0x8E44ED) is unknown color: approx Blue Violet. HEX triplet: 8E, 44 and ED. RGB value is (142,68,237). Sum of RGB (Red+Green+Blue) = 142+68+237=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E44ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E44ED is #71BB12. Grayscale: #6C6C6C. Windows color (decimal): -7453459 or 15549582. OLE color: 15549582.

HSL color Cylindrical-coordinate representation of color #8E44ED: hue angle of 266.27º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E44ED is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14268237-
CMYK0.400.7100.07
HSL266.27º82.44%59.8%-
HSV(B)266.27º71.31%92.94%-
XYZ28.511681.71-
YUV109.39200.02151.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 68 (26.95% from 255) = 15.21%
BLUE value IS 237 (92.97% from 255) = 53.02%
R=31.77%
G=15.21%
B=53.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142682370.400.7100.07266.2782.4459.8
Hex8E44ED28470710a523c
Octal216104355501070741212274
Binary10001110100010011101101101000100011101111000010101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e44ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,68,237); }

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

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

 a { background-color: rgb(142,68,237); }

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

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

 span { border-color: rgb(142,68,237); }

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