Shades of Blue Violet #8F0AFC
Tints of Blue Violet #8F0AFC
RGB
CMYK
RGB Variations
Color information
#8F0AFC (or 0x8F0AFC) is known color: Blue Violet. HEX triplet: 8F, 0A and FC. RGB value is (143,10,252). Sum of RGB (Red+Green+Blue) = 143+10+252=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F0AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0AFC is #70F503. Grayscale: #4C4C4C. Windows color (decimal): -7402756 or 16517775. OLE color: 16517775.
HSL color Cylindrical-coordinate representation of color #8F0AFC: hue angle of 272.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0AFC is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 10 | 252 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.01 |
| HSL | 272.98º | 0.98% | 0.51% | - |
| HSV(B) | 272.98º | 0.96% | 0.99% | - |
| XYZ | 29.01 | 13.09 | 93.09 | - |
| YUV | 77.36 | 226.56 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 252 | 0.43 | 0.96 | 0 | 0.01 | 272.98 | 0.98 | 0.51 |
| Hex | 8F | A | FC | 2B | 60 | 0 | 1 | 111 | 62 | 33 |
| Octal | 217 | 12 | 374 | 53 | 140 | 0 | 1 | 421 | 142 | 63 |
| Binary | 10001111 | 1010 | 11111100 | 101011 | 1100000 | 0 | 1 | 100010001 | 1100010 | 110011 |
Color Harmonies of #8F0AFC
Complementary color
Monochromatic Colors of #8F0AFC
Black with #8F0AFC
Text Example
Text Example
White with #8F0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0AFC; }
p { color: rgb(143,10,252); }
H1.HeaderClassName
{
color: #8F0AFC;
}
.AnyTagClassName
{
color: #8F0AFC;
}
</style>
background-color css
<style>
a { background-color: #8F0AFC; }
a { background-color: rgb(143,10,252); }
div.DivClassName
{
background-color: #8F0AFC;
}
.BgClassName
{
background-color: #8F0AFC;
}
</style>
border-color css
<style>
span { border-color: #8F0AFC; }
span { border-color: rgb(143,10,252); }
td.TdClassName
{
border-color: #8F0AFC;
}
.TagClassName
{
border-color: #8F0AFC;
}
</style>