Shades of Blue Violet #8F21FE
Tints of Blue Violet #8F21FE
RGB
CMYK
RGB Variations
Color information
#8F21FE (or 0x8F21FE) is known color: Blue Violet. HEX triplet: 8F, 21 and FE. RGB value is (143,33,254). Sum of RGB (Red+Green+Blue) = 143+33+254=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F21FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F21FE is #70DE01. Grayscale: #5A5A5A. Windows color (decimal): -7396866 or 16654735. OLE color: 16654735.
HSL color Cylindrical-coordinate representation of color #8F21FE: hue angle of 269.86º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F21FE is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 33 | 254 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.00 |
| HSL | 269.86º | 0.99% | 0.56% | - |
| HSV(B) | 269.86º | 0.87% | 1% | - |
| XYZ | 29.76 | 14.08 | 94.92 | - |
| YUV | 91.08 | 219.94 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 254 | 0.44 | 0.87 | 0 | 0.00 | 269.86 | 0.99 | 0.56 |
| Hex | 8F | 21 | FE | 2C | 57 | 0 | 0 | 10E | 63 | 38 |
| Octal | 217 | 41 | 376 | 54 | 127 | 0 | 0 | 416 | 143 | 70 |
| Binary | 10001111 | 100001 | 11111110 | 101100 | 1010111 | 0 | 0 | 100001110 | 1100011 | 111000 |
Color Harmonies of #8F21FE
Complementary color
Monochromatic Colors of #8F21FE
Black with #8F21FE
Text Example
Text Example
White with #8F21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F21FE; }
p { color: rgb(143,33,254); }
H1.HeaderClassName
{
color: #8F21FE;
}
.AnyTagClassName
{
color: #8F21FE;
}
</style>
background-color css
<style>
a { background-color: #8F21FE; }
a { background-color: rgb(143,33,254); }
div.DivClassName
{
background-color: #8F21FE;
}
.BgClassName
{
background-color: #8F21FE;
}
</style>
border-color css
<style>
span { border-color: #8F21FE; }
span { border-color: rgb(143,33,254); }
td.TdClassName
{
border-color: #8F21FE;
}
.TagClassName
{
border-color: #8F21FE;
}
</style>