Shades of Blue Violet #981CEC
Tints of Blue Violet #981CEC
RGB
CMYK
RGB Variations
Color information
#981CEC (or 0x981CEC) is known color: Blue Violet. HEX triplet: 98, 1C and EC. RGB value is (152,28,236). Sum of RGB (Red+Green+Blue) = 152+28+236=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #981CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CEC is #67E313. Grayscale: #585858. Windows color (decimal): -6808340 or 15473816. OLE color: 15473816.
HSL color Cylindrical-coordinate representation of color #981CEC: hue angle of 275.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CEC is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 28 | 236 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.07 |
| HSL | 275.77º | 0.85% | 0.52% | - |
| HSV(B) | 275.77º | 0.88% | 0.93% | - |
| XYZ | 28.5 | 13.56 | 80.47 | - |
| YUV | 88.79 | 211.08 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 236 | 0.36 | 0.88 | 0 | 0.07 | 275.77 | 0.85 | 0.52 |
| Hex | 98 | 1C | EC | 24 | 58 | 0 | 7 | 114 | 55 | 34 |
| Octal | 230 | 34 | 354 | 44 | 130 | 0 | 7 | 424 | 125 | 64 |
| Binary | 10011000 | 11100 | 11101100 | 100100 | 1011000 | 0 | 111 | 100010100 | 1010101 | 110100 |
Color Harmonies of #981CEC
Complementary color
Monochromatic Colors of #981CEC
Black with #981CEC
Text Example
Text Example
White with #981CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CEC; }
p { color: rgb(152,28,236); }
H1.HeaderClassName
{
color: #981CEC;
}
.AnyTagClassName
{
color: #981CEC;
}
</style>
background-color css
<style>
a { background-color: #981CEC; }
a { background-color: rgb(152,28,236); }
div.DivClassName
{
background-color: #981CEC;
}
.BgClassName
{
background-color: #981CEC;
}
</style>
border-color css
<style>
span { border-color: #981CEC; }
span { border-color: rgb(152,28,236); }
td.TdClassName
{
border-color: #981CEC;
}
.TagClassName
{
border-color: #981CEC;
}
</style>