Shades of Blue Violet #8F1DFF
Tints of Blue Violet #8F1DFF
RGB
CMYK
RGB Variations
Color information
#8F1DFF (or 0x8F1DFF) is known color: Blue Violet. HEX triplet: 8F, 1D and FF. RGB value is (143,29,255). Sum of RGB (Red+Green+Blue) = 143+29+255=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F1DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1DFF is #70E200. Grayscale: #585858. Windows color (decimal): -7397889 or 16719247. OLE color: 16719247.
HSL color Cylindrical-coordinate representation of color #8F1DFF: hue angle of 270.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1DFF is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 29 | 255 | - |
| CMYK | 0.44 | 0.89 | 0 | 0 |
| HSL | 270.27º | 1% | 0.56% | - |
| HSV(B) | 270.27º | 0.89% | 1% | - |
| XYZ | 29.82 | 13.94 | 95.73 | - |
| YUV | 88.85 | 221.77 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 255 | 0.44 | 0.89 | 0 | 0 | 270.27 | 1 | 0.56 |
| Hex | 8F | 1D | FF | 2C | 59 | 0 | 0 | 10E | 64 | 38 |
| Octal | 217 | 35 | 377 | 54 | 131 | 0 | 0 | 416 | 144 | 70 |
| Binary | 10001111 | 11101 | 11111111 | 101100 | 1011001 | 0 | 0 | 100001110 | 1100100 | 111000 |
Color Harmonies of #8F1DFF
Complementary color
Monochromatic Colors of #8F1DFF
Black with #8F1DFF
Text Example
Text Example
White with #8F1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1DFF; }
p { color: rgb(143,29,255); }
H1.HeaderClassName
{
color: #8F1DFF;
}
.AnyTagClassName
{
color: #8F1DFF;
}
</style>
background-color css
<style>
a { background-color: #8F1DFF; }
a { background-color: rgb(143,29,255); }
div.DivClassName
{
background-color: #8F1DFF;
}
.BgClassName
{
background-color: #8F1DFF;
}
</style>
border-color css
<style>
span { border-color: #8F1DFF; }
span { border-color: rgb(143,29,255); }
td.TdClassName
{
border-color: #8F1DFF;
}
.TagClassName
{
border-color: #8F1DFF;
}
</style>