Shades of Blue Violet #981DFB
Tints of Blue Violet #981DFB
RGB
CMYK
RGB Variations
Color information
#981DFB (or 0x981DFB) is known color: Blue Violet. HEX triplet: 98, 1D and FB. RGB value is (152,29,251). Sum of RGB (Red+Green+Blue) = 152+29+251=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #981DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981DFB is #67E204. Grayscale: #5A5A5A. Windows color (decimal): -6808069 or 16457112. OLE color: 16457112.
HSL color Cylindrical-coordinate representation of color #981DFB: hue angle of 273.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981DFB is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 29 | 251 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.02 |
| HSL | 273.24º | 0.97% | 0.55% | - |
| HSV(B) | 273.24º | 0.88% | 0.98% | - |
| XYZ | 30.8 | 14.52 | 92.45 | - |
| YUV | 91.09 | 218.25 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 251 | 0.39 | 0.88 | 0 | 0.02 | 273.24 | 0.97 | 0.55 |
| Hex | 98 | 1D | FB | 27 | 58 | 0 | 2 | 111 | 61 | 37 |
| Octal | 230 | 35 | 373 | 47 | 130 | 0 | 2 | 421 | 141 | 67 |
| Binary | 10011000 | 11101 | 11111011 | 100111 | 1011000 | 0 | 10 | 100010001 | 1100001 | 110111 |
Color Harmonies of #981DFB
Complementary color
Monochromatic Colors of #981DFB
Black with #981DFB
Text Example
Text Example
White with #981DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DFB; }
p { color: rgb(152,29,251); }
H1.HeaderClassName
{
color: #981DFB;
}
.AnyTagClassName
{
color: #981DFB;
}
</style>
background-color css
<style>
a { background-color: #981DFB; }
a { background-color: rgb(152,29,251); }
div.DivClassName
{
background-color: #981DFB;
}
.BgClassName
{
background-color: #981DFB;
}
</style>
border-color css
<style>
span { border-color: #981DFB; }
span { border-color: rgb(152,29,251); }
td.TdClassName
{
border-color: #981DFB;
}
.TagClassName
{
border-color: #981DFB;
}
</style>