Shades of Blue Violet #8F16EB
Tints of Blue Violet #8F16EB
RGB
CMYK
RGB Variations
Color information
#8F16EB (or 0x8F16EB) is known color: Blue Violet. HEX triplet: 8F, 16 and EB. RGB value is (143,22,235). Sum of RGB (Red+Green+Blue) = 143+22+235=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F16EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F16EB is #70E914. Grayscale: #515151. Windows color (decimal): -7399701 or 15406735. OLE color: 15406735.
HSL color Cylindrical-coordinate representation of color #8F16EB: hue angle of 274.08º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F16EB is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 22 | 235 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.08 |
| HSL | 274.08º | 0.84% | 0.5% | - |
| HSV(B) | 274.08º | 0.91% | 0.92% | - |
| XYZ | 26.61 | 12.41 | 79.59 | - |
| YUV | 82.46 | 214.09 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 235 | 0.39 | 0.91 | 0 | 0.08 | 274.08 | 0.84 | 0.5 |
| Hex | 8F | 16 | EB | 27 | 5B | 0 | 8 | 112 | 54 | 32 |
| Octal | 217 | 26 | 353 | 47 | 133 | 0 | 10 | 422 | 124 | 62 |
| Binary | 10001111 | 10110 | 11101011 | 100111 | 1011011 | 0 | 1000 | 100010010 | 1010100 | 110010 |
Color Harmonies of #8F16EB
Complementary color
Monochromatic Colors of #8F16EB
Black with #8F16EB
Text Example
Text Example
White with #8F16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F16EB; }
p { color: rgb(143,22,235); }
H1.HeaderClassName
{
color: #8F16EB;
}
.AnyTagClassName
{
color: #8F16EB;
}
</style>
background-color css
<style>
a { background-color: #8F16EB; }
a { background-color: rgb(143,22,235); }
div.DivClassName
{
background-color: #8F16EB;
}
.BgClassName
{
background-color: #8F16EB;
}
</style>
border-color css
<style>
span { border-color: #8F16EB; }
span { border-color: rgb(143,22,235); }
td.TdClassName
{
border-color: #8F16EB;
}
.TagClassName
{
border-color: #8F16EB;
}
</style>