Shades of Blue Violet #981DFF
Tints of Blue Violet #981DFF
RGB
CMYK
RGB Variations
Color information
#981DFF (or 0x981DFF) is known color: Blue Violet. HEX triplet: 98, 1D and FF. RGB value is (152,29,255). Sum of RGB (Red+Green+Blue) = 152+29+255=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #981DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981DFF is #67E200. Grayscale: #5A5A5A. Windows color (decimal): -6808065 or 16719256. OLE color: 16719256.
HSL color Cylindrical-coordinate representation of color #981DFF: hue angle of 272.65º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981DFF is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 29 | 255 | - |
| CMYK | 0.40 | 0.89 | 0 | 0 |
| HSL | 272.65º | 1% | 0.56% | - |
| HSV(B) | 272.65º | 0.89% | 1% | - |
| XYZ | 31.44 | 14.77 | 95.8 | - |
| YUV | 91.54 | 220.25 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 255 | 0.40 | 0.89 | 0 | 0 | 272.65 | 1 | 0.56 |
| Hex | 98 | 1D | FF | 28 | 59 | 0 | 0 | 111 | 64 | 38 |
| Octal | 230 | 35 | 377 | 50 | 131 | 0 | 0 | 421 | 144 | 70 |
| Binary | 10011000 | 11101 | 11111111 | 101000 | 1011001 | 0 | 0 | 100010001 | 1100100 | 111000 |
Color Harmonies of #981DFF
Complementary color
Monochromatic Colors of #981DFF
Black with #981DFF
Text Example
Text Example
White with #981DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DFF; }
p { color: rgb(152,29,255); }
H1.HeaderClassName
{
color: #981DFF;
}
.AnyTagClassName
{
color: #981DFF;
}
</style>
background-color css
<style>
a { background-color: #981DFF; }
a { background-color: rgb(152,29,255); }
div.DivClassName
{
background-color: #981DFF;
}
.BgClassName
{
background-color: #981DFF;
}
</style>
border-color css
<style>
span { border-color: #981DFF; }
span { border-color: rgb(152,29,255); }
td.TdClassName
{
border-color: #981DFF;
}
.TagClassName
{
border-color: #981DFF;
}
</style>