Shades of Blue Violet #981CE0
Tints of Blue Violet #981CE0
RGB
CMYK
RGB Variations
Color information
#981CE0 (or 0x981CE0) is known color: Blue Violet. HEX triplet: 98, 1C and E0. RGB value is (152,28,224). Sum of RGB (Red+Green+Blue) = 152+28+224=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #981CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CE0 is #67E31F. Grayscale: #565656. Windows color (decimal): -6808352 or 14687384. OLE color: 14687384.
HSL color Cylindrical-coordinate representation of color #981CE0: hue angle of 277.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CE0 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 28 | 224 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.12 |
| HSL | 277.96º | 0.78% | 0.49% | - |
| HSV(B) | 277.96º | 0.88% | 0.88% | - |
| XYZ | 26.82 | 12.89 | 71.6 | - |
| YUV | 87.42 | 205.08 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 224 | 0.32 | 0.88 | 0 | 0.12 | 277.96 | 0.78 | 0.49 |
| Hex | 98 | 1C | E0 | 20 | 58 | 0 | C | 116 | 4E | 31 |
| Octal | 230 | 34 | 340 | 40 | 130 | 0 | 14 | 426 | 116 | 61 |
| Binary | 10011000 | 11100 | 11100000 | 100000 | 1011000 | 0 | 1100 | 100010110 | 1001110 | 110001 |
Color Harmonies of #981CE0
Complementary color
Monochromatic Colors of #981CE0
Black with #981CE0
Text Example
Text Example
White with #981CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CE0; }
p { color: rgb(152,28,224); }
H1.HeaderClassName
{
color: #981CE0;
}
.AnyTagClassName
{
color: #981CE0;
}
</style>
background-color css
<style>
a { background-color: #981CE0; }
a { background-color: rgb(152,28,224); }
div.DivClassName
{
background-color: #981CE0;
}
.BgClassName
{
background-color: #981CE0;
}
</style>
border-color css
<style>
span { border-color: #981CE0; }
span { border-color: rgb(152,28,224); }
td.TdClassName
{
border-color: #981CE0;
}
.TagClassName
{
border-color: #981CE0;
}
</style>