Shades of Blue Violet #981BDB
Tints of Blue Violet #981BDB
RGB
CMYK
RGB Variations
Color information
#981BDB (or 0x981BDB) is known color: Blue Violet. HEX triplet: 98, 1B and DB. RGB value is (152,27,219). Sum of RGB (Red+Green+Blue) = 152+27+219=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #981BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BDB is #67E424. Grayscale: #555555. Windows color (decimal): -6808613 or 14359448. OLE color: 14359448.
HSL color Cylindrical-coordinate representation of color #981BDB: hue angle of 279.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981BDB is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 27 | 219 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.14 |
| HSL | 279.06º | 0.78% | 0.48% | - |
| HSV(B) | 279.06º | 0.88% | 0.86% | - |
| XYZ | 26.13 | 12.57 | 68.07 | - |
| YUV | 86.26 | 202.91 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 219 | 0.31 | 0.88 | 0 | 0.14 | 279.06 | 0.78 | 0.48 |
| Hex | 98 | 1B | DB | 1F | 58 | 0 | E | 117 | 4E | 30 |
| Octal | 230 | 33 | 333 | 37 | 130 | 0 | 16 | 427 | 116 | 60 |
| Binary | 10011000 | 11011 | 11011011 | 11111 | 1011000 | 0 | 1110 | 100010111 | 1001110 | 110000 |
Color Harmonies of #981BDB
Complementary color
Monochromatic Colors of #981BDB
Black with #981BDB
Text Example
Text Example
White with #981BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BDB; }
p { color: rgb(152,27,219); }
H1.HeaderClassName
{
color: #981BDB;
}
.AnyTagClassName
{
color: #981BDB;
}
</style>
background-color css
<style>
a { background-color: #981BDB; }
a { background-color: rgb(152,27,219); }
div.DivClassName
{
background-color: #981BDB;
}
.BgClassName
{
background-color: #981BDB;
}
</style>
border-color css
<style>
span { border-color: #981BDB; }
span { border-color: rgb(152,27,219); }
td.TdClassName
{
border-color: #981BDB;
}
.TagClassName
{
border-color: #981BDB;
}
</style>