Shades of Blue Violet #984BFE
Tints of Blue Violet #984BFE
RGB
CMYK
RGB Variations
Color information
#984BFE (or 0x984BFE) is known color: Blue Violet. HEX triplet: 98, 4B and FE. RGB value is (152,75,254). Sum of RGB (Red+Green+Blue) = 152+75+254=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #984BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #984BFE is #67B401. Grayscale: #757575. Windows color (decimal): -6796290 or 16665496. OLE color: 16665496.
HSL color Cylindrical-coordinate representation of color #984BFE: hue angle of 265.81º 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 #984BFE is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 75 | 254 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.00 |
| HSL | 265.81º | 0.99% | 0.65% | - |
| HSV(B) | 265.81º | 0.7% | 1% | - |
| XYZ | 33.35 | 18.86 | 95.65 | - |
| YUV | 118.43 | 204.51 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 254 | 0.40 | 0.70 | 0 | 0.00 | 265.81 | 0.99 | 0.65 |
| Hex | 98 | 4B | FE | 28 | 46 | 0 | 0 | 10A | 63 | 41 |
| Octal | 230 | 113 | 376 | 50 | 106 | 0 | 0 | 412 | 143 | 101 |
| Binary | 10011000 | 1001011 | 11111110 | 101000 | 1000110 | 0 | 0 | 100001010 | 1100011 | 1000001 |
Color Harmonies of #984BFE
Complementary color
Monochromatic Colors of #984BFE
Black with #984BFE
Text Example
Text Example
White with #984BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984BFE; }
p { color: rgb(152,75,254); }
H1.HeaderClassName
{
color: #984BFE;
}
.AnyTagClassName
{
color: #984BFE;
}
</style>
background-color css
<style>
a { background-color: #984BFE; }
a { background-color: rgb(152,75,254); }
div.DivClassName
{
background-color: #984BFE;
}
.BgClassName
{
background-color: #984BFE;
}
</style>
border-color css
<style>
span { border-color: #984BFE; }
span { border-color: rgb(152,75,254); }
td.TdClassName
{
border-color: #984BFE;
}
.TagClassName
{
border-color: #984BFE;
}
</style>