Shades of Blue Violet #981BFB
Tints of Blue Violet #981BFB
RGB
CMYK
RGB Variations
Color information
#981BFB (or 0x981BFB) is known color: Blue Violet. HEX triplet: 98, 1B and FB. RGB value is (152,27,251). Sum of RGB (Red+Green+Blue) = 152+27+251=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #981BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981BFB is #67E404. Grayscale: #595959. Windows color (decimal): -6808581 or 16456600. OLE color: 16456600.
HSL color Cylindrical-coordinate representation of color #981BFB: hue angle of 273.48º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981BFB is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 27 | 251 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.02 |
| HSL | 273.48º | 0.97% | 0.55% | - |
| HSV(B) | 273.48º | 0.89% | 0.98% | - |
| XYZ | 30.75 | 14.42 | 92.43 | - |
| YUV | 89.91 | 218.91 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 251 | 0.39 | 0.89 | 0 | 0.02 | 273.48 | 0.97 | 0.55 |
| Hex | 98 | 1B | FB | 27 | 59 | 0 | 2 | 111 | 61 | 37 |
| Octal | 230 | 33 | 373 | 47 | 131 | 0 | 2 | 421 | 141 | 67 |
| Binary | 10011000 | 11011 | 11111011 | 100111 | 1011001 | 0 | 10 | 100010001 | 1100001 | 110111 |
Color Harmonies of #981BFB
Complementary color
Monochromatic Colors of #981BFB
Black with #981BFB
Text Example
Text Example
White with #981BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BFB; }
p { color: rgb(152,27,251); }
H1.HeaderClassName
{
color: #981BFB;
}
.AnyTagClassName
{
color: #981BFB;
}
</style>
background-color css
<style>
a { background-color: #981BFB; }
a { background-color: rgb(152,27,251); }
div.DivClassName
{
background-color: #981BFB;
}
.BgClassName
{
background-color: #981BFB;
}
</style>
border-color css
<style>
span { border-color: #981BFB; }
span { border-color: rgb(152,27,251); }
td.TdClassName
{
border-color: #981BFB;
}
.TagClassName
{
border-color: #981BFB;
}
</style>