#8D479F

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

Shades of Vivid Violet #8D479F

Tints of Vivid Violet #8D479F

Color information

#8D479F (or 0x8D479F) is unknown color: approx Vivid Violet. HEX triplet: 8D, 47 and 9F. RGB value is (141,71,159). Sum of RGB (Red+Green+Blue) = 141+71+159=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D479F is #72B860. Grayscale: #656565. Windows color (decimal): -7518305 or 10438541. OLE color: 10438541.

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

Color convert

RGB14171159-
CMYK0.110.5500.38
HSL287.73º38.26%45.1%-
HSV(B)287.73º55.35%62.35%-
XYZ19.512.6734.22-
YUV101.96160.19155.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.01%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=38.01%
G=19.14%
B=42.86%

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
Decimal141711590.110.5500.38287.7338.2645.1
Hex8D479FB37026120262d
Octal21510723713670464404655
Binary1000110110001111001111110111101110100110100100000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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