Shades of Blue Violet #981FFC
Tints of Blue Violet #981FFC
RGB
CMYK
RGB Variations
Color information
#981FFC (or 0x981FFC) is known color: Blue Violet. HEX triplet: 98, 1F and FC. RGB value is (152,31,252). Sum of RGB (Red+Green+Blue) = 152+31+252=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #981FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981FFC is #67E003. Grayscale: #5B5B5B. Windows color (decimal): -6807556 or 16523160. OLE color: 16523160.
HSL color Cylindrical-coordinate representation of color #981FFC: hue angle of 272.85º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981FFC is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 31 | 252 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.01 |
| HSL | 272.85º | 0.97% | 0.55% | - |
| HSV(B) | 272.85º | 0.88% | 0.99% | - |
| XYZ | 31.01 | 14.68 | 93.3 | - |
| YUV | 92.37 | 218.09 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 252 | 0.40 | 0.88 | 0 | 0.01 | 272.85 | 0.97 | 0.55 |
| Hex | 98 | 1F | FC | 28 | 58 | 0 | 1 | 111 | 61 | 37 |
| Octal | 230 | 37 | 374 | 50 | 130 | 0 | 1 | 421 | 141 | 67 |
| Binary | 10011000 | 11111 | 11111100 | 101000 | 1011000 | 0 | 1 | 100010001 | 1100001 | 110111 |
Color Harmonies of #981FFC
Complementary color
Monochromatic Colors of #981FFC
Black with #981FFC
Text Example
Text Example
White with #981FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981FFC; }
p { color: rgb(152,31,252); }
H1.HeaderClassName
{
color: #981FFC;
}
.AnyTagClassName
{
color: #981FFC;
}
</style>
background-color css
<style>
a { background-color: #981FFC; }
a { background-color: rgb(152,31,252); }
div.DivClassName
{
background-color: #981FFC;
}
.BgClassName
{
background-color: #981FFC;
}
</style>
border-color css
<style>
span { border-color: #981FFC; }
span { border-color: rgb(152,31,252); }
td.TdClassName
{
border-color: #981FFC;
}
.TagClassName
{
border-color: #981FFC;
}
</style>