Shades of Blue Violet #8014F8
Tints of Blue Violet #8014F8
RGB
CMYK
RGB Variations
Color information
#8014F8 (or 0x8014F8) is known color: Blue Violet. HEX triplet: 80, 14 and F8. RGB value is (128,20,248). Sum of RGB (Red+Green+Blue) = 128+20+248=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 248 (97.27% from 255 or 62.63% from 396); Max value from RGB is 248 - color contains mainly: blue. Hex color #8014F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8014F8 is #7FEB07. Grayscale: #4D4D4D. Windows color (decimal): -8383240 or 16258176. OLE color: 16258176.
HSL color Cylindrical-coordinate representation of color #8014F8: hue angle of 268.42º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8014F8 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 20 | 248 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.03 |
| HSL | 268.42º | 0.94% | 0.53% | - |
| HSV(B) | 268.42º | 0.92% | 0.97% | - |
| XYZ | 26.1 | 11.87 | 89.72 | - |
| YUV | 78.28 | 223.78 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 248 | 0.48 | 0.92 | 0 | 0.03 | 268.42 | 0.94 | 0.53 |
| Hex | 80 | 14 | F8 | 30 | 5C | 0 | 3 | 10C | 5E | 35 |
| Octal | 200 | 24 | 370 | 60 | 134 | 0 | 3 | 414 | 136 | 65 |
| Binary | 10000000 | 10100 | 11111000 | 110000 | 1011100 | 0 | 11 | 100001100 | 1011110 | 110101 |
Color Harmonies of #8014F8
Complementary color
Monochromatic Colors of #8014F8
Black with #8014F8
Text Example
Text Example
White with #8014F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014F8; }
p { color: rgb(128,20,248); }
H1.HeaderClassName
{
color: #8014F8;
}
.AnyTagClassName
{
color: #8014F8;
}
</style>
background-color css
<style>
a { background-color: #8014F8; }
a { background-color: rgb(128,20,248); }
div.DivClassName
{
background-color: #8014F8;
}
.BgClassName
{
background-color: #8014F8;
}
</style>
border-color css
<style>
span { border-color: #8014F8; }
span { border-color: rgb(128,20,248); }
td.TdClassName
{
border-color: #8014F8;
}
.TagClassName
{
border-color: #8014F8;
}
</style>