Shades of Blue Violet #9831F8
Tints of Blue Violet #9831F8
RGB
CMYK
RGB Variations
Color information
#9831F8 (or 0x9831F8) is known color: Blue Violet. HEX triplet: 98, 31 and F8. RGB value is (152,49,248). Sum of RGB (Red+Green+Blue) = 152+49+248=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #9831F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9831F8 is #67CE07. Grayscale: #656565. Windows color (decimal): -6802952 or 16265624. OLE color: 16265624.
HSL color Cylindrical-coordinate representation of color #9831F8: hue angle of 271.06º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9831F8 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 49 | 248 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.03 |
| HSL | 271.06º | 0.93% | 0.58% | - |
| HSV(B) | 271.06º | 0.8% | 0.97% | - |
| XYZ | 30.99 | 15.65 | 90.19 | - |
| YUV | 102.48 | 210.12 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 248 | 0.39 | 0.80 | 0 | 0.03 | 271.06 | 0.93 | 0.58 |
| Hex | 98 | 31 | F8 | 27 | 50 | 0 | 3 | 10F | 5D | 3A |
| Octal | 230 | 61 | 370 | 47 | 120 | 0 | 3 | 417 | 135 | 72 |
| Binary | 10011000 | 110001 | 11111000 | 100111 | 1010000 | 0 | 11 | 100001111 | 1011101 | 111010 |
Color Harmonies of #9831F8
Complementary color
Monochromatic Colors of #9831F8
Black with #9831F8
Text Example
Text Example
White with #9831F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9831F8; }
p { color: rgb(152,49,248); }
H1.HeaderClassName
{
color: #9831F8;
}
.AnyTagClassName
{
color: #9831F8;
}
</style>
background-color css
<style>
a { background-color: #9831F8; }
a { background-color: rgb(152,49,248); }
div.DivClassName
{
background-color: #9831F8;
}
.BgClassName
{
background-color: #9831F8;
}
</style>
border-color css
<style>
span { border-color: #9831F8; }
span { border-color: rgb(152,49,248); }
td.TdClassName
{
border-color: #9831F8;
}
.TagClassName
{
border-color: #9831F8;
}
</style>