Shades of Blue Violet #981EDF
Tints of Blue Violet #981EDF
RGB
CMYK
RGB Variations
Color information
#981EDF (or 0x981EDF) is known color: Blue Violet. HEX triplet: 98, 1E and DF. RGB value is (152,30,223). Sum of RGB (Red+Green+Blue) = 152+30+223=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #981EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981EDF is #67E120. Grayscale: #575757. Windows color (decimal): -6807841 or 14622360. OLE color: 14622360.
HSL color Cylindrical-coordinate representation of color #981EDF: hue angle of 277.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981EDF is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 30 | 223 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.13 |
| HSL | 277.93º | 0.76% | 0.5% | - |
| HSV(B) | 277.93º | 0.87% | 0.87% | - |
| XYZ | 26.73 | 12.93 | 70.9 | - |
| YUV | 88.48 | 203.92 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 223 | 0.32 | 0.87 | 0 | 0.13 | 277.93 | 0.76 | 0.5 |
| Hex | 98 | 1E | DF | 20 | 57 | 0 | D | 116 | 4C | 32 |
| Octal | 230 | 36 | 337 | 40 | 127 | 0 | 15 | 426 | 114 | 62 |
| Binary | 10011000 | 11110 | 11011111 | 100000 | 1010111 | 0 | 1101 | 100010110 | 1001100 | 110010 |
Color Harmonies of #981EDF
Complementary color
Monochromatic Colors of #981EDF
Black with #981EDF
Text Example
Text Example
White with #981EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981EDF; }
p { color: rgb(152,30,223); }
H1.HeaderClassName
{
color: #981EDF;
}
.AnyTagClassName
{
color: #981EDF;
}
</style>
background-color css
<style>
a { background-color: #981EDF; }
a { background-color: rgb(152,30,223); }
div.DivClassName
{
background-color: #981EDF;
}
.BgClassName
{
background-color: #981EDF;
}
</style>
border-color css
<style>
span { border-color: #981EDF; }
span { border-color: rgb(152,30,223); }
td.TdClassName
{
border-color: #981EDF;
}
.TagClassName
{
border-color: #981EDF;
}
</style>