Shades of Blue Violet #981DF8
Tints of Blue Violet #981DF8
RGB
CMYK
RGB Variations
Color information
#981DF8 (or 0x981DF8) is known color: Blue Violet. HEX triplet: 98, 1D and F8. RGB value is (152,29,248). Sum of RGB (Red+Green+Blue) = 152+29+248=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #981DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981DF8 is #67E207. Grayscale: #595959. Windows color (decimal): -6808072 or 16260504. OLE color: 16260504.
HSL color Cylindrical-coordinate representation of color #981DF8: hue angle of 273.7º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981DF8 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 29 | 248 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.03 |
| HSL | 273.7º | 0.94% | 0.54% | - |
| HSV(B) | 273.7º | 0.88% | 0.97% | - |
| XYZ | 30.33 | 14.33 | 89.97 | - |
| YUV | 90.74 | 216.75 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 248 | 0.39 | 0.88 | 0 | 0.03 | 273.7 | 0.94 | 0.54 |
| Hex | 98 | 1D | F8 | 27 | 58 | 0 | 3 | 112 | 5E | 36 |
| Octal | 230 | 35 | 370 | 47 | 130 | 0 | 3 | 422 | 136 | 66 |
| Binary | 10011000 | 11101 | 11111000 | 100111 | 1011000 | 0 | 11 | 100010010 | 1011110 | 110110 |
Color Harmonies of #981DF8
Complementary color
Monochromatic Colors of #981DF8
Black with #981DF8
Text Example
Text Example
White with #981DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DF8; }
p { color: rgb(152,29,248); }
H1.HeaderClassName
{
color: #981DF8;
}
.AnyTagClassName
{
color: #981DF8;
}
</style>
background-color css
<style>
a { background-color: #981DF8; }
a { background-color: rgb(152,29,248); }
div.DivClassName
{
background-color: #981DF8;
}
.BgClassName
{
background-color: #981DF8;
}
</style>
border-color css
<style>
span { border-color: #981DF8; }
span { border-color: rgb(152,29,248); }
td.TdClassName
{
border-color: #981DF8;
}
.TagClassName
{
border-color: #981DF8;
}
</style>