#8E478D

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

Shades of Vivid Violet #8E478D

Tints of Vivid Violet #8E478D

Color information

#8E478D (or 0x8E478D) is unknown color: approx Vivid Violet. HEX triplet: 8E, 47 and 8D. RGB value is (142,71,141). Sum of RGB (Red+Green+Blue) = 142+71+141=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E478D is #71B872. Grayscale: #646464. Windows color (decimal): -7452787 or 9258894. OLE color: 9258894.

HSL color Cylindrical-coordinate representation of color #8E478D: hue angle of 300.85º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E478D is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14271141-
CMYK00.50.010.44
HSL300.85º33.33%41.76%-
HSV(B)300.85º50%55.69%-
XYZ18.2212.1826.59-
YUV100.21151.02157.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=40.11%
G=20.06%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427114100.50.010.44300.8533.3341.76
Hex8E478D03212C12d212a
Octal2161072150621544554152
Binary1000111010001111000110101100101101100100101101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,71,141); }

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

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

 a { background-color: rgb(142,71,141); }

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

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

 span { border-color: rgb(142,71,141); }

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