Shades of Blue Violet #8F29FC
Tints of Blue Violet #8F29FC
RGB
CMYK
RGB Variations
Color information
#8F29FC (or 0x8F29FC) is known color: Blue Violet. HEX triplet: 8F, 29 and FC. RGB value is (143,41,252). Sum of RGB (Red+Green+Blue) = 143+41+252=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F29FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F29FC is #70D603. Grayscale: #5E5E5E. Windows color (decimal): -7394820 or 16525711. OLE color: 16525711.
HSL color Cylindrical-coordinate representation of color #8F29FC: hue angle of 269º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F29FC is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 41 | 252 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.01 |
| HSL | 269º | 0.97% | 0.57% | - |
| HSV(B) | 269º | 0.84% | 0.99% | - |
| XYZ | 29.69 | 14.45 | 93.32 | - |
| YUV | 95.55 | 216.29 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 252 | 0.43 | 0.84 | 0 | 0.01 | 269 | 0.97 | 0.57 |
| Hex | 8F | 29 | FC | 2B | 54 | 0 | 1 | 10D | 61 | 39 |
| Octal | 217 | 51 | 374 | 53 | 124 | 0 | 1 | 415 | 141 | 71 |
| Binary | 10001111 | 101001 | 11111100 | 101011 | 1010100 | 0 | 1 | 100001101 | 1100001 | 111001 |
Color Harmonies of #8F29FC
Complementary color
Monochromatic Colors of #8F29FC
Black with #8F29FC
Text Example
Text Example
White with #8F29FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F29FC; }
p { color: rgb(143,41,252); }
H1.HeaderClassName
{
color: #8F29FC;
}
.AnyTagClassName
{
color: #8F29FC;
}
</style>
background-color css
<style>
a { background-color: #8F29FC; }
a { background-color: rgb(143,41,252); }
div.DivClassName
{
background-color: #8F29FC;
}
.BgClassName
{
background-color: #8F29FC;
}
</style>
border-color css
<style>
span { border-color: #8F29FC; }
span { border-color: rgb(143,41,252); }
td.TdClassName
{
border-color: #8F29FC;
}
.TagClassName
{
border-color: #8F29FC;
}
</style>