Shades of Blue Violet #8D1AFF
Tints of Blue Violet #8D1AFF
RGB
CMYK
RGB Variations
Color information
#8D1AFF (or 0x8D1AFF) is known color: Blue Violet. HEX triplet: 8D, 1A and FF. RGB value is (141,26,255). Sum of RGB (Red+Green+Blue) = 141+26+255=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D1AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1AFF is #72E500. Grayscale: #555555. Windows color (decimal): -7529729 or 16718477. OLE color: 16718477.
HSL color Cylindrical-coordinate representation of color #8D1AFF: hue angle of 270.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D1AFF is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 26 | 255 | - |
| CMYK | 0.45 | 0.90 | 0 | 0 |
| HSL | 270.13º | 1% | 0.55% | - |
| HSV(B) | 270.13º | 0.9% | 1% | - |
| XYZ | 29.4 | 13.62 | 95.69 | - |
| YUV | 86.49 | 223.1 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 255 | 0.45 | 0.90 | 0 | 0 | 270.13 | 1 | 0.55 |
| Hex | 8D | 1A | FF | 2D | 5A | 0 | 0 | 10E | 64 | 37 |
| Octal | 215 | 32 | 377 | 55 | 132 | 0 | 0 | 416 | 144 | 67 |
| Binary | 10001101 | 11010 | 11111111 | 101101 | 1011010 | 0 | 0 | 100001110 | 1100100 | 110111 |
Color Harmonies of #8D1AFF
Complementary color
Monochromatic Colors of #8D1AFF
Black with #8D1AFF
Text Example
Text Example
White with #8D1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1AFF; }
p { color: rgb(141,26,255); }
H1.HeaderClassName
{
color: #8D1AFF;
}
.AnyTagClassName
{
color: #8D1AFF;
}
</style>
background-color css
<style>
a { background-color: #8D1AFF; }
a { background-color: rgb(141,26,255); }
div.DivClassName
{
background-color: #8D1AFF;
}
.BgClassName
{
background-color: #8D1AFF;
}
</style>
border-color css
<style>
span { border-color: #8D1AFF; }
span { border-color: rgb(141,26,255); }
td.TdClassName
{
border-color: #8D1AFF;
}
.TagClassName
{
border-color: #8D1AFF;
}
</style>