Shades of Blue Violet #981DF4
Tints of Blue Violet #981DF4
RGB
CMYK
RGB Variations
Color information
#981DF4 (or 0x981DF4) is known color: Blue Violet. HEX triplet: 98, 1D and F4. RGB value is (152,29,244). Sum of RGB (Red+Green+Blue) = 152+29+244=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 244 (95.70% from 255 or 57.41% from 425); Max value from RGB is 244 - color contains mainly: blue. Hex color #981DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981DF4 is #67E20B. Grayscale: #595959. Windows color (decimal): -6808076 or 15998360. OLE color: 15998360.
HSL color Cylindrical-coordinate representation of color #981DF4: hue angle of 274.33º degrees, saturation: 0.91, 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 #981DF4 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 29 | 244 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.04 |
| HSL | 274.33º | 0.91% | 0.54% | - |
| HSV(B) | 274.33º | 0.88% | 0.96% | - |
| XYZ | 29.72 | 14.09 | 86.74 | - |
| YUV | 90.29 | 214.75 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 244 | 0.38 | 0.88 | 0 | 0.04 | 274.33 | 0.91 | 0.54 |
| Hex | 98 | 1D | F4 | 26 | 58 | 0 | 4 | 112 | 5B | 36 |
| Octal | 230 | 35 | 364 | 46 | 130 | 0 | 4 | 422 | 133 | 66 |
| Binary | 10011000 | 11101 | 11110100 | 100110 | 1011000 | 0 | 100 | 100010010 | 1011011 | 110110 |
Color Harmonies of #981DF4
Complementary color
Monochromatic Colors of #981DF4
Black with #981DF4
Text Example
Text Example
White with #981DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DF4; }
p { color: rgb(152,29,244); }
H1.HeaderClassName
{
color: #981DF4;
}
.AnyTagClassName
{
color: #981DF4;
}
</style>
background-color css
<style>
a { background-color: #981DF4; }
a { background-color: rgb(152,29,244); }
div.DivClassName
{
background-color: #981DF4;
}
.BgClassName
{
background-color: #981DF4;
}
</style>
border-color css
<style>
span { border-color: #981DF4; }
span { border-color: rgb(152,29,244); }
td.TdClassName
{
border-color: #981DF4;
}
.TagClassName
{
border-color: #981DF4;
}
</style>