Shades of Blue Violet #981DDD
Tints of Blue Violet #981DDD
RGB
CMYK
RGB Variations
Color information
#981DDD (or 0x981DDD) is known color: Blue Violet. HEX triplet: 98, 1D and DD. RGB value is (152,29,221). Sum of RGB (Red+Green+Blue) = 152+29+221=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #981DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DDD is #67E222. Grayscale: #575757. Windows color (decimal): -6808099 or 14491032. OLE color: 14491032.
HSL color Cylindrical-coordinate representation of color #981DDD: hue angle of 278.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981DDD is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 29 | 221 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.13 |
| HSL | 278.44º | 0.77% | 0.49% | - |
| HSV(B) | 278.44º | 0.87% | 0.87% | - |
| XYZ | 26.44 | 12.77 | 69.48 | - |
| YUV | 87.67 | 203.25 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 221 | 0.31 | 0.87 | 0 | 0.13 | 278.44 | 0.77 | 0.49 |
| Hex | 98 | 1D | DD | 1F | 57 | 0 | D | 116 | 4D | 31 |
| Octal | 230 | 35 | 335 | 37 | 127 | 0 | 15 | 426 | 115 | 61 |
| Binary | 10011000 | 11101 | 11011101 | 11111 | 1010111 | 0 | 1101 | 100010110 | 1001101 | 110001 |
Color Harmonies of #981DDD
Complementary color
Monochromatic Colors of #981DDD
Black with #981DDD
Text Example
Text Example
White with #981DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DDD; }
p { color: rgb(152,29,221); }
H1.HeaderClassName
{
color: #981DDD;
}
.AnyTagClassName
{
color: #981DDD;
}
</style>
background-color css
<style>
a { background-color: #981DDD; }
a { background-color: rgb(152,29,221); }
div.DivClassName
{
background-color: #981DDD;
}
.BgClassName
{
background-color: #981DDD;
}
</style>
border-color css
<style>
span { border-color: #981DDD; }
span { border-color: rgb(152,29,221); }
td.TdClassName
{
border-color: #981DDD;
}
.TagClassName
{
border-color: #981DDD;
}
</style>