Shades of Blue Violet #8F19DA
Tints of Blue Violet #8F19DA
RGB
CMYK
RGB Variations
Color information
#8F19DA (or 0x8F19DA) is known color: Blue Violet. HEX triplet: 8F, 19 and DA. RGB value is (143,25,218). Sum of RGB (Red+Green+Blue) = 143+25+218=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F19DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F19DA is #70E625. Grayscale: #515151. Windows color (decimal): -7398950 or 14293391. OLE color: 14293391.
HSL color Cylindrical-coordinate representation of color #8F19DA: hue angle of 276.68º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F19DA is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 25 | 218 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.15 |
| HSL | 276.68º | 0.79% | 0.48% | - |
| HSV(B) | 276.68º | 0.89% | 0.85% | - |
| XYZ | 24.33 | 11.6 | 67.29 | - |
| YUV | 82.28 | 204.59 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 218 | 0.34 | 0.89 | 0 | 0.15 | 276.68 | 0.79 | 0.48 |
| Hex | 8F | 19 | DA | 22 | 59 | 0 | F | 115 | 4F | 30 |
| Octal | 217 | 31 | 332 | 42 | 131 | 0 | 17 | 425 | 117 | 60 |
| Binary | 10001111 | 11001 | 11011010 | 100010 | 1011001 | 0 | 1111 | 100010101 | 1001111 | 110000 |
Color Harmonies of #8F19DA
Complementary color
Monochromatic Colors of #8F19DA
Black with #8F19DA
Text Example
Text Example
White with #8F19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F19DA; }
p { color: rgb(143,25,218); }
H1.HeaderClassName
{
color: #8F19DA;
}
.AnyTagClassName
{
color: #8F19DA;
}
</style>
background-color css
<style>
a { background-color: #8F19DA; }
a { background-color: rgb(143,25,218); }
div.DivClassName
{
background-color: #8F19DA;
}
.BgClassName
{
background-color: #8F19DA;
}
</style>
border-color css
<style>
span { border-color: #8F19DA; }
span { border-color: rgb(143,25,218); }
td.TdClassName
{
border-color: #8F19DA;
}
.TagClassName
{
border-color: #8F19DA;
}
</style>