Shades of Blue Violet #984BFC
Tints of Blue Violet #984BFC
RGB
CMYK
RGB Variations
Color information
#984BFC (or 0x984BFC) is known color: Blue Violet. HEX triplet: 98, 4B and FC. RGB value is (152,75,252). Sum of RGB (Red+Green+Blue) = 152+75+252=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #984BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #984BFC is #67B403. Grayscale: #757575. Windows color (decimal): -6796292 or 16534424. OLE color: 16534424.
HSL color Cylindrical-coordinate representation of color #984BFC: hue angle of 266.1º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #984BFC is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 75 | 252 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.01 |
| HSL | 266.1º | 0.97% | 0.64% | - |
| HSV(B) | 266.1º | 0.7% | 0.99% | - |
| XYZ | 33.04 | 18.74 | 93.97 | - |
| YUV | 118.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 252 | 0.40 | 0.70 | 0 | 0.01 | 266.1 | 0.97 | 0.64 |
| Hex | 98 | 4B | FC | 28 | 46 | 0 | 1 | 10A | 61 | 40 |
| Octal | 230 | 113 | 374 | 50 | 106 | 0 | 1 | 412 | 141 | 100 |
| Binary | 10011000 | 1001011 | 11111100 | 101000 | 1000110 | 0 | 1 | 100001010 | 1100001 | 1000000 |
Color Harmonies of #984BFC
Complementary color
Monochromatic Colors of #984BFC
Black with #984BFC
Text Example
Text Example
White with #984BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984BFC; }
p { color: rgb(152,75,252); }
H1.HeaderClassName
{
color: #984BFC;
}
.AnyTagClassName
{
color: #984BFC;
}
</style>
background-color css
<style>
a { background-color: #984BFC; }
a { background-color: rgb(152,75,252); }
div.DivClassName
{
background-color: #984BFC;
}
.BgClassName
{
background-color: #984BFC;
}
</style>
border-color css
<style>
span { border-color: #984BFC; }
span { border-color: rgb(152,75,252); }
td.TdClassName
{
border-color: #984BFC;
}
.TagClassName
{
border-color: #984BFC;
}
</style>