Shades of Blue Violet #981FEA
Tints of Blue Violet #981FEA
RGB
CMYK
RGB Variations
Color information
#981FEA (or 0x981FEA) is known color: Blue Violet. HEX triplet: 98, 1F and EA. RGB value is (152,31,234). Sum of RGB (Red+Green+Blue) = 152+31+234=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #981FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981FEA is #67E015. Grayscale: #595959. Windows color (decimal): -6807574 or 15343512. OLE color: 15343512.
HSL color Cylindrical-coordinate representation of color #981FEA: hue angle of 275.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981FEA is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 31 | 234 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.08 |
| HSL | 275.76º | 0.83% | 0.52% | - |
| HSV(B) | 275.76º | 0.87% | 0.92% | - |
| XYZ | 28.29 | 13.6 | 78.98 | - |
| YUV | 90.32 | 209.09 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 234 | 0.35 | 0.87 | 0 | 0.08 | 275.76 | 0.83 | 0.52 |
| Hex | 98 | 1F | EA | 23 | 57 | 0 | 8 | 114 | 53 | 34 |
| Octal | 230 | 37 | 352 | 43 | 127 | 0 | 10 | 424 | 123 | 64 |
| Binary | 10011000 | 11111 | 11101010 | 100011 | 1010111 | 0 | 1000 | 100010100 | 1010011 | 110100 |
Color Harmonies of #981FEA
Complementary color
Monochromatic Colors of #981FEA
Black with #981FEA
Text Example
Text Example
White with #981FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981FEA; }
p { color: rgb(152,31,234); }
H1.HeaderClassName
{
color: #981FEA;
}
.AnyTagClassName
{
color: #981FEA;
}
</style>
background-color css
<style>
a { background-color: #981FEA; }
a { background-color: rgb(152,31,234); }
div.DivClassName
{
background-color: #981FEA;
}
.BgClassName
{
background-color: #981FEA;
}
</style>
border-color css
<style>
span { border-color: #981FEA; }
span { border-color: rgb(152,31,234); }
td.TdClassName
{
border-color: #981FEA;
}
.TagClassName
{
border-color: #981FEA;
}
</style>