Shades of Blue Violet #8F19DB
Tints of Blue Violet #8F19DB
RGB
CMYK
RGB Variations
Color information
#8F19DB (or 0x8F19DB) is known color: Blue Violet. HEX triplet: 8F, 19 and DB. RGB value is (143,25,219). Sum of RGB (Red+Green+Blue) = 143+25+219=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F19DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F19DB is #70E624. Grayscale: #515151. Windows color (decimal): -7398949 or 14358927. OLE color: 14358927.
HSL color Cylindrical-coordinate representation of color #8F19DB: hue angle of 276.49º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F19DB is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 25 | 219 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.14 |
| HSL | 276.49º | 0.8% | 0.48% | - |
| HSV(B) | 276.49º | 0.89% | 0.86% | - |
| XYZ | 24.46 | 11.65 | 67.98 | - |
| YUV | 82.4 | 205.09 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 219 | 0.35 | 0.89 | 0 | 0.14 | 276.49 | 0.8 | 0.48 |
| Hex | 8F | 19 | DB | 23 | 59 | 0 | E | 114 | 50 | 30 |
| Octal | 217 | 31 | 333 | 43 | 131 | 0 | 16 | 424 | 120 | 60 |
| Binary | 10001111 | 11001 | 11011011 | 100011 | 1011001 | 0 | 1110 | 100010100 | 1010000 | 110000 |
Color Harmonies of #8F19DB
Complementary color
Monochromatic Colors of #8F19DB
Black with #8F19DB
Text Example
Text Example
White with #8F19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F19DB; }
p { color: rgb(143,25,219); }
H1.HeaderClassName
{
color: #8F19DB;
}
.AnyTagClassName
{
color: #8F19DB;
}
</style>
background-color css
<style>
a { background-color: #8F19DB; }
a { background-color: rgb(143,25,219); }
div.DivClassName
{
background-color: #8F19DB;
}
.BgClassName
{
background-color: #8F19DB;
}
</style>
border-color css
<style>
span { border-color: #8F19DB; }
span { border-color: rgb(143,25,219); }
td.TdClassName
{
border-color: #8F19DB;
}
.TagClassName
{
border-color: #8F19DB;
}
</style>