#8D4E97

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

Shades of Vivid Violet #8D4E97

Tints of Vivid Violet #8D4E97

Color information

#8D4E97 (or 0x8D4E97) is unknown color: approx Vivid Violet. HEX triplet: 8D, 4E and 97. RGB value is (141,78,151). Sum of RGB (Red+Green+Blue) = 141+78+151=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D4E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4E97 is #72B168. Grayscale: #686868. Windows color (decimal): -7516521 or 9916045. OLE color: 9916045.

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

Color convert

RGB14178151-
CMYK0.070.4800.41
HSL291.78º31.88%44.9%-
HSV(B)291.78º48.34%59.22%-
XYZ19.2913.3530.84-
YUV105.16153.87153.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=38.11%
G=21.08%
B=40.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141781510.070.4800.41291.7831.8844.9
Hex8D4E97730029124202d
Octal2151162277600514444055
Binary100011011001110100101111111100000101001100100100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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