Shades of Blue Violet #8017F7
Tints of Blue Violet #8017F7
RGB
CMYK
RGB Variations
Color information
#8017F7 (or 0x8017F7) is known color: Blue Violet. HEX triplet: 80, 17 and F7. RGB value is (128,23,247). Sum of RGB (Red+Green+Blue) = 128+23+247=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 247 (96.88% from 255 or 62.06% from 398); Max value from RGB is 247 - color contains mainly: blue. Hex color #8017F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8017F7 is #7FE808. Grayscale: #4F4F4F. Windows color (decimal): -8382473 or 16193408. OLE color: 16193408.
HSL color Cylindrical-coordinate representation of color #8017F7: hue angle of 268.12º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8017F7 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 23 | 247 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.03 |
| HSL | 268.13º | 0.93% | 0.53% | - |
| HSV(B) | 268.13º | 0.91% | 0.97% | - |
| XYZ | 26 | 11.92 | 88.93 | - |
| YUV | 79.93 | 222.29 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 247 | 0.48 | 0.91 | 0 | 0.03 | 268.13 | 0.93 | 0.53 |
| Hex | 80 | 17 | F7 | 30 | 5B | 0 | 3 | 10C | 5D | 35 |
| Octal | 200 | 27 | 367 | 60 | 133 | 0 | 3 | 414 | 135 | 65 |
| Binary | 10000000 | 10111 | 11110111 | 110000 | 1011011 | 0 | 11 | 100001100 | 1011101 | 110101 |
Color Harmonies of #8017F7
Complementary color
Monochromatic Colors of #8017F7
Black with #8017F7
Text Example
Text Example
White with #8017F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017F7; }
p { color: rgb(128,23,247); }
H1.HeaderClassName
{
color: #8017F7;
}
.AnyTagClassName
{
color: #8017F7;
}
</style>
background-color css
<style>
a { background-color: #8017F7; }
a { background-color: rgb(128,23,247); }
div.DivClassName
{
background-color: #8017F7;
}
.BgClassName
{
background-color: #8017F7;
}
</style>
border-color css
<style>
span { border-color: #8017F7; }
span { border-color: rgb(128,23,247); }
td.TdClassName
{
border-color: #8017F7;
}
.TagClassName
{
border-color: #8017F7;
}
</style>