Shades of Blue Violet #981BFD
Tints of Blue Violet #981BFD
RGB
CMYK
RGB Variations
Color information
#981BFD (or 0x981BFD) is known color: Blue Violet. HEX triplet: 98, 1B and FD. RGB value is (152,27,253). Sum of RGB (Red+Green+Blue) = 152+27+253=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #981BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981BFD is #67E402. Grayscale: #595959. Windows color (decimal): -6808579 or 16587672. OLE color: 16587672.
HSL color Cylindrical-coordinate representation of color #981BFD: hue angle of 273.19º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981BFD is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 27 | 253 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.01 |
| HSL | 273.19º | 0.98% | 0.55% | - |
| HSV(B) | 273.19º | 0.89% | 0.99% | - |
| XYZ | 31.07 | 14.55 | 94.1 | - |
| YUV | 90.14 | 219.91 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 253 | 0.40 | 0.89 | 0 | 0.01 | 273.19 | 0.98 | 0.55 |
| Hex | 98 | 1B | FD | 28 | 59 | 0 | 1 | 111 | 62 | 37 |
| Octal | 230 | 33 | 375 | 50 | 131 | 0 | 1 | 421 | 142 | 67 |
| Binary | 10011000 | 11011 | 11111101 | 101000 | 1011001 | 0 | 1 | 100010001 | 1100010 | 110111 |
Color Harmonies of #981BFD
Complementary color
Monochromatic Colors of #981BFD
Black with #981BFD
Text Example
Text Example
White with #981BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BFD; }
p { color: rgb(152,27,253); }
H1.HeaderClassName
{
color: #981BFD;
}
.AnyTagClassName
{
color: #981BFD;
}
</style>
background-color css
<style>
a { background-color: #981BFD; }
a { background-color: rgb(152,27,253); }
div.DivClassName
{
background-color: #981BFD;
}
.BgClassName
{
background-color: #981BFD;
}
</style>
border-color css
<style>
span { border-color: #981BFD; }
span { border-color: rgb(152,27,253); }
td.TdClassName
{
border-color: #981BFD;
}
.TagClassName
{
border-color: #981BFD;
}
</style>