Shades of Blue Violet #8F0FFF
Tints of Blue Violet #8F0FFF
RGB
CMYK
RGB Variations
Color information
#8F0FFF (or 0x8F0FFF) is known color: Blue Violet. HEX triplet: 8F, 0F and FF. RGB value is (143,15,255). Sum of RGB (Red+Green+Blue) = 143+15+255=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0FFF is #70F000. Grayscale: #4F4F4F. Windows color (decimal): -7401473 or 16715663. OLE color: 16715663.
HSL color Cylindrical-coordinate representation of color #8F0FFF: hue angle of 272º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0FFF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 15 | 255 | - |
| CMYK | 0.44 | 0.94 | 0 | 0 |
| HSL | 272º | 1% | 0.53% | - |
| HSV(B) | 272º | 0.94% | 1% | - |
| XYZ | 29.55 | 13.4 | 95.64 | - |
| YUV | 80.63 | 226.41 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 255 | 0.44 | 0.94 | 0 | 0 | 272 | 1 | 0.53 |
| Hex | 8F | F | FF | 2C | 5E | 0 | 0 | 110 | 64 | 35 |
| Octal | 217 | 17 | 377 | 54 | 136 | 0 | 0 | 420 | 144 | 65 |
| Binary | 10001111 | 1111 | 11111111 | 101100 | 1011110 | 0 | 0 | 100010000 | 1100100 | 110101 |
Color Harmonies of #8F0FFF
Complementary color
Monochromatic Colors of #8F0FFF
Black with #8F0FFF
Text Example
Text Example
White with #8F0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FFF; }
p { color: rgb(143,15,255); }
H1.HeaderClassName
{
color: #8F0FFF;
}
.AnyTagClassName
{
color: #8F0FFF;
}
</style>
background-color css
<style>
a { background-color: #8F0FFF; }
a { background-color: rgb(143,15,255); }
div.DivClassName
{
background-color: #8F0FFF;
}
.BgClassName
{
background-color: #8F0FFF;
}
</style>
border-color css
<style>
span { border-color: #8F0FFF; }
span { border-color: rgb(143,15,255); }
td.TdClassName
{
border-color: #8F0FFF;
}
.TagClassName
{
border-color: #8F0FFF;
}
</style>