#8E489F

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

Shades of Vivid Violet #8E489F

Tints of Vivid Violet #8E489F

Color information

#8E489F (or 0x8E489F) is unknown color: approx Vivid Violet. HEX triplet: 8E, 48 and 9F. RGB value is (142,72,159). Sum of RGB (Red+Green+Blue) = 142+72+159=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E489F is #71B760. Grayscale: #666666. Windows color (decimal): -7452513 or 10438798. OLE color: 10438798.

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

Color convert

RGB14272159-
CMYK0.110.5500.38
HSL288.28º37.66%45.29%-
HSV(B)288.28º54.72%62.35%-
XYZ19.7312.8934.25-
YUV102.85159.69155.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=38.07%
G=19.30%
B=42.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142721590.110.5500.38288.2837.6645.29
Hex8E489FB37026120262d
Octal21611023713670464404655
Binary1000111010010001001111110111101110100110100100000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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