Shades of Blue Violet #8D15FE
Tints of Blue Violet #8D15FE
RGB
CMYK
RGB Variations
Color information
#8D15FE (or 0x8D15FE) is known color: Blue Violet. HEX triplet: 8D, 15 and FE. RGB value is (141,21,254). Sum of RGB (Red+Green+Blue) = 141+21+254=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D15FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D15FE is #72EA01. Grayscale: #525252. Windows color (decimal): -7531010 or 16651661. OLE color: 16651661.
HSL color Cylindrical-coordinate representation of color #8D15FE: hue angle of 270.9º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D15FE is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 21 | 254 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.00 |
| HSL | 270.9º | 0.99% | 0.54% | - |
| HSV(B) | 270.9º | 0.92% | 1% | - |
| XYZ | 29.14 | 13.35 | 94.81 | - |
| YUV | 83.44 | 224.26 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 254 | 0.44 | 0.92 | 0 | 0.00 | 270.9 | 0.99 | 0.54 |
| Hex | 8D | 15 | FE | 2C | 5C | 0 | 0 | 10F | 63 | 36 |
| Octal | 215 | 25 | 376 | 54 | 134 | 0 | 0 | 417 | 143 | 66 |
| Binary | 10001101 | 10101 | 11111110 | 101100 | 1011100 | 0 | 0 | 100001111 | 1100011 | 110110 |
Color Harmonies of #8D15FE
Complementary color
Monochromatic Colors of #8D15FE
Black with #8D15FE
Text Example
Text Example
White with #8D15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D15FE; }
p { color: rgb(141,21,254); }
H1.HeaderClassName
{
color: #8D15FE;
}
.AnyTagClassName
{
color: #8D15FE;
}
</style>
background-color css
<style>
a { background-color: #8D15FE; }
a { background-color: rgb(141,21,254); }
div.DivClassName
{
background-color: #8D15FE;
}
.BgClassName
{
background-color: #8D15FE;
}
</style>
border-color css
<style>
span { border-color: #8D15FE; }
span { border-color: rgb(141,21,254); }
td.TdClassName
{
border-color: #8D15FE;
}
.TagClassName
{
border-color: #8D15FE;
}
</style>