Shades of Blue Violet #981ADF
Tints of Blue Violet #981ADF
RGB
CMYK
RGB Variations
Color information
#981ADF (or 0x981ADF) is known color: Blue Violet. HEX triplet: 98, 1A and DF. RGB value is (152,26,223). Sum of RGB (Red+Green+Blue) = 152+26+223=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #981ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ADF is #67E520. Grayscale: #555555. Windows color (decimal): -6808865 or 14621336. OLE color: 14621336.
HSL color Cylindrical-coordinate representation of color #981ADF: hue angle of 278.38º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981ADF is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 26 | 223 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.13 |
| HSL | 278.38º | 0.79% | 0.49% | - |
| HSV(B) | 278.38º | 0.88% | 0.87% | - |
| XYZ | 26.64 | 12.74 | 70.87 | - |
| YUV | 86.13 | 205.24 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 223 | 0.32 | 0.88 | 0 | 0.13 | 278.38 | 0.79 | 0.49 |
| Hex | 98 | 1A | DF | 20 | 58 | 0 | D | 116 | 4F | 31 |
| Octal | 230 | 32 | 337 | 40 | 130 | 0 | 15 | 426 | 117 | 61 |
| Binary | 10011000 | 11010 | 11011111 | 100000 | 1011000 | 0 | 1101 | 100010110 | 1001111 | 110001 |
Color Harmonies of #981ADF
Complementary color
Monochromatic Colors of #981ADF
Black with #981ADF
Text Example
Text Example
White with #981ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981ADF; }
p { color: rgb(152,26,223); }
H1.HeaderClassName
{
color: #981ADF;
}
.AnyTagClassName
{
color: #981ADF;
}
</style>
background-color css
<style>
a { background-color: #981ADF; }
a { background-color: rgb(152,26,223); }
div.DivClassName
{
background-color: #981ADF;
}
.BgClassName
{
background-color: #981ADF;
}
</style>
border-color css
<style>
span { border-color: #981ADF; }
span { border-color: rgb(152,26,223); }
td.TdClassName
{
border-color: #981ADF;
}
.TagClassName
{
border-color: #981ADF;
}
</style>