#8E3989

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

Shades of Vivid Violet #8E3989

Tints of Vivid Violet #8E3989

Color information

#8E3989 (or 0x8E3989) is unknown color: approx Vivid Violet. HEX triplet: 8E, 39 and 89. RGB value is (142,57,137). Sum of RGB (Red+Green+Blue) = 142+57+137=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3989 is #71C676. Grayscale: #5B5B5B. Windows color (decimal): -7456375 or 8993166. OLE color: 8993166.

HSL color Cylindrical-coordinate representation of color #8E3989: hue angle of 303.53º 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 #8E3989 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14257137-
CMYK00.600.040.44
HSL303.53º42.71%39.02%-
HSV(B)303.53º59.86%55.69%-
XYZ17.1310.4824.79-
YUV91.54153.66164-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=42.26%
G=16.96%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425713700.600.040.44303.5342.7139.02
Hex8E398903C42C1302b27
Octal216712110744544605347
Binary10001110111001100010010111100100101100100110000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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