Shades of Blue Violet #8F19FA
Tints of Blue Violet #8F19FA
RGB
CMYK
RGB Variations
Color information
#8F19FA (or 0x8F19FA) is known color: Blue Violet. HEX triplet: 8F, 19 and FA. RGB value is (143,25,250). Sum of RGB (Red+Green+Blue) = 143+25+250=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F19FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F19FA is #70E605. Grayscale: #555555. Windows color (decimal): -7398918 or 16390543. OLE color: 16390543.
HSL color Cylindrical-coordinate representation of color #8F19FA: hue angle of 271.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F19FA is Cyan = 0.43, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 25 | 250 | - |
| CMYK | 0.43 | 0.9 | 0 | 0.02 |
| HSL | 271.47º | 0.96% | 0.54% | - |
| HSV(B) | 271.47º | 0.9% | 0.98% | - |
| XYZ | 28.93 | 13.44 | 91.51 | - |
| YUV | 85.93 | 220.59 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 250 | 0.43 | 0.9 | 0 | 0.02 | 271.47 | 0.96 | 0.54 |
| Hex | 8F | 19 | FA | 2B | 5A | 0 | 2 | 10F | 60 | 36 |
| Octal | 217 | 31 | 372 | 53 | 132 | 0 | 2 | 417 | 140 | 66 |
| Binary | 10001111 | 11001 | 11111010 | 101011 | 1011010 | 0 | 10 | 100001111 | 1100000 | 110110 |
Color Harmonies of #8F19FA
Complementary color
Monochromatic Colors of #8F19FA
Black with #8F19FA
Text Example
Text Example
White with #8F19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F19FA; }
p { color: rgb(143,25,250); }
H1.HeaderClassName
{
color: #8F19FA;
}
.AnyTagClassName
{
color: #8F19FA;
}
</style>
background-color css
<style>
a { background-color: #8F19FA; }
a { background-color: rgb(143,25,250); }
div.DivClassName
{
background-color: #8F19FA;
}
.BgClassName
{
background-color: #8F19FA;
}
</style>
border-color css
<style>
span { border-color: #8F19FA; }
span { border-color: rgb(143,25,250); }
td.TdClassName
{
border-color: #8F19FA;
}
.TagClassName
{
border-color: #8F19FA;
}
</style>