#8e28dd

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

Shades of Blue Violet #8E28DD

Tints of Blue Violet #8E28DD

Color information

#8E28DD (or 0x8E28DD) is unknown color: approx Blue Violet. HEX triplet: 8E, 28 and DD. RGB value is (142,40,221). Sum of RGB (Red+Green+Blue) = 142+40+221=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E28DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E28DD is #71D722. Grayscale: #5A5A5A. Windows color (decimal): -7460643 or 14493838. OLE color: 14493838.

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

Color convert

RGB14240221-
CMYK0.360.8200.13
HSL273.81º72.69%51.18%-
HSV(B)273.81º81.9%86.67%-
XYZ24.9712.4969.5-
YUV91.13201.29164.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 40 (16.02% from 255) = 9.93%
BLUE value IS 221 (86.72% from 255) = 54.84%
R=35.24%
G=9.93%
B=54.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142402210.360.8200.13273.8172.6951.18
Hex8E28DD24520D1124933
Octal216503354412201542211163
Binary10001110101000110111011001001010010011011000100101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e28dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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