Shades of Blue Violet #8D4AEA
Tints of Blue Violet #8D4AEA
RGB
CMYK
RGB Variations
Color information
#8D4AEA (or 0x8D4AEA) is known color: Blue Violet. HEX triplet: 8D, 4A and EA. RGB value is (141,74,234). Sum of RGB (Red+Green+Blue) = 141+74+234=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D4AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4AEA is #72B515. Grayscale: #6F6F6F. Windows color (decimal): -7517462 or 15354509. OLE color: 15354509.
HSL color Cylindrical-coordinate representation of color #8D4AEA: hue angle of 265.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D4AEA is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 74 | 234 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.08 |
| HSL | 265.13º | 0.79% | 0.6% | - |
| HSV(B) | 265.13º | 0.68% | 0.92% | - |
| XYZ | 28.28 | 16.5 | 79.54 | - |
| YUV | 112.27 | 196.7 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 234 | 0.40 | 0.68 | 0 | 0.08 | 265.13 | 0.79 | 0.6 |
| Hex | 8D | 4A | EA | 28 | 44 | 0 | 8 | 109 | 4F | 3C |
| Octal | 215 | 112 | 352 | 50 | 104 | 0 | 10 | 411 | 117 | 74 |
| Binary | 10001101 | 1001010 | 11101010 | 101000 | 1000100 | 0 | 1000 | 100001001 | 1001111 | 111100 |
Color Harmonies of #8D4AEA
Complementary color
Monochromatic Colors of #8D4AEA
Black with #8D4AEA
Text Example
Text Example
White with #8D4AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4AEA; }
p { color: rgb(141,74,234); }
H1.HeaderClassName
{
color: #8D4AEA;
}
.AnyTagClassName
{
color: #8D4AEA;
}
</style>
background-color css
<style>
a { background-color: #8D4AEA; }
a { background-color: rgb(141,74,234); }
div.DivClassName
{
background-color: #8D4AEA;
}
.BgClassName
{
background-color: #8D4AEA;
}
</style>
border-color css
<style>
span { border-color: #8D4AEA; }
span { border-color: rgb(141,74,234); }
td.TdClassName
{
border-color: #8D4AEA;
}
.TagClassName
{
border-color: #8D4AEA;
}
</style>