Shades of Blue Violet #9846F8
Tints of Blue Violet #9846F8
RGB
CMYK
RGB Variations
Color information
#9846F8 (or 0x9846F8) is known color: Blue Violet. HEX triplet: 98, 46 and F8. RGB value is (152,70,248). Sum of RGB (Red+Green+Blue) = 152+70+248=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #9846F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9846F8 is #67B907. Grayscale: #727272. Windows color (decimal): -6797576 or 16271000. OLE color: 16271000.
HSL color Cylindrical-coordinate representation of color #9846F8: hue angle of 267.64º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9846F8 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 70 | 248 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.03 |
| HSL | 267.64º | 0.93% | 0.62% | - |
| HSV(B) | 267.64º | 0.72% | 0.97% | - |
| XYZ | 32.08 | 17.83 | 90.56 | - |
| YUV | 114.81 | 203.17 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 248 | 0.39 | 0.72 | 0 | 0.03 | 267.64 | 0.93 | 0.62 |
| Hex | 98 | 46 | F8 | 27 | 48 | 0 | 3 | 10C | 5D | 3E |
| Octal | 230 | 106 | 370 | 47 | 110 | 0 | 3 | 414 | 135 | 76 |
| Binary | 10011000 | 1000110 | 11111000 | 100111 | 1001000 | 0 | 11 | 100001100 | 1011101 | 111110 |
Color Harmonies of #9846F8
Complementary color
Monochromatic Colors of #9846F8
Black with #9846F8
Text Example
Text Example
White with #9846F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9846F8; }
p { color: rgb(152,70,248); }
H1.HeaderClassName
{
color: #9846F8;
}
.AnyTagClassName
{
color: #9846F8;
}
</style>
background-color css
<style>
a { background-color: #9846F8; }
a { background-color: rgb(152,70,248); }
div.DivClassName
{
background-color: #9846F8;
}
.BgClassName
{
background-color: #9846F8;
}
</style>
border-color css
<style>
span { border-color: #9846F8; }
span { border-color: rgb(152,70,248); }
td.TdClassName
{
border-color: #9846F8;
}
.TagClassName
{
border-color: #9846F8;
}
</style>