Shades of Blue Violet #8F1DFE
Tints of Blue Violet #8F1DFE
RGB
CMYK
RGB Variations
Color information
#8F1DFE (or 0x8F1DFE) is known color: Blue Violet. HEX triplet: 8F, 1D and FE. RGB value is (143,29,254). Sum of RGB (Red+Green+Blue) = 143+29+254=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F1DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1DFE is #70E201. Grayscale: #575757. Windows color (decimal): -7397890 or 16653711. OLE color: 16653711.
HSL color Cylindrical-coordinate representation of color #8F1DFE: hue angle of 270.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1DFE is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 29 | 254 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.00 |
| HSL | 270.4º | 0.99% | 0.55% | - |
| HSV(B) | 270.4º | 0.89% | 1% | - |
| XYZ | 29.66 | 13.87 | 94.88 | - |
| YUV | 88.74 | 221.27 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 254 | 0.44 | 0.89 | 0 | 0.00 | 270.4 | 0.99 | 0.55 |
| Hex | 8F | 1D | FE | 2C | 59 | 0 | 0 | 10E | 63 | 37 |
| Octal | 217 | 35 | 376 | 54 | 131 | 0 | 0 | 416 | 143 | 67 |
| Binary | 10001111 | 11101 | 11111110 | 101100 | 1011001 | 0 | 0 | 100001110 | 1100011 | 110111 |
Color Harmonies of #8F1DFE
Complementary color
Monochromatic Colors of #8F1DFE
Black with #8F1DFE
Text Example
Text Example
White with #8F1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1DFE; }
p { color: rgb(143,29,254); }
H1.HeaderClassName
{
color: #8F1DFE;
}
.AnyTagClassName
{
color: #8F1DFE;
}
</style>
background-color css
<style>
a { background-color: #8F1DFE; }
a { background-color: rgb(143,29,254); }
div.DivClassName
{
background-color: #8F1DFE;
}
.BgClassName
{
background-color: #8F1DFE;
}
</style>
border-color css
<style>
span { border-color: #8F1DFE; }
span { border-color: rgb(143,29,254); }
td.TdClassName
{
border-color: #8F1DFE;
}
.TagClassName
{
border-color: #8F1DFE;
}
</style>