#8D478B

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

Shades of Vivid Violet #8D478B

Tints of Vivid Violet #8D478B

Color information

#8D478B (or 0x8D478B) is unknown color: approx Vivid Violet. HEX triplet: 8D, 47 and 8B. RGB value is (141,71,139). Sum of RGB (Red+Green+Blue) = 141+71+139=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D478B is #72B874. Grayscale: #636363. Windows color (decimal): -7518325 or 9127821. OLE color: 9127821.

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

Color convert

RGB14171139-
CMYK00.500.010.45
HSL301.71º33.02%41.57%-
HSV(B)301.71º49.65%55.29%-
XYZ17.912.0325.81-
YUV99.68150.19157.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=40.17%
G=20.23%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417113900.500.010.45301.7133.0241.57
Hex8D478B03212D12e212a
Octal2151072130621554564152
Binary1000110110001111000101101100101101101100101110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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