Shades of Blue Violet #981CE8
Tints of Blue Violet #981CE8
RGB
CMYK
RGB Variations
Color information
#981CE8 (or 0x981CE8) is known color: Blue Violet. HEX triplet: 98, 1C and E8. RGB value is (152,28,232). Sum of RGB (Red+Green+Blue) = 152+28+232=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 232 (91.02% from 255 or 56.31% from 412); Max value from RGB is 232 - color contains mainly: blue. Hex color #981CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CE8 is #67E317. Grayscale: #575757. Windows color (decimal): -6808344 or 15211672. OLE color: 15211672.
HSL color Cylindrical-coordinate representation of color #981CE8: hue angle of 276.47º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CE8 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 28 | 232 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.09 |
| HSL | 276.47º | 0.82% | 0.51% | - |
| HSV(B) | 276.47º | 0.88% | 0.91% | - |
| XYZ | 27.93 | 13.33 | 77.45 | - |
| YUV | 88.33 | 209.08 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 232 | 0.34 | 0.88 | 0 | 0.09 | 276.47 | 0.82 | 0.51 |
| Hex | 98 | 1C | E8 | 22 | 58 | 0 | 9 | 114 | 52 | 33 |
| Octal | 230 | 34 | 350 | 42 | 130 | 0 | 11 | 424 | 122 | 63 |
| Binary | 10011000 | 11100 | 11101000 | 100010 | 1011000 | 0 | 1001 | 100010100 | 1010010 | 110011 |
Color Harmonies of #981CE8
Complementary color
Monochromatic Colors of #981CE8
Black with #981CE8
Text Example
Text Example
White with #981CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CE8; }
p { color: rgb(152,28,232); }
H1.HeaderClassName
{
color: #981CE8;
}
.AnyTagClassName
{
color: #981CE8;
}
</style>
background-color css
<style>
a { background-color: #981CE8; }
a { background-color: rgb(152,28,232); }
div.DivClassName
{
background-color: #981CE8;
}
.BgClassName
{
background-color: #981CE8;
}
</style>
border-color css
<style>
span { border-color: #981CE8; }
span { border-color: rgb(152,28,232); }
td.TdClassName
{
border-color: #981CE8;
}
.TagClassName
{
border-color: #981CE8;
}
</style>