Shades of Blue Violet #981DF5
Tints of Blue Violet #981DF5
RGB
CMYK
RGB Variations
Color information
#981DF5 (or 0x981DF5) is known color: Blue Violet. HEX triplet: 98, 1D and F5. RGB value is (152,29,245). Sum of RGB (Red+Green+Blue) = 152+29+245=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 245 (96.09% from 255 or 57.51% from 426); Max value from RGB is 245 - color contains mainly: blue. Hex color #981DF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981DF5 is #67E20A. Grayscale: #595959. Windows color (decimal): -6808075 or 16063896. OLE color: 16063896.
HSL color Cylindrical-coordinate representation of color #981DF5: hue angle of 274.17º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981DF5 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 29 | 245 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.04 |
| HSL | 274.17º | 0.92% | 0.54% | - |
| HSV(B) | 274.17º | 0.88% | 0.96% | - |
| XYZ | 29.87 | 14.15 | 87.54 | - |
| YUV | 90.4 | 215.25 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 245 | 0.38 | 0.88 | 0 | 0.04 | 274.17 | 0.92 | 0.54 |
| Hex | 98 | 1D | F5 | 26 | 58 | 0 | 4 | 112 | 5C | 36 |
| Octal | 230 | 35 | 365 | 46 | 130 | 0 | 4 | 422 | 134 | 66 |
| Binary | 10011000 | 11101 | 11110101 | 100110 | 1011000 | 0 | 100 | 100010010 | 1011100 | 110110 |
Color Harmonies of #981DF5
Complementary color
Monochromatic Colors of #981DF5
Black with #981DF5
Text Example
Text Example
White with #981DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DF5; }
p { color: rgb(152,29,245); }
H1.HeaderClassName
{
color: #981DF5;
}
.AnyTagClassName
{
color: #981DF5;
}
</style>
background-color css
<style>
a { background-color: #981DF5; }
a { background-color: rgb(152,29,245); }
div.DivClassName
{
background-color: #981DF5;
}
.BgClassName
{
background-color: #981DF5;
}
</style>
border-color css
<style>
span { border-color: #981DF5; }
span { border-color: rgb(152,29,245); }
td.TdClassName
{
border-color: #981DF5;
}
.TagClassName
{
border-color: #981DF5;
}
</style>