Shades of Blue Violet #984CFB
Tints of Blue Violet #984CFB
RGB
CMYK
RGB Variations
Color information
#984CFB (or 0x984CFB) is known color: Blue Violet. HEX triplet: 98, 4C and FB. RGB value is (152,76,251). Sum of RGB (Red+Green+Blue) = 152+76+251=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #984CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #984CFB is #67B304. Grayscale: #767676. Windows color (decimal): -6796037 or 16469144. OLE color: 16469144.
HSL color Cylindrical-coordinate representation of color #984CFB: hue angle of 266.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #984CFB is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 76 | 251 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.02 |
| HSL | 266.06º | 0.96% | 0.64% | - |
| HSV(B) | 266.06º | 0.7% | 0.98% | - |
| XYZ | 32.95 | 18.81 | 93.16 | - |
| YUV | 118.67 | 202.68 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 251 | 0.39 | 0.70 | 0 | 0.02 | 266.06 | 0.96 | 0.64 |
| Hex | 98 | 4C | FB | 27 | 46 | 0 | 2 | 10A | 60 | 40 |
| Octal | 230 | 114 | 373 | 47 | 106 | 0 | 2 | 412 | 140 | 100 |
| Binary | 10011000 | 1001100 | 11111011 | 100111 | 1000110 | 0 | 10 | 100001010 | 1100000 | 1000000 |
Color Harmonies of #984CFB
Complementary color
Monochromatic Colors of #984CFB
Black with #984CFB
Text Example
Text Example
White with #984CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984CFB; }
p { color: rgb(152,76,251); }
H1.HeaderClassName
{
color: #984CFB;
}
.AnyTagClassName
{
color: #984CFB;
}
</style>
background-color css
<style>
a { background-color: #984CFB; }
a { background-color: rgb(152,76,251); }
div.DivClassName
{
background-color: #984CFB;
}
.BgClassName
{
background-color: #984CFB;
}
</style>
border-color css
<style>
span { border-color: #984CFB; }
span { border-color: rgb(152,76,251); }
td.TdClassName
{
border-color: #984CFB;
}
.TagClassName
{
border-color: #984CFB;
}
</style>