#8D4D9E

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

Shades of Vivid Violet #8D4D9E

Tints of Vivid Violet #8D4D9E

Color information

#8D4D9E (or 0x8D4D9E) is unknown color: approx Vivid Violet. HEX triplet: 8D, 4D and 9E. RGB value is (141,77,158). Sum of RGB (Red+Green+Blue) = 141+77+158=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D4D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4D9E is #72B261. Grayscale: #696969. Windows color (decimal): -7516770 or 10374541. OLE color: 10374541.

HSL color Cylindrical-coordinate representation of color #8D4D9E: hue angle of 287.41º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4D9E is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14177158-
CMYK0.110.5100.38
HSL287.41º34.47%46.08%-
HSV(B)287.41º51.27%61.96%-
XYZ19.8113.4433.9-
YUV105.37157.7153.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.5%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=37.5%
G=20.48%
B=42.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141771580.110.5100.38287.4134.4746.08
Hex8D4D9EB3302611f222e
Octal21511523613630464374256
Binary1000110110011011001111010111100110100110100011111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,77,158); }

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

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

 a { background-color: rgb(141,77,158); }

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

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

 span { border-color: rgb(141,77,158); }

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