Shades of Blue Violet #9849FB
Tints of Blue Violet #9849FB
RGB
CMYK
RGB Variations
Color information
#9849FB (or 0x9849FB) is known color: Blue Violet. HEX triplet: 98, 49 and FB. RGB value is (152,73,251). Sum of RGB (Red+Green+Blue) = 152+73+251=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #9849FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9849FB is #67B604. Grayscale: #747474. Windows color (decimal): -6796805 or 16468376. OLE color: 16468376.
HSL color Cylindrical-coordinate representation of color #9849FB: hue angle of 266.63º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9849FB is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 73 | 251 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.02 |
| HSL | 266.63º | 0.96% | 0.64% | - |
| HSV(B) | 266.63º | 0.71% | 0.98% | - |
| XYZ | 32.74 | 18.41 | 93.09 | - |
| YUV | 116.91 | 203.67 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 251 | 0.39 | 0.71 | 0 | 0.02 | 266.63 | 0.96 | 0.64 |
| Hex | 98 | 49 | FB | 27 | 47 | 0 | 2 | 10B | 60 | 40 |
| Octal | 230 | 111 | 373 | 47 | 107 | 0 | 2 | 413 | 140 | 100 |
| Binary | 10011000 | 1001001 | 11111011 | 100111 | 1000111 | 0 | 10 | 100001011 | 1100000 | 1000000 |
Color Harmonies of #9849FB
Complementary color
Monochromatic Colors of #9849FB
Black with #9849FB
Text Example
Text Example
White with #9849FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9849FB; }
p { color: rgb(152,73,251); }
H1.HeaderClassName
{
color: #9849FB;
}
.AnyTagClassName
{
color: #9849FB;
}
</style>
background-color css
<style>
a { background-color: #9849FB; }
a { background-color: rgb(152,73,251); }
div.DivClassName
{
background-color: #9849FB;
}
.BgClassName
{
background-color: #9849FB;
}
</style>
border-color css
<style>
span { border-color: #9849FB; }
span { border-color: rgb(152,73,251); }
td.TdClassName
{
border-color: #9849FB;
}
.TagClassName
{
border-color: #9849FB;
}
</style>