Shades of Blue Violet #981AFB
Tints of Blue Violet #981AFB
RGB
CMYK
RGB Variations
Color information
#981AFB (or 0x981AFB) is known color: Blue Violet. HEX triplet: 98, 1A and FB. RGB value is (152,26,251). Sum of RGB (Red+Green+Blue) = 152+26+251=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #981AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981AFB is #67E504. Grayscale: #585858. Windows color (decimal): -6808837 or 16456344. OLE color: 16456344.
HSL color Cylindrical-coordinate representation of color #981AFB: hue angle of 273.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #981AFB is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 26 | 251 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.02 |
| HSL | 273.6º | 0.97% | 0.54% | - |
| HSV(B) | 273.6º | 0.9% | 0.98% | - |
| XYZ | 30.73 | 14.38 | 92.42 | - |
| YUV | 89.32 | 219.24 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 251 | 0.39 | 0.90 | 0 | 0.02 | 273.6 | 0.97 | 0.54 |
| Hex | 98 | 1A | FB | 27 | 5A | 0 | 2 | 112 | 61 | 36 |
| Octal | 230 | 32 | 373 | 47 | 132 | 0 | 2 | 422 | 141 | 66 |
| Binary | 10011000 | 11010 | 11111011 | 100111 | 1011010 | 0 | 10 | 100010010 | 1100001 | 110110 |
Color Harmonies of #981AFB
Complementary color
Monochromatic Colors of #981AFB
Black with #981AFB
Text Example
Text Example
White with #981AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981AFB; }
p { color: rgb(152,26,251); }
H1.HeaderClassName
{
color: #981AFB;
}
.AnyTagClassName
{
color: #981AFB;
}
</style>
background-color css
<style>
a { background-color: #981AFB; }
a { background-color: rgb(152,26,251); }
div.DivClassName
{
background-color: #981AFB;
}
.BgClassName
{
background-color: #981AFB;
}
</style>
border-color css
<style>
span { border-color: #981AFB; }
span { border-color: rgb(152,26,251); }
td.TdClassName
{
border-color: #981AFB;
}
.TagClassName
{
border-color: #981AFB;
}
</style>