#8D2AA9

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

Shades of Vivid Violet #8D2AA9

Tints of Vivid Violet #8D2AA9

Color information

#8D2AA9 (or 0x8D2AA9) is unknown color: approx Vivid Violet. HEX triplet: 8D, 2A and A9. RGB value is (141,42,169). Sum of RGB (Red+Green+Blue) = 141+42+169=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #8D2AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2AA9 is #72D556. Grayscale: #555555. Windows color (decimal): -7525719 or 11086477. OLE color: 11086477.

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

Color convert

RGB14142169-
CMYK0.170.7500.34
HSL286.77º60.19%41.37%-
HSV(B)286.77º75.15%66.27%-
XYZ18.9710.1838.5-
YUV86.08174.8167.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 42 (16.80% from 255) = 11.93%
BLUE value IS 169 (66.41% from 255) = 48.01%
R=40.06%
G=11.93%
B=48.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141421690.170.7500.34286.7760.1941.37
Hex8D2AA9114B02211f3c29
Octal21552251211130424377451
Binary10001101101010101010011000110010110100010100011111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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