Shades of Blue Violet #8D1AEA
Tints of Blue Violet #8D1AEA
RGB
CMYK
RGB Variations
Color information
#8D1AEA (or 0x8D1AEA) is known color: Blue Violet. HEX triplet: 8D, 1A and EA. RGB value is (141,26,234). Sum of RGB (Red+Green+Blue) = 141+26+234=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D1AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1AEA is #72E515. Grayscale: #535353. Windows color (decimal): -7529750 or 15342221. OLE color: 15342221.
HSL color Cylindrical-coordinate representation of color #8D1AEA: hue angle of 273.17º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1AEA is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 26 | 234 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.08 |
| HSL | 273.17º | 0.83% | 0.51% | - |
| HSV(B) | 273.17º | 0.89% | 0.92% | - |
| XYZ | 26.21 | 12.34 | 78.84 | - |
| YUV | 84.1 | 212.6 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 234 | 0.40 | 0.89 | 0 | 0.08 | 273.17 | 0.83 | 0.51 |
| Hex | 8D | 1A | EA | 28 | 59 | 0 | 8 | 111 | 53 | 33 |
| Octal | 215 | 32 | 352 | 50 | 131 | 0 | 10 | 421 | 123 | 63 |
| Binary | 10001101 | 11010 | 11101010 | 101000 | 1011001 | 0 | 1000 | 100010001 | 1010011 | 110011 |
Color Harmonies of #8D1AEA
Complementary color
Monochromatic Colors of #8D1AEA
Black with #8D1AEA
Text Example
Text Example
White with #8D1AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1AEA; }
p { color: rgb(141,26,234); }
H1.HeaderClassName
{
color: #8D1AEA;
}
.AnyTagClassName
{
color: #8D1AEA;
}
</style>
background-color css
<style>
a { background-color: #8D1AEA; }
a { background-color: rgb(141,26,234); }
div.DivClassName
{
background-color: #8D1AEA;
}
.BgClassName
{
background-color: #8D1AEA;
}
</style>
border-color css
<style>
span { border-color: #8D1AEA; }
span { border-color: rgb(141,26,234); }
td.TdClassName
{
border-color: #8D1AEA;
}
.TagClassName
{
border-color: #8D1AEA;
}
</style>