Shades of Blue Violet #981EDB
Tints of Blue Violet #981EDB
RGB
CMYK
RGB Variations
Color information
#981EDB (or 0x981EDB) is known color: Blue Violet. HEX triplet: 98, 1E and DB. RGB value is (152,30,219). Sum of RGB (Red+Green+Blue) = 152+30+219=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #981EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981EDB is #67E124. Grayscale: #575757. Windows color (decimal): -6807845 or 14360216. OLE color: 14360216.
HSL color Cylindrical-coordinate representation of color #981EDB: hue angle of 278.73º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981EDB is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 30 | 219 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.14 |
| HSL | 278.73º | 0.76% | 0.49% | - |
| HSV(B) | 278.73º | 0.86% | 0.86% | - |
| XYZ | 26.2 | 12.72 | 68.09 | - |
| YUV | 88.02 | 201.92 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 219 | 0.31 | 0.86 | 0 | 0.14 | 278.73 | 0.76 | 0.49 |
| Hex | 98 | 1E | DB | 1F | 56 | 0 | E | 117 | 4C | 31 |
| Octal | 230 | 36 | 333 | 37 | 126 | 0 | 16 | 427 | 114 | 61 |
| Binary | 10011000 | 11110 | 11011011 | 11111 | 1010110 | 0 | 1110 | 100010111 | 1001100 | 110001 |
Color Harmonies of #981EDB
Complementary color
Monochromatic Colors of #981EDB
Black with #981EDB
Text Example
Text Example
White with #981EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981EDB; }
p { color: rgb(152,30,219); }
H1.HeaderClassName
{
color: #981EDB;
}
.AnyTagClassName
{
color: #981EDB;
}
</style>
background-color css
<style>
a { background-color: #981EDB; }
a { background-color: rgb(152,30,219); }
div.DivClassName
{
background-color: #981EDB;
}
.BgClassName
{
background-color: #981EDB;
}
</style>
border-color css
<style>
span { border-color: #981EDB; }
span { border-color: rgb(152,30,219); }
td.TdClassName
{
border-color: #981EDB;
}
.TagClassName
{
border-color: #981EDB;
}
</style>