Shades of Blue Violet #8F16EF
Tints of Blue Violet #8F16EF
RGB
CMYK
RGB Variations
Color information
#8F16EF (or 0x8F16EF) is known color: Blue Violet. HEX triplet: 8F, 16 and EF. RGB value is (143,22,239). Sum of RGB (Red+Green+Blue) = 143+22+239=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F16EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F16EF is #70E910. Grayscale: #525252. Windows color (decimal): -7399697 or 15668879. OLE color: 15668879.
HSL color Cylindrical-coordinate representation of color #8F16EF: hue angle of 273.46º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F16EF is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 22 | 239 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.06 |
| HSL | 273.46º | 0.87% | 0.51% | - |
| HSV(B) | 273.46º | 0.91% | 0.94% | - |
| XYZ | 27.19 | 12.65 | 82.67 | - |
| YUV | 82.92 | 216.09 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 239 | 0.40 | 0.91 | 0 | 0.06 | 273.46 | 0.87 | 0.51 |
| Hex | 8F | 16 | EF | 28 | 5B | 0 | 6 | 111 | 57 | 33 |
| Octal | 217 | 26 | 357 | 50 | 133 | 0 | 6 | 421 | 127 | 63 |
| Binary | 10001111 | 10110 | 11101111 | 101000 | 1011011 | 0 | 110 | 100010001 | 1010111 | 110011 |
Color Harmonies of #8F16EF
Complementary color
Monochromatic Colors of #8F16EF
Black with #8F16EF
Text Example
Text Example
White with #8F16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F16EF; }
p { color: rgb(143,22,239); }
H1.HeaderClassName
{
color: #8F16EF;
}
.AnyTagClassName
{
color: #8F16EF;
}
</style>
background-color css
<style>
a { background-color: #8F16EF; }
a { background-color: rgb(143,22,239); }
div.DivClassName
{
background-color: #8F16EF;
}
.BgClassName
{
background-color: #8F16EF;
}
</style>
border-color css
<style>
span { border-color: #8F16EF; }
span { border-color: rgb(143,22,239); }
td.TdClassName
{
border-color: #8F16EF;
}
.TagClassName
{
border-color: #8F16EF;
}
</style>