Shades of Blue Violet #981AF0
Tints of Blue Violet #981AF0
RGB
CMYK
RGB Variations
Color information
#981AF0 (or 0x981AF0) is known color: Blue Violet. HEX triplet: 98, 1A and F0. RGB value is (152,26,240). Sum of RGB (Red+Green+Blue) = 152+26+240=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #981AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981AF0 is #67E50F. Grayscale: #575757. Windows color (decimal): -6808848 or 15735448. OLE color: 15735448.
HSL color Cylindrical-coordinate representation of color #981AF0: hue angle of 275.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981AF0 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 26 | 240 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.06 |
| HSL | 275.33º | 0.88% | 0.52% | - |
| HSV(B) | 275.33º | 0.89% | 0.94% | - |
| XYZ | 29.05 | 13.71 | 83.55 | - |
| YUV | 88.07 | 213.74 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 240 | 0.37 | 0.89 | 0 | 0.06 | 275.33 | 0.88 | 0.52 |
| Hex | 98 | 1A | F0 | 25 | 59 | 0 | 6 | 113 | 58 | 34 |
| Octal | 230 | 32 | 360 | 45 | 131 | 0 | 6 | 423 | 130 | 64 |
| Binary | 10011000 | 11010 | 11110000 | 100101 | 1011001 | 0 | 110 | 100010011 | 1011000 | 110100 |
Color Harmonies of #981AF0
Complementary color
Monochromatic Colors of #981AF0
Black with #981AF0
Text Example
Text Example
White with #981AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981AF0; }
p { color: rgb(152,26,240); }
H1.HeaderClassName
{
color: #981AF0;
}
.AnyTagClassName
{
color: #981AF0;
}
</style>
background-color css
<style>
a { background-color: #981AF0; }
a { background-color: rgb(152,26,240); }
div.DivClassName
{
background-color: #981AF0;
}
.BgClassName
{
background-color: #981AF0;
}
</style>
border-color css
<style>
span { border-color: #981AF0; }
span { border-color: rgb(152,26,240); }
td.TdClassName
{
border-color: #981AF0;
}
.TagClassName
{
border-color: #981AF0;
}
</style>