#8D40A9

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

Shades of Vivid Violet #8D40A9

Tints of Vivid Violet #8D40A9

Color information

#8D40A9 (or 0x8D40A9) is unknown color: approx Vivid Violet. HEX triplet: 8D, 40 and A9. RGB value is (141,64,169). Sum of RGB (Red+Green+Blue) = 141+64+169=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 169 - color contains mainly: blue. Hex color #8D40A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D40A9 is #72BF56. Grayscale: #626262. Windows color (decimal): -7520087 or 11092109. OLE color: 11092109.

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

Color convert

RGB14164169-
CMYK0.170.6200.34
HSL284º45.06%45.69%-
HSV(B)284º62.13%66.27%-
XYZ19.9812.1938.84-
YUV98.99167.51157.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 169 (66.41% from 255) = 45.19%
R=37.70%
G=17.11%
B=45.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141641690.170.6200.3428445.0645.69
Hex8D40A9113E02211c2d2e
Octal21510025121760424345556
Binary10001101100000010101001100011111100100010100011100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D40A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,169); }

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

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

 a { background-color: rgb(141,64,169); }

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

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

 span { border-color: rgb(141,64,169); }

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