Shades of Blue Violet #8031F7
Tints of Blue Violet #8031F7
RGB
CMYK
RGB Variations
Color information
#8031F7 (or 0x8031F7) is known color: Blue Violet. HEX triplet: 80, 31 and F7. RGB value is (128,49,247). Sum of RGB (Red+Green+Blue) = 128+49+247=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 247 (96.88% from 255 or 58.25% from 424); Max value from RGB is 247 - color contains mainly: blue. Hex color #8031F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8031F7 is #7FCE08. Grayscale: #5E5E5E. Windows color (decimal): -8375817 or 16200064. OLE color: 16200064.
HSL color Cylindrical-coordinate representation of color #8031F7: hue angle of 263.94º 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 #8031F7 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 49 | 247 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.03 |
| HSL | 263.94º | 0.93% | 0.58% | - |
| HSV(B) | 263.94º | 0.8% | 0.97% | - |
| XYZ | 26.79 | 13.5 | 89.19 | - |
| YUV | 95.19 | 213.67 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 247 | 0.48 | 0.80 | 0 | 0.03 | 263.94 | 0.93 | 0.58 |
| Hex | 80 | 31 | F7 | 30 | 50 | 0 | 3 | 108 | 5D | 3A |
| Octal | 200 | 61 | 367 | 60 | 120 | 0 | 3 | 410 | 135 | 72 |
| Binary | 10000000 | 110001 | 11110111 | 110000 | 1010000 | 0 | 11 | 100001000 | 1011101 | 111010 |
Color Harmonies of #8031F7
Complementary color
Monochromatic Colors of #8031F7
Black with #8031F7
Text Example
Text Example
White with #8031F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031F7; }
p { color: rgb(128,49,247); }
H1.HeaderClassName
{
color: #8031F7;
}
.AnyTagClassName
{
color: #8031F7;
}
</style>
background-color css
<style>
a { background-color: #8031F7; }
a { background-color: rgb(128,49,247); }
div.DivClassName
{
background-color: #8031F7;
}
.BgClassName
{
background-color: #8031F7;
}
</style>
border-color css
<style>
span { border-color: #8031F7; }
span { border-color: rgb(128,49,247); }
td.TdClassName
{
border-color: #8031F7;
}
.TagClassName
{
border-color: #8031F7;
}
</style>