Shades of Blue Violet #8D15EB
Tints of Blue Violet #8D15EB
RGB
CMYK
RGB Variations
Color information
#8D15EB (or 0x8D15EB) is known color: Blue Violet. HEX triplet: 8D, 15 and EB. RGB value is (141,21,235). Sum of RGB (Red+Green+Blue) = 141+21+235=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D15EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D15EB is #72EA14. Grayscale: #505050. Windows color (decimal): -7531029 or 15406477. OLE color: 15406477.
HSL color Cylindrical-coordinate representation of color #8D15EB: hue angle of 273.64º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D15EB is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 21 | 235 | - |
| CMYK | 0.4 | 0.91 | 0 | 0.08 |
| HSL | 273.64º | 0.84% | 0.5% | - |
| HSV(B) | 273.64º | 0.91% | 0.92% | - |
| XYZ | 26.25 | 12.2 | 79.57 | - |
| YUV | 81.28 | 214.76 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 235 | 0.4 | 0.91 | 0 | 0.08 | 273.64 | 0.84 | 0.5 |
| Hex | 8D | 15 | EB | 28 | 5B | 0 | 8 | 112 | 54 | 32 |
| Octal | 215 | 25 | 353 | 50 | 133 | 0 | 10 | 422 | 124 | 62 |
| Binary | 10001101 | 10101 | 11101011 | 101000 | 1011011 | 0 | 1000 | 100010010 | 1010100 | 110010 |
Color Harmonies of #8D15EB
Complementary color
Monochromatic Colors of #8D15EB
Black with #8D15EB
Text Example
Text Example
White with #8D15EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D15EB; }
p { color: rgb(141,21,235); }
H1.HeaderClassName
{
color: #8D15EB;
}
.AnyTagClassName
{
color: #8D15EB;
}
</style>
background-color css
<style>
a { background-color: #8D15EB; }
a { background-color: rgb(141,21,235); }
div.DivClassName
{
background-color: #8D15EB;
}
.BgClassName
{
background-color: #8D15EB;
}
</style>
border-color css
<style>
span { border-color: #8D15EB; }
span { border-color: rgb(141,21,235); }
td.TdClassName
{
border-color: #8D15EB;
}
.TagClassName
{
border-color: #8D15EB;
}
</style>