Shades of Blue Violet #981CF6
Tints of Blue Violet #981CF6
RGB
CMYK
RGB Variations
Color information
#981CF6 (or 0x981CF6) is known color: Blue Violet. HEX triplet: 98, 1C and F6. RGB value is (152,28,246). Sum of RGB (Red+Green+Blue) = 152+28+246=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #981CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CF6 is #67E309. Grayscale: #595959. Windows color (decimal): -6808330 or 16129176. OLE color: 16129176.
HSL color Cylindrical-coordinate representation of color #981CF6: hue angle of 274.13º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981CF6 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 28 | 246 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.04 |
| HSL | 274.13º | 0.92% | 0.54% | - |
| HSV(B) | 274.13º | 0.89% | 0.96% | - |
| XYZ | 30 | 14.16 | 88.34 | - |
| YUV | 89.93 | 216.08 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 246 | 0.38 | 0.89 | 0 | 0.04 | 274.13 | 0.92 | 0.54 |
| Hex | 98 | 1C | F6 | 26 | 59 | 0 | 4 | 112 | 5C | 36 |
| Octal | 230 | 34 | 366 | 46 | 131 | 0 | 4 | 422 | 134 | 66 |
| Binary | 10011000 | 11100 | 11110110 | 100110 | 1011001 | 0 | 100 | 100010010 | 1011100 | 110110 |
Color Harmonies of #981CF6
Complementary color
Monochromatic Colors of #981CF6
Black with #981CF6
Text Example
Text Example
White with #981CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CF6; }
p { color: rgb(152,28,246); }
H1.HeaderClassName
{
color: #981CF6;
}
.AnyTagClassName
{
color: #981CF6;
}
</style>
background-color css
<style>
a { background-color: #981CF6; }
a { background-color: rgb(152,28,246); }
div.DivClassName
{
background-color: #981CF6;
}
.BgClassName
{
background-color: #981CF6;
}
</style>
border-color css
<style>
span { border-color: #981CF6; }
span { border-color: rgb(152,28,246); }
td.TdClassName
{
border-color: #981CF6;
}
.TagClassName
{
border-color: #981CF6;
}
</style>