#8E489E

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

Shades of Vivid Violet #8E489E

Tints of Vivid Violet #8E489E

Color information

#8E489E (or 0x8E489E) is unknown color: approx Vivid Violet. HEX triplet: 8E, 48 and 9E. RGB value is (142,72,158). Sum of RGB (Red+Green+Blue) = 142+72+158=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E489E is #71B761. Grayscale: #666666. Windows color (decimal): -7452514 or 10373262. OLE color: 10373262.

HSL color Cylindrical-coordinate representation of color #8E489E: hue angle of 288.84º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E489E is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14272158-
CMYK0.100.5400.38
HSL288.84º37.39%45.1%-
HSV(B)288.84º54.43%61.96%-
XYZ19.6412.8533.79-
YUV102.73159.19156.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=38.17%
G=19.35%
B=42.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142721580.100.5400.38288.8437.3945.1
Hex8E489EA36026121252d
Octal21611023612660464414555
Binary1000111010010001001111010101101100100110100100001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,72,158); }

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

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

 a { background-color: rgb(142,72,158); }

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

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

 span { border-color: rgb(142,72,158); }

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