Shades of Blue Violet #8F19FE
Tints of Blue Violet #8F19FE
RGB
CMYK
RGB Variations
Color information
#8F19FE (or 0x8F19FE) is known color: Blue Violet. HEX triplet: 8F, 19 and FE. RGB value is (143,25,254). Sum of RGB (Red+Green+Blue) = 143+25+254=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F19FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F19FE is #70E601. Grayscale: #555555. Windows color (decimal): -7398914 or 16652687. OLE color: 16652687.
HSL color Cylindrical-coordinate representation of color #8F19FE: hue angle of 270.92º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F19FE is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 25 | 254 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.00 |
| HSL | 270.92º | 0.99% | 0.55% | - |
| HSV(B) | 270.92º | 0.9% | 1% | - |
| XYZ | 29.56 | 13.69 | 94.85 | - |
| YUV | 86.39 | 222.59 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 254 | 0.44 | 0.90 | 0 | 0.00 | 270.92 | 0.99 | 0.55 |
| Hex | 8F | 19 | FE | 2C | 5A | 0 | 0 | 10F | 63 | 37 |
| Octal | 217 | 31 | 376 | 54 | 132 | 0 | 0 | 417 | 143 | 67 |
| Binary | 10001111 | 11001 | 11111110 | 101100 | 1011010 | 0 | 0 | 100001111 | 1100011 | 110111 |
Color Harmonies of #8F19FE
Complementary color
Monochromatic Colors of #8F19FE
Black with #8F19FE
Text Example
Text Example
White with #8F19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F19FE; }
p { color: rgb(143,25,254); }
H1.HeaderClassName
{
color: #8F19FE;
}
.AnyTagClassName
{
color: #8F19FE;
}
</style>
background-color css
<style>
a { background-color: #8F19FE; }
a { background-color: rgb(143,25,254); }
div.DivClassName
{
background-color: #8F19FE;
}
.BgClassName
{
background-color: #8F19FE;
}
</style>
border-color css
<style>
span { border-color: #8F19FE; }
span { border-color: rgb(143,25,254); }
td.TdClassName
{
border-color: #8F19FE;
}
.TagClassName
{
border-color: #8F19FE;
}
</style>