Shades of Blue Violet #8F19DF
Tints of Blue Violet #8F19DF
RGB
CMYK
RGB Variations
Color information
#8F19DF (or 0x8F19DF) is known color: Blue Violet. HEX triplet: 8F, 19 and DF. RGB value is (143,25,223). Sum of RGB (Red+Green+Blue) = 143+25+223=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F19DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F19DF is #70E620. Grayscale: #525252. Windows color (decimal): -7398945 or 14621071. OLE color: 14621071.
HSL color Cylindrical-coordinate representation of color #8F19DF: hue angle of 275.76º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F19DF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 25 | 223 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.13 |
| HSL | 275.76º | 0.8% | 0.49% | - |
| HSV(B) | 275.76º | 0.89% | 0.87% | - |
| XYZ | 24.99 | 11.86 | 70.78 | - |
| YUV | 82.85 | 207.09 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 223 | 0.36 | 0.89 | 0 | 0.13 | 275.76 | 0.8 | 0.49 |
| Hex | 8F | 19 | DF | 24 | 59 | 0 | D | 114 | 50 | 31 |
| Octal | 217 | 31 | 337 | 44 | 131 | 0 | 15 | 424 | 120 | 61 |
| Binary | 10001111 | 11001 | 11011111 | 100100 | 1011001 | 0 | 1101 | 100010100 | 1010000 | 110001 |
Color Harmonies of #8F19DF
Complementary color
Monochromatic Colors of #8F19DF
Black with #8F19DF
Text Example
Text Example
White with #8F19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F19DF; }
p { color: rgb(143,25,223); }
H1.HeaderClassName
{
color: #8F19DF;
}
.AnyTagClassName
{
color: #8F19DF;
}
</style>
background-color css
<style>
a { background-color: #8F19DF; }
a { background-color: rgb(143,25,223); }
div.DivClassName
{
background-color: #8F19DF;
}
.BgClassName
{
background-color: #8F19DF;
}
</style>
border-color css
<style>
span { border-color: #8F19DF; }
span { border-color: rgb(143,25,223); }
td.TdClassName
{
border-color: #8F19DF;
}
.TagClassName
{
border-color: #8F19DF;
}
</style>