Shades of Blue Violet #981CFF
Tints of Blue Violet #981CFF
RGB
CMYK
RGB Variations
Color information
#981CFF (or 0x981CFF) is known color: Blue Violet. HEX triplet: 98, 1C and FF. RGB value is (152,28,255). Sum of RGB (Red+Green+Blue) = 152+28+255=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #981CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CFF is #67E300. Grayscale: #5A5A5A. Windows color (decimal): -6808321 or 16719000. OLE color: 16719000.
HSL color Cylindrical-coordinate representation of color #981CFF: hue angle of 272.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981CFF is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 28 | 255 | - |
| CMYK | 0.40 | 0.89 | 0 | 0 |
| HSL | 272.78º | 1% | 0.55% | - |
| HSV(B) | 272.78º | 0.89% | 1% | - |
| XYZ | 31.41 | 14.73 | 95.79 | - |
| YUV | 90.95 | 220.58 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 255 | 0.40 | 0.89 | 0 | 0 | 272.78 | 1 | 0.55 |
| Hex | 98 | 1C | FF | 28 | 59 | 0 | 0 | 111 | 64 | 37 |
| Octal | 230 | 34 | 377 | 50 | 131 | 0 | 0 | 421 | 144 | 67 |
| Binary | 10011000 | 11100 | 11111111 | 101000 | 1011001 | 0 | 0 | 100010001 | 1100100 | 110111 |
Color Harmonies of #981CFF
Complementary color
Monochromatic Colors of #981CFF
Black with #981CFF
Text Example
Text Example
White with #981CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CFF; }
p { color: rgb(152,28,255); }
H1.HeaderClassName
{
color: #981CFF;
}
.AnyTagClassName
{
color: #981CFF;
}
</style>
background-color css
<style>
a { background-color: #981CFF; }
a { background-color: rgb(152,28,255); }
div.DivClassName
{
background-color: #981CFF;
}
.BgClassName
{
background-color: #981CFF;
}
</style>
border-color css
<style>
span { border-color: #981CFF; }
span { border-color: rgb(152,28,255); }
td.TdClassName
{
border-color: #981CFF;
}
.TagClassName
{
border-color: #981CFF;
}
</style>