#8D4999

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

Shades of Vivid Violet #8D4999

Tints of Vivid Violet #8D4999

Color information

#8D4999 (or 0x8D4999) is unknown color: approx Vivid Violet. HEX triplet: 8D, 49 and 99. RGB value is (141,73,153). Sum of RGB (Red+Green+Blue) = 141+73+153=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D4999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4999 is #72B666. Grayscale: #666666. Windows color (decimal): -7517799 or 10045837. OLE color: 10045837.

HSL color Cylindrical-coordinate representation of color #8D4999: hue angle of 291º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4999 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14173153-
CMYK0.080.5200.4
HSL291º35.4%44.31%-
HSV(B)291º52.29%60%-
XYZ19.1212.7331.59-
YUV102.45156.53155.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.42%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=38.42%
G=19.89%
B=41.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141731530.080.5200.429135.444.31
Hex8D4999834028123232c
Octal21511123110640504434354
Binary1000110110010011001100110001101000101000100100011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,73,153); }

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

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

 a { background-color: rgb(141,73,153); }

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

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

 span { border-color: rgb(141,73,153); }

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