#8E28E0

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

Shades of Blue Violet #8E28E0

Tints of Blue Violet #8E28E0

Color information

#8E28E0 (or 0x8E28E0) is unknown color: approx Blue Violet. HEX triplet: 8E, 28 and E0. RGB value is (142,40,224). Sum of RGB (Red+Green+Blue) = 142+40+224=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #8E28E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E28E0 is #71D71F. Grayscale: #5A5A5A. Windows color (decimal): -7460640 or 14690446. OLE color: 14690446.

HSL color Cylindrical-coordinate representation of color #8E28E0: hue angle of 273.26º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E28E0 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14240224-
CMYK0.370.8200.12
HSL273.26º74.8%51.76%-
HSV(B)273.26º82.14%87.84%-
XYZ25.3712.6571.63-
YUV91.47202.79164.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 40 (16.02% from 255) = 9.85%
BLUE value IS 224 (87.89% from 255) = 55.17%
R=34.98%
G=9.85%
B=55.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal142402240.370.8200.12273.2674.851.76
Hex8E28E025520C1114b34
Octal216503404512201442111364
Binary10001110101000111000001001011010010011001000100011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E28E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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