Shades of Blue Violet #8D15FF
Tints of Blue Violet #8D15FF
RGB
CMYK
RGB Variations
Color information
#8D15FF (or 0x8D15FF) is known color: Blue Violet. HEX triplet: 8D, 15 and FF. RGB value is (141,21,255). Sum of RGB (Red+Green+Blue) = 141+21+255=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D15FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D15FF is #72EA00. Grayscale: #525252. Windows color (decimal): -7531009 or 16717197. OLE color: 16717197.
HSL color Cylindrical-coordinate representation of color #8D15FF: hue angle of 270.77º 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 #8D15FF is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 21 | 255 | - |
| CMYK | 0.45 | 0.92 | 0 | 0 |
| HSL | 270.77º | 1% | 0.54% | - |
| HSV(B) | 270.77º | 0.92% | 1% | - |
| XYZ | 29.3 | 13.42 | 95.65 | - |
| YUV | 83.56 | 224.76 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 255 | 0.45 | 0.92 | 0 | 0 | 270.77 | 1 | 0.54 |
| Hex | 8D | 15 | FF | 2D | 5C | 0 | 0 | 10F | 64 | 36 |
| Octal | 215 | 25 | 377 | 55 | 134 | 0 | 0 | 417 | 144 | 66 |
| Binary | 10001101 | 10101 | 11111111 | 101101 | 1011100 | 0 | 0 | 100001111 | 1100100 | 110110 |
Color Harmonies of #8D15FF
Complementary color
Monochromatic Colors of #8D15FF
Black with #8D15FF
Text Example
Text Example
White with #8D15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D15FF; }
p { color: rgb(141,21,255); }
H1.HeaderClassName
{
color: #8D15FF;
}
.AnyTagClassName
{
color: #8D15FF;
}
</style>
background-color css
<style>
a { background-color: #8D15FF; }
a { background-color: rgb(141,21,255); }
div.DivClassName
{
background-color: #8D15FF;
}
.BgClassName
{
background-color: #8D15FF;
}
</style>
border-color css
<style>
span { border-color: #8D15FF; }
span { border-color: rgb(141,21,255); }
td.TdClassName
{
border-color: #8D15FF;
}
.TagClassName
{
border-color: #8D15FF;
}
</style>