Shades of Blue Violet #8031F9
Tints of Blue Violet #8031F9
RGB
CMYK
RGB Variations
Color information
#8031F9 (or 0x8031F9) is known color: Blue Violet. HEX triplet: 80, 31 and F9. RGB value is (128,49,249). Sum of RGB (Red+Green+Blue) = 128+49+249=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #8031F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8031F9 is #7FCE06. Grayscale: #5E5E5E. Windows color (decimal): -8375815 or 16331136. OLE color: 16331136.
HSL color Cylindrical-coordinate representation of color #8031F9: hue angle of 263.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8031F9 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 49 | 249 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.02 |
| HSL | 263.7º | 0.94% | 0.58% | - |
| HSV(B) | 263.7º | 0.8% | 0.98% | - |
| XYZ | 27.1 | 13.63 | 90.82 | - |
| YUV | 95.42 | 214.67 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 249 | 0.49 | 0.80 | 0 | 0.02 | 263.7 | 0.94 | 0.58 |
| Hex | 80 | 31 | F9 | 31 | 50 | 0 | 2 | 108 | 5E | 3A |
| Octal | 200 | 61 | 371 | 61 | 120 | 0 | 2 | 410 | 136 | 72 |
| Binary | 10000000 | 110001 | 11111001 | 110001 | 1010000 | 0 | 10 | 100001000 | 1011110 | 111010 |
Color Harmonies of #8031F9
Complementary color
Monochromatic Colors of #8031F9
Black with #8031F9
Text Example
Text Example
White with #8031F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031F9; }
p { color: rgb(128,49,249); }
H1.HeaderClassName
{
color: #8031F9;
}
.AnyTagClassName
{
color: #8031F9;
}
</style>
background-color css
<style>
a { background-color: #8031F9; }
a { background-color: rgb(128,49,249); }
div.DivClassName
{
background-color: #8031F9;
}
.BgClassName
{
background-color: #8031F9;
}
</style>
border-color css
<style>
span { border-color: #8031F9; }
span { border-color: rgb(128,49,249); }
td.TdClassName
{
border-color: #8031F9;
}
.TagClassName
{
border-color: #8031F9;
}
</style>