#8D478E

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

Shades of Vivid Violet #8D478E

Tints of Vivid Violet #8D478E

Color information

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

HSL color Cylindrical-coordinate representation of color #8D478E: hue angle of 299.15º 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 #8D478E is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14171142-
CMYK0.010.500.44
HSL299.15º33.33%41.76%-
HSV(B)299.15º50%55.69%-
XYZ18.1212.1226.98-
YUV100.02151.69157.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141711420.010.500.44299.1533.3341.76
Hex8D478E13202C12b212a
Octal2151072161620544534152
Binary1000110110001111000111011100100101100100101011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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