Shades of Blue Violet #8F0FEB
Tints of Blue Violet #8F0FEB
RGB
CMYK
RGB Variations
Color information
#8F0FEB (or 0x8F0FEB) is known color: Blue Violet. HEX triplet: 8F, 0F and EB. RGB value is (143,15,235). Sum of RGB (Red+Green+Blue) = 143+15+235=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F0FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0FEB is #70F014. Grayscale: #4D4D4D. Windows color (decimal): -7401493 or 15404943. OLE color: 15404943.
HSL color Cylindrical-coordinate representation of color #8F0FEB: hue angle of 274.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0FEB is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 15 | 235 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.08 |
| HSL | 274.91º | 0.88% | 0.49% | - |
| HSV(B) | 274.91º | 0.94% | 0.92% | - |
| XYZ | 26.49 | 12.18 | 79.55 | - |
| YUV | 78.35 | 216.41 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 235 | 0.39 | 0.94 | 0 | 0.08 | 274.91 | 0.88 | 0.49 |
| Hex | 8F | F | EB | 27 | 5E | 0 | 8 | 113 | 58 | 31 |
| Octal | 217 | 17 | 353 | 47 | 136 | 0 | 10 | 423 | 130 | 61 |
| Binary | 10001111 | 1111 | 11101011 | 100111 | 1011110 | 0 | 1000 | 100010011 | 1011000 | 110001 |
Color Harmonies of #8F0FEB
Complementary color
Monochromatic Colors of #8F0FEB
Black with #8F0FEB
Text Example
Text Example
White with #8F0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FEB; }
p { color: rgb(143,15,235); }
H1.HeaderClassName
{
color: #8F0FEB;
}
.AnyTagClassName
{
color: #8F0FEB;
}
</style>
background-color css
<style>
a { background-color: #8F0FEB; }
a { background-color: rgb(143,15,235); }
div.DivClassName
{
background-color: #8F0FEB;
}
.BgClassName
{
background-color: #8F0FEB;
}
</style>
border-color css
<style>
span { border-color: #8F0FEB; }
span { border-color: rgb(143,15,235); }
td.TdClassName
{
border-color: #8F0FEB;
}
.TagClassName
{
border-color: #8F0FEB;
}
</style>