Shades of Blue Violet #981BDF
Tints of Blue Violet #981BDF
RGB
CMYK
RGB Variations
Color information
#981BDF (or 0x981BDF) is known color: Blue Violet. HEX triplet: 98, 1B and DF. RGB value is (152,27,223). Sum of RGB (Red+Green+Blue) = 152+27+223=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #981BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BDF is #67E420. Grayscale: #565656. Windows color (decimal): -6808609 or 14621592. OLE color: 14621592.
HSL color Cylindrical-coordinate representation of color #981BDF: hue angle of 278.27º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981BDF is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 27 | 223 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.13 |
| HSL | 278.27º | 0.78% | 0.49% | - |
| HSV(B) | 278.27º | 0.88% | 0.87% | - |
| XYZ | 26.66 | 12.79 | 70.88 | - |
| YUV | 86.72 | 204.91 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 223 | 0.32 | 0.88 | 0 | 0.13 | 278.27 | 0.78 | 0.49 |
| Hex | 98 | 1B | DF | 20 | 58 | 0 | D | 116 | 4E | 31 |
| Octal | 230 | 33 | 337 | 40 | 130 | 0 | 15 | 426 | 116 | 61 |
| Binary | 10011000 | 11011 | 11011111 | 100000 | 1011000 | 0 | 1101 | 100010110 | 1001110 | 110001 |
Color Harmonies of #981BDF
Complementary color
Monochromatic Colors of #981BDF
Black with #981BDF
Text Example
Text Example
White with #981BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BDF; }
p { color: rgb(152,27,223); }
H1.HeaderClassName
{
color: #981BDF;
}
.AnyTagClassName
{
color: #981BDF;
}
</style>
background-color css
<style>
a { background-color: #981BDF; }
a { background-color: rgb(152,27,223); }
div.DivClassName
{
background-color: #981BDF;
}
.BgClassName
{
background-color: #981BDF;
}
</style>
border-color css
<style>
span { border-color: #981BDF; }
span { border-color: rgb(152,27,223); }
td.TdClassName
{
border-color: #981BDF;
}
.TagClassName
{
border-color: #981BDF;
}
</style>