#8E29A3

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

Shades of Vivid Violet #8E29A3

Tints of Vivid Violet #8E29A3

Color information

#8E29A3 (or 0x8E29A3) is unknown color: approx Vivid Violet. HEX triplet: 8E, 29 and A3. RGB value is (142,41,163). Sum of RGB (Red+Green+Blue) = 142+41+163=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 163 - color contains mainly: blue. Hex color #8E29A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E29A3 is #71D65C. Grayscale: #545454. Windows color (decimal): -7460445 or 10693006. OLE color: 10693006.

HSL color Cylindrical-coordinate representation of color #8E29A3: hue angle of 289.67º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E29A3 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14241163-
CMYK0.130.7500.36
HSL289.67º59.8%40%-
HSV(B)289.67º74.85%63.92%-
XYZ18.569.9835.6-
YUV85.11171.96168.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 41 (16.41% from 255) = 11.85%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=41.04%
G=11.85%
B=47.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142411630.130.7500.36289.6759.840
Hex8E29A3D4B0241223c28
Octal21651243151130444427450
Binary1000111010100110100011110110010110100100100100010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E29A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,41,163); }

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

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

 a { background-color: rgb(142,41,163); }

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

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

 span { border-color: rgb(142,41,163); }

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