Shades of Blue Violet #8F0AFE
Tints of Blue Violet #8F0AFE
RGB
CMYK
RGB Variations
Color information
#8F0AFE (or 0x8F0AFE) is known color: Blue Violet. HEX triplet: 8F, 0A and FE. RGB value is (143,10,254). Sum of RGB (Red+Green+Blue) = 143+10+254=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F0AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0AFE is #70F501. Grayscale: #4C4C4C. Windows color (decimal): -7402754 or 16648847. OLE color: 16648847.
HSL color Cylindrical-coordinate representation of color #8F0AFE: hue angle of 272.7º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0AFE is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 10 | 254 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.00 |
| HSL | 272.7º | 0.99% | 0.52% | - |
| HSV(B) | 272.7º | 0.96% | 1% | - |
| XYZ | 29.33 | 13.21 | 94.77 | - |
| YUV | 77.58 | 227.56 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 254 | 0.44 | 0.96 | 0 | 0.00 | 272.7 | 0.99 | 0.52 |
| Hex | 8F | A | FE | 2C | 60 | 0 | 0 | 111 | 63 | 34 |
| Octal | 217 | 12 | 376 | 54 | 140 | 0 | 0 | 421 | 143 | 64 |
| Binary | 10001111 | 1010 | 11111110 | 101100 | 1100000 | 0 | 0 | 100010001 | 1100011 | 110100 |
Color Harmonies of #8F0AFE
Complementary color
Monochromatic Colors of #8F0AFE
Black with #8F0AFE
Text Example
Text Example
White with #8F0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0AFE; }
p { color: rgb(143,10,254); }
H1.HeaderClassName
{
color: #8F0AFE;
}
.AnyTagClassName
{
color: #8F0AFE;
}
</style>
background-color css
<style>
a { background-color: #8F0AFE; }
a { background-color: rgb(143,10,254); }
div.DivClassName
{
background-color: #8F0AFE;
}
.BgClassName
{
background-color: #8F0AFE;
}
</style>
border-color css
<style>
span { border-color: #8F0AFE; }
span { border-color: rgb(143,10,254); }
td.TdClassName
{
border-color: #8F0AFE;
}
.TagClassName
{
border-color: #8F0AFE;
}
</style>