#8E4489

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

Shades of Vivid Violet #8E4489

Tints of Vivid Violet #8E4489

Color information

#8E4489 (or 0x8E4489) is unknown color: approx Vivid Violet. HEX triplet: 8E, 44 and 89. RGB value is (142,68,137). Sum of RGB (Red+Green+Blue) = 142+68+137=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4489 is #71BB76. Grayscale: #616161. Windows color (decimal): -7453559 or 8995982. OLE color: 8995982.

HSL color Cylindrical-coordinate representation of color #8E4489: hue angle of 304.05º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4489 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14268137-
CMYK00.520.040.44
HSL304.05º35.24%41.18%-
HSV(B)304.05º52.11%55.69%-
XYZ17.7411.6924.99-
YUV97.99150.02159.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=40.92%
G=19.60%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426813700.520.040.44304.0535.2441.18
Hex8E448903442C1302329
Octal2161042110644544604351
Binary100011101000100100010010110100100101100100110000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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