#8E499D

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

Shades of Vivid Violet #8E499D

Tints of Vivid Violet #8E499D

Color information

#8E499D (or 0x8E499D) is unknown color: approx Vivid Violet. HEX triplet: 8E, 49 and 9D. RGB value is (142,73,157). Sum of RGB (Red+Green+Blue) = 142+73+157=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E499D is #71B662. Grayscale: #666666. Windows color (decimal): -7452259 or 10307982. OLE color: 10307982.

HSL color Cylindrical-coordinate representation of color #8E499D: hue angle of 289.29º 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 #8E499D is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14273157-
CMYK0.100.5400.38
HSL289.29º36.52%45.1%-
HSV(B)289.29º53.5%61.57%-
XYZ19.6212.9533.36-
YUV103.21158.36155.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=38.17%
G=19.62%
B=42.20%

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
Decimal142731570.100.5400.38289.2936.5245.1
Hex8E499DA36026121252d
Octal21611123512660464414555
Binary1000111010010011001110110101101100100110100100001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,157); }

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

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

 a { background-color: rgb(142,73,157); }

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

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

 span { border-color: rgb(142,73,157); }

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