#8E4089

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

Shades of Vivid Violet #8E4089

Tints of Vivid Violet #8E4089

Color information

#8E4089 (or 0x8E4089) is unknown color: approx Vivid Violet. HEX triplet: 8E, 40 and 89. RGB value is (142,64,137). Sum of RGB (Red+Green+Blue) = 142+64+137=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4089 is #71BF76. Grayscale: #5F5F5F. Windows color (decimal): -7454583 or 8994958. OLE color: 8994958.

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

Color convert

RGB14264137-
CMYK00.550.040.44
HSL303.85º37.86%40.39%-
HSV(B)303.85º54.93%55.69%-
XYZ17.511.2224.91-
YUV95.64151.34161.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 137 (53.91% from 255) = 39.94%
R=41.40%
G=18.66%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426413700.550.040.44303.8537.8640.39
Hex8E408903742C1302628
Octal2161002110674544604650
Binary100011101000000100010010110111100101100100110000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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