Shades of Blue Violet #984DFE
Tints of Blue Violet #984DFE
RGB
CMYK
RGB Variations
Color information
#984DFE (or 0x984DFE) is known color: Blue Violet. HEX triplet: 98, 4D and FE. RGB value is (152,77,254). Sum of RGB (Red+Green+Blue) = 152+77+254=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #984DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984DFE is #67B201. Grayscale: #767676. Windows color (decimal): -6795778 or 16666008. OLE color: 16666008.
HSL color Cylindrical-coordinate representation of color #984DFE: hue angle of 265.42º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #984DFE is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 77 | 254 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.00 |
| HSL | 265.42º | 0.99% | 0.65% | - |
| HSV(B) | 265.42º | 0.7% | 1% | - |
| XYZ | 33.49 | 19.14 | 95.69 | - |
| YUV | 119.6 | 203.85 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 254 | 0.40 | 0.70 | 0 | 0.00 | 265.42 | 0.99 | 0.65 |
| Hex | 98 | 4D | FE | 28 | 46 | 0 | 0 | 109 | 63 | 41 |
| Octal | 230 | 115 | 376 | 50 | 106 | 0 | 0 | 411 | 143 | 101 |
| Binary | 10011000 | 1001101 | 11111110 | 101000 | 1000110 | 0 | 0 | 100001001 | 1100011 | 1000001 |
Color Harmonies of #984DFE
Complementary color
Monochromatic Colors of #984DFE
Black with #984DFE
Text Example
Text Example
White with #984DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DFE; }
p { color: rgb(152,77,254); }
H1.HeaderClassName
{
color: #984DFE;
}
.AnyTagClassName
{
color: #984DFE;
}
</style>
background-color css
<style>
a { background-color: #984DFE; }
a { background-color: rgb(152,77,254); }
div.DivClassName
{
background-color: #984DFE;
}
.BgClassName
{
background-color: #984DFE;
}
</style>
border-color css
<style>
span { border-color: #984DFE; }
span { border-color: rgb(152,77,254); }
td.TdClassName
{
border-color: #984DFE;
}
.TagClassName
{
border-color: #984DFE;
}
</style>