Shades of Blue Violet #981DFE
Tints of Blue Violet #981DFE
RGB
CMYK
RGB Variations
Color information
#981DFE (or 0x981DFE) is known color: Blue Violet. HEX triplet: 98, 1D and FE. RGB value is (152,29,254). Sum of RGB (Red+Green+Blue) = 152+29+254=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #981DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981DFE is #67E201. Grayscale: #5A5A5A. Windows color (decimal): -6808066 or 16653720. OLE color: 16653720.
HSL color Cylindrical-coordinate representation of color #981DFE: hue angle of 272.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981DFE is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 29 | 254 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.00 |
| HSL | 272.8º | 0.99% | 0.55% | - |
| HSV(B) | 272.8º | 0.89% | 1% | - |
| XYZ | 31.28 | 14.71 | 94.96 | - |
| YUV | 91.43 | 219.75 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 254 | 0.40 | 0.89 | 0 | 0.00 | 272.8 | 0.99 | 0.55 |
| Hex | 98 | 1D | FE | 28 | 59 | 0 | 0 | 111 | 63 | 37 |
| Octal | 230 | 35 | 376 | 50 | 131 | 0 | 0 | 421 | 143 | 67 |
| Binary | 10011000 | 11101 | 11111110 | 101000 | 1011001 | 0 | 0 | 100010001 | 1100011 | 110111 |
Color Harmonies of #981DFE
Complementary color
Monochromatic Colors of #981DFE
Black with #981DFE
Text Example
Text Example
White with #981DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DFE; }
p { color: rgb(152,29,254); }
H1.HeaderClassName
{
color: #981DFE;
}
.AnyTagClassName
{
color: #981DFE;
}
</style>
background-color css
<style>
a { background-color: #981DFE; }
a { background-color: rgb(152,29,254); }
div.DivClassName
{
background-color: #981DFE;
}
.BgClassName
{
background-color: #981DFE;
}
</style>
border-color css
<style>
span { border-color: #981DFE; }
span { border-color: rgb(152,29,254); }
td.TdClassName
{
border-color: #981DFE;
}
.TagClassName
{
border-color: #981DFE;
}
</style>