Shades of Blue Violet #8B15DB
Tints of Blue Violet #8B15DB
RGB
CMYK
RGB Variations
Color information
#8B15DB (or 0x8B15DB) is known color: Blue Violet. HEX triplet: 8B, 15 and DB. RGB value is (139,21,219). Sum of RGB (Red+Green+Blue) = 139+21+219=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B15DB is #74EA24. Grayscale: #4E4E4E. Windows color (decimal): -7662117 or 14357899. OLE color: 14357899.
HSL color Cylindrical-coordinate representation of color #8B15DB: hue angle of 275.76º 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 #8B15DB is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 21 | 219 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.14 |
| HSL | 275.76º | 0.83% | 0.47% | - |
| HSV(B) | 275.76º | 0.9% | 0.86% | - |
| XYZ | 23.7 | 11.14 | 67.92 | - |
| YUV | 78.85 | 207.09 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 219 | 0.37 | 0.90 | 0 | 0.14 | 275.76 | 0.83 | 0.47 |
| Hex | 8B | 15 | DB | 25 | 5A | 0 | E | 114 | 52 | 2F |
| Octal | 213 | 25 | 333 | 45 | 132 | 0 | 16 | 424 | 122 | 57 |
| Binary | 10001011 | 10101 | 11011011 | 100101 | 1011010 | 0 | 1110 | 100010100 | 1010010 | 101111 |
Color Harmonies of #8B15DB
Complementary color
Monochromatic Colors of #8B15DB
Black with #8B15DB
Text Example
Text Example
White with #8B15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B15DB; }
p { color: rgb(139,21,219); }
H1.HeaderClassName
{
color: #8B15DB;
}
.AnyTagClassName
{
color: #8B15DB;
}
</style>
background-color css
<style>
a { background-color: #8B15DB; }
a { background-color: rgb(139,21,219); }
div.DivClassName
{
background-color: #8B15DB;
}
.BgClassName
{
background-color: #8B15DB;
}
</style>
border-color css
<style>
span { border-color: #8B15DB; }
span { border-color: rgb(139,21,219); }
td.TdClassName
{
border-color: #8B15DB;
}
.TagClassName
{
border-color: #8B15DB;
}
</style>