#8D4C97

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

Shades of Vivid Violet #8D4C97

Tints of Vivid Violet #8D4C97

Color information

#8D4C97 (or 0x8D4C97) is unknown color: approx Vivid Violet. HEX triplet: 8D, 4C and 97. RGB value is (141,76,151). Sum of RGB (Red+Green+Blue) = 141+76+151=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D4C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4C97 is #72B368. Grayscale: #676767. Windows color (decimal): -7517033 or 9915533. OLE color: 9915533.

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

Color convert

RGB14176151-
CMYK0.070.5000.41
HSL292º33.04%44.51%-
HSV(B)292º49.67%59.22%-
XYZ19.1513.0730.79-
YUV103.98154.53154.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=38.32%
G=20.65%
B=41.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141761510.070.5000.4129233.0444.51
Hex8D4C97732029124212d
Octal2151142277620514444155
Binary100011011001100100101111111100100101001100100100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,76,151); }

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

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

 a { background-color: rgb(141,76,151); }

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

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

 span { border-color: rgb(141,76,151); }

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