Shades of Blue Violet #981CE6
Tints of Blue Violet #981CE6
RGB
CMYK
RGB Variations
Color information
#981CE6 (or 0x981CE6) is known color: Blue Violet. HEX triplet: 98, 1C and E6. RGB value is (152,28,230). Sum of RGB (Red+Green+Blue) = 152+28+230=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #981CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CE6 is #67E319. Grayscale: #575757. Windows color (decimal): -6808346 or 15080600. OLE color: 15080600.
HSL color Cylindrical-coordinate representation of color #981CE6: hue angle of 276.83º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CE6 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 28 | 230 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.10 |
| HSL | 276.83º | 0.8% | 0.51% | - |
| HSV(B) | 276.83º | 0.88% | 0.9% | - |
| XYZ | 27.65 | 13.22 | 75.96 | - |
| YUV | 88.1 | 208.08 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 230 | 0.34 | 0.88 | 0 | 0.10 | 276.83 | 0.8 | 0.51 |
| Hex | 98 | 1C | E6 | 22 | 58 | 0 | A | 115 | 50 | 33 |
| Octal | 230 | 34 | 346 | 42 | 130 | 0 | 12 | 425 | 120 | 63 |
| Binary | 10011000 | 11100 | 11100110 | 100010 | 1011000 | 0 | 1010 | 100010101 | 1010000 | 110011 |
Color Harmonies of #981CE6
Complementary color
Monochromatic Colors of #981CE6
Black with #981CE6
Text Example
Text Example
White with #981CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CE6; }
p { color: rgb(152,28,230); }
H1.HeaderClassName
{
color: #981CE6;
}
.AnyTagClassName
{
color: #981CE6;
}
</style>
background-color css
<style>
a { background-color: #981CE6; }
a { background-color: rgb(152,28,230); }
div.DivClassName
{
background-color: #981CE6;
}
.BgClassName
{
background-color: #981CE6;
}
</style>
border-color css
<style>
span { border-color: #981CE6; }
span { border-color: rgb(152,28,230); }
td.TdClassName
{
border-color: #981CE6;
}
.TagClassName
{
border-color: #981CE6;
}
</style>