Shades of Blue Violet #8D4AE0
Tints of Blue Violet #8D4AE0
RGB
CMYK
RGB Variations
Color information
#8D4AE0 (or 0x8D4AE0) is known color: Blue Violet. HEX triplet: 8D, 4A and E0. RGB value is (141,74,224). Sum of RGB (Red+Green+Blue) = 141+74+224=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D4AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4AE0 is #72B51F. Grayscale: #6E6E6E. Windows color (decimal): -7517472 or 14699149. OLE color: 14699149.
HSL color Cylindrical-coordinate representation of color #8D4AE0: hue angle of 266.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D4AE0 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 74 | 224 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.12 |
| HSL | 266.8º | 0.71% | 0.58% | - |
| HSV(B) | 266.8º | 0.67% | 0.88% | - |
| XYZ | 26.89 | 15.94 | 72.18 | - |
| YUV | 111.13 | 191.7 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 224 | 0.37 | 0.67 | 0 | 0.12 | 266.8 | 0.71 | 0.58 |
| Hex | 8D | 4A | E0 | 25 | 43 | 0 | C | 10B | 47 | 3A |
| Octal | 215 | 112 | 340 | 45 | 103 | 0 | 14 | 413 | 107 | 72 |
| Binary | 10001101 | 1001010 | 11100000 | 100101 | 1000011 | 0 | 1100 | 100001011 | 1000111 | 111010 |
Color Harmonies of #8D4AE0
Complementary color
Monochromatic Colors of #8D4AE0
Black with #8D4AE0
Text Example
Text Example
White with #8D4AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4AE0; }
p { color: rgb(141,74,224); }
H1.HeaderClassName
{
color: #8D4AE0;
}
.AnyTagClassName
{
color: #8D4AE0;
}
</style>
background-color css
<style>
a { background-color: #8D4AE0; }
a { background-color: rgb(141,74,224); }
div.DivClassName
{
background-color: #8D4AE0;
}
.BgClassName
{
background-color: #8D4AE0;
}
</style>
border-color css
<style>
span { border-color: #8D4AE0; }
span { border-color: rgb(141,74,224); }
td.TdClassName
{
border-color: #8D4AE0;
}
.TagClassName
{
border-color: #8D4AE0;
}
</style>