Shades of Blue Violet #9846F1
Tints of Blue Violet #9846F1
RGB
CMYK
RGB Variations
Color information
#9846F1 (or 0x9846F1) is known color: Blue Violet. HEX triplet: 98, 46 and F1. RGB value is (152,70,241). Sum of RGB (Red+Green+Blue) = 152+70+241=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #9846F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9846F1 is #67B90E. Grayscale: #717171. Windows color (decimal): -6797583 or 15812248. OLE color: 15812248.
HSL color Cylindrical-coordinate representation of color #9846F1: hue angle of 268.77º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9846F1 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 70 | 241 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.05 |
| HSL | 268.77º | 0.86% | 0.61% | - |
| HSV(B) | 268.77º | 0.71% | 0.95% | - |
| XYZ | 31.02 | 17.41 | 84.94 | - |
| YUV | 114.01 | 199.67 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 241 | 0.37 | 0.71 | 0 | 0.05 | 268.77 | 0.86 | 0.61 |
| Hex | 98 | 46 | F1 | 25 | 47 | 0 | 5 | 10D | 56 | 3D |
| Octal | 230 | 106 | 361 | 45 | 107 | 0 | 5 | 415 | 126 | 75 |
| Binary | 10011000 | 1000110 | 11110001 | 100101 | 1000111 | 0 | 101 | 100001101 | 1010110 | 111101 |
Color Harmonies of #9846F1
Complementary color
Monochromatic Colors of #9846F1
Black with #9846F1
Text Example
Text Example
White with #9846F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9846F1; }
p { color: rgb(152,70,241); }
H1.HeaderClassName
{
color: #9846F1;
}
.AnyTagClassName
{
color: #9846F1;
}
</style>
background-color css
<style>
a { background-color: #9846F1; }
a { background-color: rgb(152,70,241); }
div.DivClassName
{
background-color: #9846F1;
}
.BgClassName
{
background-color: #9846F1;
}
</style>
border-color css
<style>
span { border-color: #9846F1; }
span { border-color: rgb(152,70,241); }
td.TdClassName
{
border-color: #9846F1;
}
.TagClassName
{
border-color: #9846F1;
}
</style>