Shades of Blue Violet #981FFF
Tints of Blue Violet #981FFF
RGB
CMYK
RGB Variations
Color information
#981FFF (or 0x981FFF) is known color: Blue Violet. HEX triplet: 98, 1F and FF. RGB value is (152,31,255). Sum of RGB (Red+Green+Blue) = 152+31+255=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #981FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981FFF is #67E000. Grayscale: #5B5B5B. Windows color (decimal): -6807553 or 16719768. OLE color: 16719768.
HSL color Cylindrical-coordinate representation of color #981FFF: hue angle of 272.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981FFF is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 31 | 255 | - |
| CMYK | 0.40 | 0.88 | 0 | 0 |
| HSL | 272.41º | 1% | 0.56% | - |
| HSV(B) | 272.41º | 0.88% | 1% | - |
| XYZ | 31.49 | 14.88 | 95.82 | - |
| YUV | 92.72 | 219.59 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 255 | 0.40 | 0.88 | 0 | 0 | 272.41 | 1 | 0.56 |
| Hex | 98 | 1F | FF | 28 | 58 | 0 | 0 | 110 | 64 | 38 |
| Octal | 230 | 37 | 377 | 50 | 130 | 0 | 0 | 420 | 144 | 70 |
| Binary | 10011000 | 11111 | 11111111 | 101000 | 1011000 | 0 | 0 | 100010000 | 1100100 | 111000 |
Color Harmonies of #981FFF
Complementary color
Monochromatic Colors of #981FFF
Black with #981FFF
Text Example
Text Example
White with #981FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981FFF; }
p { color: rgb(152,31,255); }
H1.HeaderClassName
{
color: #981FFF;
}
.AnyTagClassName
{
color: #981FFF;
}
</style>
background-color css
<style>
a { background-color: #981FFF; }
a { background-color: rgb(152,31,255); }
div.DivClassName
{
background-color: #981FFF;
}
.BgClassName
{
background-color: #981FFF;
}
</style>
border-color css
<style>
span { border-color: #981FFF; }
span { border-color: rgb(152,31,255); }
td.TdClassName
{
border-color: #981FFF;
}
.TagClassName
{
border-color: #981FFF;
}
</style>