Shades of Blue Violet #8D15DB
Tints of Blue Violet #8D15DB
RGB
CMYK
RGB Variations
Color information
#8D15DB (or 0x8D15DB) is known color: Blue Violet. HEX triplet: 8D, 15 and DB. RGB value is (141,21,219). Sum of RGB (Red+Green+Blue) = 141+21+219=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D15DB is #72EA24. Grayscale: #4E4E4E. Windows color (decimal): -7531045 or 14357901. OLE color: 14357901.
HSL color Cylindrical-coordinate representation of color #8D15DB: hue angle of 276.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D15DB is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 21 | 219 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.14 |
| HSL | 276.36º | 0.83% | 0.47% | - |
| HSV(B) | 276.36º | 0.9% | 0.86% | - |
| XYZ | 24.04 | 11.31 | 67.93 | - |
| YUV | 79.45 | 206.76 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 219 | 0.36 | 0.90 | 0 | 0.14 | 276.36 | 0.83 | 0.47 |
| Hex | 8D | 15 | DB | 24 | 5A | 0 | E | 114 | 52 | 2F |
| Octal | 215 | 25 | 333 | 44 | 132 | 0 | 16 | 424 | 122 | 57 |
| Binary | 10001101 | 10101 | 11011011 | 100100 | 1011010 | 0 | 1110 | 100010100 | 1010010 | 101111 |
Color Harmonies of #8D15DB
Complementary color
Monochromatic Colors of #8D15DB
Black with #8D15DB
Text Example
Text Example
White with #8D15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D15DB; }
p { color: rgb(141,21,219); }
H1.HeaderClassName
{
color: #8D15DB;
}
.AnyTagClassName
{
color: #8D15DB;
}
</style>
background-color css
<style>
a { background-color: #8D15DB; }
a { background-color: rgb(141,21,219); }
div.DivClassName
{
background-color: #8D15DB;
}
.BgClassName
{
background-color: #8D15DB;
}
</style>
border-color css
<style>
span { border-color: #8D15DB; }
span { border-color: rgb(141,21,219); }
td.TdClassName
{
border-color: #8D15DB;
}
.TagClassName
{
border-color: #8D15DB;
}
</style>