#8E28A9

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

Shades of Vivid Violet #8E28A9

Tints of Vivid Violet #8E28A9

Color information

#8E28A9 (or 0x8E28A9) is unknown color: approx Vivid Violet. HEX triplet: 8E, 28 and A9. RGB value is (142,40,169). Sum of RGB (Red+Green+Blue) = 142+40+169=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E28A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E28A9 is #71D756. Grayscale: #545454. Windows color (decimal): -7460695 or 11085966. OLE color: 11085966.

HSL color Cylindrical-coordinate representation of color #8E28A9: hue angle of 287.44º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E28A9 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14240169-
CMYK0.160.7600.34
HSL287.44º61.72%40.98%-
HSV(B)287.44º76.33%66.27%-
XYZ19.0810.1338.49-
YUV85.2175.29168.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 40 (16.02% from 255) = 11.40%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=40.46%
G=11.40%
B=48.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142401690.160.7600.34287.4461.7240.98
Hex8E28A9104C02211f3e29
Octal21650251201140424377651
Binary10001110101000101010011000010011000100010100011111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E28A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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