Shades of Blue Violet #8F16DB
Tints of Blue Violet #8F16DB
RGB
CMYK
RGB Variations
Color information
#8F16DB (or 0x8F16DB) is known color: Blue Violet. HEX triplet: 8F, 16 and DB. RGB value is (143,22,219). Sum of RGB (Red+Green+Blue) = 143+22+219=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F16DB is #70E924. Grayscale: #4F4F4F. Windows color (decimal): -7399717 or 14358159. OLE color: 14358159.
HSL color Cylindrical-coordinate representation of color #8F16DB: hue angle of 276.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F16DB is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 22 | 219 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.14 |
| HSL | 276.85º | 0.82% | 0.47% | - |
| HSV(B) | 276.85º | 0.9% | 0.86% | - |
| XYZ | 24.4 | 11.53 | 67.96 | - |
| YUV | 80.64 | 206.09 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 219 | 0.35 | 0.90 | 0 | 0.14 | 276.85 | 0.82 | 0.47 |
| Hex | 8F | 16 | DB | 23 | 5A | 0 | E | 115 | 52 | 2F |
| Octal | 217 | 26 | 333 | 43 | 132 | 0 | 16 | 425 | 122 | 57 |
| Binary | 10001111 | 10110 | 11011011 | 100011 | 1011010 | 0 | 1110 | 100010101 | 1010010 | 101111 |
Color Harmonies of #8F16DB
Complementary color
Monochromatic Colors of #8F16DB
Black with #8F16DB
Text Example
Text Example
White with #8F16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F16DB; }
p { color: rgb(143,22,219); }
H1.HeaderClassName
{
color: #8F16DB;
}
.AnyTagClassName
{
color: #8F16DB;
}
</style>
background-color css
<style>
a { background-color: #8F16DB; }
a { background-color: rgb(143,22,219); }
div.DivClassName
{
background-color: #8F16DB;
}
.BgClassName
{
background-color: #8F16DB;
}
</style>
border-color css
<style>
span { border-color: #8F16DB; }
span { border-color: rgb(143,22,219); }
td.TdClassName
{
border-color: #8F16DB;
}
.TagClassName
{
border-color: #8F16DB;
}
</style>