#8D479D

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

Shades of Vivid Violet #8D479D

Tints of Vivid Violet #8D479D

Color information

#8D479D (or 0x8D479D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 47 and 9D. RGB value is (141,71,157). Sum of RGB (Red+Green+Blue) = 141+71+157=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D479D is #72B862. Grayscale: #656565. Windows color (decimal): -7518307 or 10307469. OLE color: 10307469.

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

Color convert

RGB14171157-
CMYK0.100.5500.38
HSL288.84º37.72%44.71%-
HSV(B)288.84º54.78%61.57%-
XYZ19.3212.633.31-
YUV101.73159.19156.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=38.21%
G=19.24%
B=42.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141711570.100.5500.38288.8437.7244.71
Hex8D479DA37026121262d
Octal21510723512670464414655
Binary1000110110001111001110110101101110100110100100001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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