#8E27AC

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

Shades of Vivid Violet #8E27AC

Tints of Vivid Violet #8E27AC

Color information

#8E27AC (or 0x8E27AC) is unknown color: approx Vivid Violet. HEX triplet: 8E, 27 and AC. RGB value is (142,39,172). Sum of RGB (Red+Green+Blue) = 142+39+172=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E27AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E27AC is #71D853. Grayscale: #545454. Windows color (decimal): -7460948 or 11282318. OLE color: 11282318.

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

Color convert

RGB14239172-
CMYK0.170.7700.33
HSL286.47º63.03%41.37%-
HSV(B)286.47º77.33%67.45%-
XYZ19.3310.1839.98-
YUV84.96177.12168.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 39 (15.62% from 255) = 11.05%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=40.23%
G=11.05%
B=48.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142391720.170.7700.33286.4763.0341.37
Hex8E27AC114D02111e3f29
Octal21647254211150414367751
Binary10001110100111101011001000110011010100001100011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E27AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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