Shades of Blue Violet #981FDC
Tints of Blue Violet #981FDC
RGB
CMYK
RGB Variations
Color information
#981FDC (or 0x981FDC) is known color: Blue Violet. HEX triplet: 98, 1F and DC. RGB value is (152,31,220). Sum of RGB (Red+Green+Blue) = 152+31+220=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #981FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FDC is #67E023. Grayscale: #585858. Windows color (decimal): -6807588 or 14426008. OLE color: 14426008.
HSL color Cylindrical-coordinate representation of color #981FDC: hue angle of 278.41º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981FDC is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 31 | 220 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.14 |
| HSL | 278.41º | 0.75% | 0.49% | - |
| HSV(B) | 278.41º | 0.86% | 0.86% | - |
| XYZ | 26.36 | 12.82 | 68.8 | - |
| YUV | 88.73 | 202.09 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 220 | 0.31 | 0.86 | 0 | 0.14 | 278.41 | 0.75 | 0.49 |
| Hex | 98 | 1F | DC | 1F | 56 | 0 | E | 116 | 4B | 31 |
| Octal | 230 | 37 | 334 | 37 | 126 | 0 | 16 | 426 | 113 | 61 |
| Binary | 10011000 | 11111 | 11011100 | 11111 | 1010110 | 0 | 1110 | 100010110 | 1001011 | 110001 |
Color Harmonies of #981FDC
Complementary color
Monochromatic Colors of #981FDC
Black with #981FDC
Text Example
Text Example
White with #981FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981FDC; }
p { color: rgb(152,31,220); }
H1.HeaderClassName
{
color: #981FDC;
}
.AnyTagClassName
{
color: #981FDC;
}
</style>
background-color css
<style>
a { background-color: #981FDC; }
a { background-color: rgb(152,31,220); }
div.DivClassName
{
background-color: #981FDC;
}
.BgClassName
{
background-color: #981FDC;
}
</style>
border-color css
<style>
span { border-color: #981FDC; }
span { border-color: rgb(152,31,220); }
td.TdClassName
{
border-color: #981FDC;
}
.TagClassName
{
border-color: #981FDC;
}
</style>