Shades of Blue Violet #8F20FC
Tints of Blue Violet #8F20FC
RGB
CMYK
RGB Variations
Color information
#8F20FC (or 0x8F20FC) is known color: Blue Violet. HEX triplet: 8F, 20 and FC. RGB value is (143,32,252). Sum of RGB (Red+Green+Blue) = 143+32+252=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F20FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F20FC is #70DF03. Grayscale: #595959. Windows color (decimal): -7397124 or 16523407. OLE color: 16523407.
HSL color Cylindrical-coordinate representation of color #8F20FC: hue angle of 270.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F20FC is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 32 | 252 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.01 |
| HSL | 270.27º | 0.97% | 0.56% | - |
| HSV(B) | 270.27º | 0.87% | 0.99% | - |
| XYZ | 29.41 | 13.9 | 93.23 | - |
| YUV | 90.27 | 219.27 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 252 | 0.43 | 0.87 | 0 | 0.01 | 270.27 | 0.97 | 0.56 |
| Hex | 8F | 20 | FC | 2B | 57 | 0 | 1 | 10E | 61 | 38 |
| Octal | 217 | 40 | 374 | 53 | 127 | 0 | 1 | 416 | 141 | 70 |
| Binary | 10001111 | 100000 | 11111100 | 101011 | 1010111 | 0 | 1 | 100001110 | 1100001 | 111000 |
Color Harmonies of #8F20FC
Complementary color
Monochromatic Colors of #8F20FC
Black with #8F20FC
Text Example
Text Example
White with #8F20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F20FC; }
p { color: rgb(143,32,252); }
H1.HeaderClassName
{
color: #8F20FC;
}
.AnyTagClassName
{
color: #8F20FC;
}
</style>
background-color css
<style>
a { background-color: #8F20FC; }
a { background-color: rgb(143,32,252); }
div.DivClassName
{
background-color: #8F20FC;
}
.BgClassName
{
background-color: #8F20FC;
}
</style>
border-color css
<style>
span { border-color: #8F20FC; }
span { border-color: rgb(143,32,252); }
td.TdClassName
{
border-color: #8F20FC;
}
.TagClassName
{
border-color: #8F20FC;
}
</style>