Shades of Blue Violet #981FE2
Tints of Blue Violet #981FE2
RGB
CMYK
RGB Variations
Color information
#981FE2 (or 0x981FE2) is known color: Blue Violet. HEX triplet: 98, 1F and E2. RGB value is (152,31,226). Sum of RGB (Red+Green+Blue) = 152+31+226=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 226 (88.67% from 255 or 55.26% from 409); Max value from RGB is 226 - color contains mainly: blue. Hex color #981FE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FE2 is #67E01D. Grayscale: #585858. Windows color (decimal): -6807582 or 14819224. OLE color: 14819224.
HSL color Cylindrical-coordinate representation of color #981FE2: hue angle of 277.23º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981FE2 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 31 | 226 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.11 |
| HSL | 277.23º | 0.77% | 0.5% | - |
| HSV(B) | 277.23º | 0.86% | 0.89% | - |
| XYZ | 27.17 | 13.15 | 73.06 | - |
| YUV | 89.41 | 205.09 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 226 | 0.33 | 0.86 | 0 | 0.11 | 277.23 | 0.77 | 0.5 |
| Hex | 98 | 1F | E2 | 21 | 56 | 0 | B | 115 | 4D | 32 |
| Octal | 230 | 37 | 342 | 41 | 126 | 0 | 13 | 425 | 115 | 62 |
| Binary | 10011000 | 11111 | 11100010 | 100001 | 1010110 | 0 | 1011 | 100010101 | 1001101 | 110010 |
Color Harmonies of #981FE2
Complementary color
Monochromatic Colors of #981FE2
Black with #981FE2
Text Example
Text Example
White with #981FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981FE2; }
p { color: rgb(152,31,226); }
H1.HeaderClassName
{
color: #981FE2;
}
.AnyTagClassName
{
color: #981FE2;
}
</style>
background-color css
<style>
a { background-color: #981FE2; }
a { background-color: rgb(152,31,226); }
div.DivClassName
{
background-color: #981FE2;
}
.BgClassName
{
background-color: #981FE2;
}
</style>
border-color css
<style>
span { border-color: #981FE2; }
span { border-color: rgb(152,31,226); }
td.TdClassName
{
border-color: #981FE2;
}
.TagClassName
{
border-color: #981FE2;
}
</style>