#8E29AC

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

Shades of Vivid Violet #8E29AC

Tints of Vivid Violet #8E29AC

Color information

#8E29AC (or 0x8E29AC) is unknown color: approx Vivid Violet. HEX triplet: 8E, 29 and AC. RGB value is (142,41,172). Sum of RGB (Red+Green+Blue) = 142+41+172=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E29AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E29AC is #71D653. Grayscale: #555555. Windows color (decimal): -7460436 or 11282830. OLE color: 11282830.

HSL color Cylindrical-coordinate representation of color #8E29AC: hue angle of 286.26º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E29AC is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14241172-
CMYK0.170.7600.33
HSL286.26º61.5%41.76%-
HSV(B)286.26º76.16%67.45%-
XYZ19.3910.3240-
YUV86.13176.46167.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 41 (16.41% from 255) = 11.55%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=40%
G=11.55%
B=48.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142411720.170.7600.33286.2661.541.76
Hex8E29AC114C02111e3e2a
Octal21651254211140414367652
Binary10001110101001101011001000110011000100001100011110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E29AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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