Shades of Blue Violet #981AFF
Tints of Blue Violet #981AFF
RGB
CMYK
RGB Variations
Color information
#981AFF (or 0x981AFF) is known color: Blue Violet. HEX triplet: 98, 1A and FF. RGB value is (152,26,255). Sum of RGB (Red+Green+Blue) = 152+26+255=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #981AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981AFF is #67E500. Grayscale: #585858. Windows color (decimal): -6808833 or 16718488. OLE color: 16718488.
HSL color Cylindrical-coordinate representation of color #981AFF: hue angle of 273.01º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #981AFF is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 26 | 255 | - |
| CMYK | 0.40 | 0.90 | 0 | 0 |
| HSL | 273.01º | 1% | 0.55% | - |
| HSV(B) | 273.01º | 0.9% | 1% | - |
| XYZ | 31.37 | 14.63 | 95.78 | - |
| YUV | 89.78 | 221.24 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 255 | 0.40 | 0.90 | 0 | 0 | 273.01 | 1 | 0.55 |
| Hex | 98 | 1A | FF | 28 | 5A | 0 | 0 | 111 | 64 | 37 |
| Octal | 230 | 32 | 377 | 50 | 132 | 0 | 0 | 421 | 144 | 67 |
| Binary | 10011000 | 11010 | 11111111 | 101000 | 1011010 | 0 | 0 | 100010001 | 1100100 | 110111 |
Color Harmonies of #981AFF
Complementary color
Monochromatic Colors of #981AFF
Black with #981AFF
Text Example
Text Example
White with #981AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981AFF; }
p { color: rgb(152,26,255); }
H1.HeaderClassName
{
color: #981AFF;
}
.AnyTagClassName
{
color: #981AFF;
}
</style>
background-color css
<style>
a { background-color: #981AFF; }
a { background-color: rgb(152,26,255); }
div.DivClassName
{
background-color: #981AFF;
}
.BgClassName
{
background-color: #981AFF;
}
</style>
border-color css
<style>
span { border-color: #981AFF; }
span { border-color: rgb(152,26,255); }
td.TdClassName
{
border-color: #981AFF;
}
.TagClassName
{
border-color: #981AFF;
}
</style>