Shades of Blue Violet #981CE1
Tints of Blue Violet #981CE1
RGB
CMYK
RGB Variations
Color information
#981CE1 (or 0x981CE1) is known color: Blue Violet. HEX triplet: 98, 1C and E1. RGB value is (152,28,225). Sum of RGB (Red+Green+Blue) = 152+28+225=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #981CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CE1 is #67E31E. Grayscale: #565656. Windows color (decimal): -6808351 or 14752920. OLE color: 14752920.
HSL color Cylindrical-coordinate representation of color #981CE1: hue angle of 277.77º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CE1 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 28 | 225 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.12 |
| HSL | 277.77º | 0.78% | 0.5% | - |
| HSV(B) | 277.77º | 0.88% | 0.88% | - |
| XYZ | 26.95 | 12.94 | 72.31 | - |
| YUV | 87.53 | 205.58 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 225 | 0.32 | 0.88 | 0 | 0.12 | 277.77 | 0.78 | 0.5 |
| Hex | 98 | 1C | E1 | 20 | 58 | 0 | C | 116 | 4E | 32 |
| Octal | 230 | 34 | 341 | 40 | 130 | 0 | 14 | 426 | 116 | 62 |
| Binary | 10011000 | 11100 | 11100001 | 100000 | 1011000 | 0 | 1100 | 100010110 | 1001110 | 110010 |
Color Harmonies of #981CE1
Complementary color
Monochromatic Colors of #981CE1
Black with #981CE1
Text Example
Text Example
White with #981CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CE1; }
p { color: rgb(152,28,225); }
H1.HeaderClassName
{
color: #981CE1;
}
.AnyTagClassName
{
color: #981CE1;
}
</style>
background-color css
<style>
a { background-color: #981CE1; }
a { background-color: rgb(152,28,225); }
div.DivClassName
{
background-color: #981CE1;
}
.BgClassName
{
background-color: #981CE1;
}
</style>
border-color css
<style>
span { border-color: #981CE1; }
span { border-color: rgb(152,28,225); }
td.TdClassName
{
border-color: #981CE1;
}
.TagClassName
{
border-color: #981CE1;
}
</style>