Shades of Blue Violet #8D1AE8
Tints of Blue Violet #8D1AE8
RGB
CMYK
RGB Variations
Color information
#8D1AE8 (or 0x8D1AE8) is known color: Blue Violet. HEX triplet: 8D, 1A and E8. RGB value is (141,26,232). Sum of RGB (Red+Green+Blue) = 141+26+232=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #8D1AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1AE8 is #72E517. Grayscale: #535353. Windows color (decimal): -7529752 or 15211149. OLE color: 15211149.
HSL color Cylindrical-coordinate representation of color #8D1AE8: hue angle of 273.5º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1AE8 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 26 | 232 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.09 |
| HSL | 273.5º | 0.82% | 0.51% | - |
| HSV(B) | 273.5º | 0.89% | 0.91% | - |
| XYZ | 25.92 | 12.23 | 77.34 | - |
| YUV | 83.87 | 211.6 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 232 | 0.39 | 0.89 | 0 | 0.09 | 273.5 | 0.82 | 0.51 |
| Hex | 8D | 1A | E8 | 27 | 59 | 0 | 9 | 111 | 52 | 33 |
| Octal | 215 | 32 | 350 | 47 | 131 | 0 | 11 | 421 | 122 | 63 |
| Binary | 10001101 | 11010 | 11101000 | 100111 | 1011001 | 0 | 1001 | 100010001 | 1010010 | 110011 |
Color Harmonies of #8D1AE8
Complementary color
Monochromatic Colors of #8D1AE8
Black with #8D1AE8
Text Example
Text Example
White with #8D1AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1AE8; }
p { color: rgb(141,26,232); }
H1.HeaderClassName
{
color: #8D1AE8;
}
.AnyTagClassName
{
color: #8D1AE8;
}
</style>
background-color css
<style>
a { background-color: #8D1AE8; }
a { background-color: rgb(141,26,232); }
div.DivClassName
{
background-color: #8D1AE8;
}
.BgClassName
{
background-color: #8D1AE8;
}
</style>
border-color css
<style>
span { border-color: #8D1AE8; }
span { border-color: rgb(141,26,232); }
td.TdClassName
{
border-color: #8D1AE8;
}
.TagClassName
{
border-color: #8D1AE8;
}
</style>