Shades of Blue Violet #984DF0
Tints of Blue Violet #984DF0
RGB
CMYK
RGB Variations
Color information
#984DF0 (or 0x984DF0) is known color: Blue Violet. HEX triplet: 98, 4D and F0. RGB value is (152,77,240). Sum of RGB (Red+Green+Blue) = 152+77+240=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #984DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984DF0 is #67B20F. Grayscale: #757575. Windows color (decimal): -6795792 or 15748504. OLE color: 15748504.
HSL color Cylindrical-coordinate representation of color #984DF0: hue angle of 267.61º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #984DF0 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 77 | 240 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.06 |
| HSL | 267.61º | 0.84% | 0.62% | - |
| HSV(B) | 267.61º | 0.68% | 0.94% | - |
| XYZ | 31.33 | 18.27 | 84.31 | - |
| YUV | 118.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 240 | 0.37 | 0.68 | 0 | 0.06 | 267.61 | 0.84 | 0.62 |
| Hex | 98 | 4D | F0 | 25 | 44 | 0 | 6 | 10C | 54 | 3E |
| Octal | 230 | 115 | 360 | 45 | 104 | 0 | 6 | 414 | 124 | 76 |
| Binary | 10011000 | 1001101 | 11110000 | 100101 | 1000100 | 0 | 110 | 100001100 | 1010100 | 111110 |
Color Harmonies of #984DF0
Complementary color
Monochromatic Colors of #984DF0
Black with #984DF0
Text Example
Text Example
White with #984DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DF0; }
p { color: rgb(152,77,240); }
H1.HeaderClassName
{
color: #984DF0;
}
.AnyTagClassName
{
color: #984DF0;
}
</style>
background-color css
<style>
a { background-color: #984DF0; }
a { background-color: rgb(152,77,240); }
div.DivClassName
{
background-color: #984DF0;
}
.BgClassName
{
background-color: #984DF0;
}
</style>
border-color css
<style>
span { border-color: #984DF0; }
span { border-color: rgb(152,77,240); }
td.TdClassName
{
border-color: #984DF0;
}
.TagClassName
{
border-color: #984DF0;
}
</style>