Shades of Blue Violet #981CEF
Tints of Blue Violet #981CEF
RGB
CMYK
RGB Variations
Color information
#981CEF (or 0x981CEF) is known color: Blue Violet. HEX triplet: 98, 1C and EF. RGB value is (152,28,239). Sum of RGB (Red+Green+Blue) = 152+28+239=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #981CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CEF is #67E310. Grayscale: #585858. Windows color (decimal): -6808337 or 15670424. OLE color: 15670424.
HSL color Cylindrical-coordinate representation of color #981CEF: hue angle of 275.26º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CEF is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 28 | 239 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.06 |
| HSL | 275.26º | 0.87% | 0.52% | - |
| HSV(B) | 275.26º | 0.88% | 0.94% | - |
| XYZ | 28.94 | 13.74 | 82.79 | - |
| YUV | 89.13 | 212.58 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 239 | 0.36 | 0.88 | 0 | 0.06 | 275.26 | 0.87 | 0.52 |
| Hex | 98 | 1C | EF | 24 | 58 | 0 | 6 | 113 | 57 | 34 |
| Octal | 230 | 34 | 357 | 44 | 130 | 0 | 6 | 423 | 127 | 64 |
| Binary | 10011000 | 11100 | 11101111 | 100100 | 1011000 | 0 | 110 | 100010011 | 1010111 | 110100 |
Color Harmonies of #981CEF
Complementary color
Monochromatic Colors of #981CEF
Black with #981CEF
Text Example
Text Example
White with #981CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CEF; }
p { color: rgb(152,28,239); }
H1.HeaderClassName
{
color: #981CEF;
}
.AnyTagClassName
{
color: #981CEF;
}
</style>
background-color css
<style>
a { background-color: #981CEF; }
a { background-color: rgb(152,28,239); }
div.DivClassName
{
background-color: #981CEF;
}
.BgClassName
{
background-color: #981CEF;
}
</style>
border-color css
<style>
span { border-color: #981CEF; }
span { border-color: rgb(152,28,239); }
td.TdClassName
{
border-color: #981CEF;
}
.TagClassName
{
border-color: #981CEF;
}
</style>