#8E3986

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

Shades of Vivid Violet #8E3986

Tints of Vivid Violet #8E3986

Color information

#8E3986 (or 0x8E3986) is unknown color: approx Vivid Violet. HEX triplet: 8E, 39 and 86. RGB value is (142,57,134). Sum of RGB (Red+Green+Blue) = 142+57+134=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3986 is #71C679. Grayscale: #5A5A5A. Windows color (decimal): -7456378 or 8796558. OLE color: 8796558.

HSL color Cylindrical-coordinate representation of color #8E3986: hue angle of 305.65º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E3986 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14257134-
CMYK00.600.060.44
HSL305.65º42.71%39.02%-
HSV(B)305.65º59.86%55.69%-
XYZ16.9210.423.67-
YUV91.19152.16164.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 134 (52.73% from 255) = 40.24%
R=42.64%
G=17.12%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425713400.600.060.44305.6542.7139.02
Hex8E398603C62C1322b27
Octal216712060746544625347
Binary10001110111001100001100111100110101100100110010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,57,134); }

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

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

 a { background-color: rgb(142,57,134); }

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

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

 span { border-color: rgb(142,57,134); }

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