Shades of Blue Violet #8F10FF
Tints of Blue Violet #8F10FF
RGB
CMYK
RGB Variations
Color information
#8F10FF (or 0x8F10FF) is known color: Blue Violet. HEX triplet: 8F, 10 and FF. RGB value is (143,16,255). Sum of RGB (Red+Green+Blue) = 143+16+255=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F10FF is #70EF00. Grayscale: #505050. Windows color (decimal): -7401217 or 16715919. OLE color: 16715919.
HSL color Cylindrical-coordinate representation of color #8F10FF: hue angle of 271.88º 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 #8F10FF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 16 | 255 | - |
| CMYK | 0.44 | 0.94 | 0 | 0 |
| HSL | 271.88º | 1% | 0.53% | - |
| HSV(B) | 271.88º | 0.94% | 1% | - |
| XYZ | 29.56 | 13.43 | 95.64 | - |
| YUV | 81.22 | 226.08 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 255 | 0.44 | 0.94 | 0 | 0 | 271.88 | 1 | 0.53 |
| Hex | 8F | 10 | FF | 2C | 5E | 0 | 0 | 110 | 64 | 35 |
| Octal | 217 | 20 | 377 | 54 | 136 | 0 | 0 | 420 | 144 | 65 |
| Binary | 10001111 | 10000 | 11111111 | 101100 | 1011110 | 0 | 0 | 100010000 | 1100100 | 110101 |
Color Harmonies of #8F10FF
Complementary color
Monochromatic Colors of #8F10FF
Black with #8F10FF
Text Example
Text Example
White with #8F10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F10FF; }
p { color: rgb(143,16,255); }
H1.HeaderClassName
{
color: #8F10FF;
}
.AnyTagClassName
{
color: #8F10FF;
}
</style>
background-color css
<style>
a { background-color: #8F10FF; }
a { background-color: rgb(143,16,255); }
div.DivClassName
{
background-color: #8F10FF;
}
.BgClassName
{
background-color: #8F10FF;
}
</style>
border-color css
<style>
span { border-color: #8F10FF; }
span { border-color: rgb(143,16,255); }
td.TdClassName
{
border-color: #8F10FF;
}
.TagClassName
{
border-color: #8F10FF;
}
</style>