Shades of Blue Violet #8D14FF
Tints of Blue Violet #8D14FF
RGB
CMYK
RGB Variations
Color information
#8D14FF (or 0x8D14FF) is known color: Blue Violet. HEX triplet: 8D, 14 and FF. RGB value is (141,20,255). Sum of RGB (Red+Green+Blue) = 141+20+255=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D14FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D14FF is #72EB00. Grayscale: #525252. Windows color (decimal): -7531265 or 16716941. OLE color: 16716941.
HSL color Cylindrical-coordinate representation of color #8D14FF: hue angle of 270.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D14FF is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 20 | 255 | - |
| CMYK | 0.45 | 0.92 | 0 | 0 |
| HSL | 270.89º | 1% | 0.54% | - |
| HSV(B) | 270.89º | 0.92% | 1% | - |
| XYZ | 29.28 | 13.38 | 95.65 | - |
| YUV | 82.97 | 225.09 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 255 | 0.45 | 0.92 | 0 | 0 | 270.89 | 1 | 0.54 |
| Hex | 8D | 14 | FF | 2D | 5C | 0 | 0 | 10F | 64 | 36 |
| Octal | 215 | 24 | 377 | 55 | 134 | 0 | 0 | 417 | 144 | 66 |
| Binary | 10001101 | 10100 | 11111111 | 101101 | 1011100 | 0 | 0 | 100001111 | 1100100 | 110110 |
Color Harmonies of #8D14FF
Complementary color
Monochromatic Colors of #8D14FF
Black with #8D14FF
Text Example
Text Example
White with #8D14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D14FF; }
p { color: rgb(141,20,255); }
H1.HeaderClassName
{
color: #8D14FF;
}
.AnyTagClassName
{
color: #8D14FF;
}
</style>
background-color css
<style>
a { background-color: #8D14FF; }
a { background-color: rgb(141,20,255); }
div.DivClassName
{
background-color: #8D14FF;
}
.BgClassName
{
background-color: #8D14FF;
}
</style>
border-color css
<style>
span { border-color: #8D14FF; }
span { border-color: rgb(141,20,255); }
td.TdClassName
{
border-color: #8D14FF;
}
.TagClassName
{
border-color: #8D14FF;
}
</style>