#8D479C

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

Shades of Vivid Violet #8D479C

Tints of Vivid Violet #8D479C

Color information

#8D479C (or 0x8D479C) is unknown color: approx Vivid Violet. HEX triplet: 8D, 47 and 9C. RGB value is (141,71,156). Sum of RGB (Red+Green+Blue) = 141+71+156=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D479C is #72B863. Grayscale: #656565. Windows color (decimal): -7518308 or 10241933. OLE color: 10241933.

HSL color Cylindrical-coordinate representation of color #8D479C: hue angle of 289.41º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D479C is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14171156-
CMYK0.100.5400.39
HSL289.41º37.44%44.51%-
HSV(B)289.41º54.49%61.18%-
XYZ19.2412.5732.86-
YUV101.62158.69156.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 71 (28.12% from 255) = 19.29%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=38.32%
G=19.29%
B=42.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141711560.100.5400.39289.4137.4444.51
Hex8D479CA36027121252d
Octal21510723412660474414555
Binary1000110110001111001110010101101100100111100100001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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