Shades of Blue Violet #8F2AFC
Tints of Blue Violet #8F2AFC
RGB
CMYK
RGB Variations
Color information
#8F2AFC (or 0x8F2AFC) is known color: Blue Violet. HEX triplet: 8F, 2A and FC. RGB value is (143,42,252). Sum of RGB (Red+Green+Blue) = 143+42+252=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F2AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2AFC is #70D503. Grayscale: #5F5F5F. Windows color (decimal): -7394564 or 16525967. OLE color: 16525967.
HSL color Cylindrical-coordinate representation of color #8F2AFC: hue angle of 268.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F2AFC is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 42 | 252 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.01 |
| HSL | 268.86º | 0.97% | 0.58% | - |
| HSV(B) | 268.86º | 0.83% | 0.99% | - |
| XYZ | 29.73 | 14.52 | 93.33 | - |
| YUV | 96.14 | 215.96 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 252 | 0.43 | 0.83 | 0 | 0.01 | 268.86 | 0.97 | 0.58 |
| Hex | 8F | 2A | FC | 2B | 53 | 0 | 1 | 10D | 61 | 3A |
| Octal | 217 | 52 | 374 | 53 | 123 | 0 | 1 | 415 | 141 | 72 |
| Binary | 10001111 | 101010 | 11111100 | 101011 | 1010011 | 0 | 1 | 100001101 | 1100001 | 111010 |
Color Harmonies of #8F2AFC
Complementary color
Monochromatic Colors of #8F2AFC
Black with #8F2AFC
Text Example
Text Example
White with #8F2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2AFC; }
p { color: rgb(143,42,252); }
H1.HeaderClassName
{
color: #8F2AFC;
}
.AnyTagClassName
{
color: #8F2AFC;
}
</style>
background-color css
<style>
a { background-color: #8F2AFC; }
a { background-color: rgb(143,42,252); }
div.DivClassName
{
background-color: #8F2AFC;
}
.BgClassName
{
background-color: #8F2AFC;
}
</style>
border-color css
<style>
span { border-color: #8F2AFC; }
span { border-color: rgb(143,42,252); }
td.TdClassName
{
border-color: #8F2AFC;
}
.TagClassName
{
border-color: #8F2AFC;
}
</style>