Shades of Blue Violet #981BDA
Tints of Blue Violet #981BDA
RGB
CMYK
RGB Variations
Color information
#981BDA (or 0x981BDA) is known color: Blue Violet. HEX triplet: 98, 1B and DA. RGB value is (152,27,218). Sum of RGB (Red+Green+Blue) = 152+27+218=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #981BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BDA is #67E425. Grayscale: #555555. Windows color (decimal): -6808614 or 14293912. OLE color: 14293912.
HSL color Cylindrical-coordinate representation of color #981BDA: hue angle of 279.27º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981BDA is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 27 | 218 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.15 |
| HSL | 279.27º | 0.78% | 0.48% | - |
| HSV(B) | 279.27º | 0.88% | 0.85% | - |
| XYZ | 26 | 12.52 | 67.38 | - |
| YUV | 86.15 | 202.41 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 218 | 0.30 | 0.88 | 0 | 0.15 | 279.27 | 0.78 | 0.48 |
| Hex | 98 | 1B | DA | 1E | 58 | 0 | F | 117 | 4E | 30 |
| Octal | 230 | 33 | 332 | 36 | 130 | 0 | 17 | 427 | 116 | 60 |
| Binary | 10011000 | 11011 | 11011010 | 11110 | 1011000 | 0 | 1111 | 100010111 | 1001110 | 110000 |
Color Harmonies of #981BDA
Complementary color
Monochromatic Colors of #981BDA
Black with #981BDA
Text Example
Text Example
White with #981BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BDA; }
p { color: rgb(152,27,218); }
H1.HeaderClassName
{
color: #981BDA;
}
.AnyTagClassName
{
color: #981BDA;
}
</style>
background-color css
<style>
a { background-color: #981BDA; }
a { background-color: rgb(152,27,218); }
div.DivClassName
{
background-color: #981BDA;
}
.BgClassName
{
background-color: #981BDA;
}
</style>
border-color css
<style>
span { border-color: #981BDA; }
span { border-color: rgb(152,27,218); }
td.TdClassName
{
border-color: #981BDA;
}
.TagClassName
{
border-color: #981BDA;
}
</style>