Shades of Blue Violet #8F1EF8
Tints of Blue Violet #8F1EF8
RGB
CMYK
RGB Variations
Color information
#8F1EF8 (or 0x8F1EF8) is known color: Blue Violet. HEX triplet: 8F, 1E and F8. RGB value is (143,30,248). Sum of RGB (Red+Green+Blue) = 143+30+248=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 248 (97.27% from 255 or 58.91% from 421); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F1EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1EF8 is #70E107. Grayscale: #575757. Windows color (decimal): -7397640 or 16260751. OLE color: 16260751.
HSL color Cylindrical-coordinate representation of color #8F1EF8: hue angle of 271.1º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1EF8 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 30 | 248 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.03 |
| HSL | 271.1º | 0.94% | 0.55% | - |
| HSV(B) | 271.1º | 0.88% | 0.97% | - |
| XYZ | 28.74 | 13.55 | 89.91 | - |
| YUV | 88.64 | 217.94 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 248 | 0.42 | 0.88 | 0 | 0.03 | 271.1 | 0.94 | 0.55 |
| Hex | 8F | 1E | F8 | 2A | 58 | 0 | 3 | 10F | 5E | 37 |
| Octal | 217 | 36 | 370 | 52 | 130 | 0 | 3 | 417 | 136 | 67 |
| Binary | 10001111 | 11110 | 11111000 | 101010 | 1011000 | 0 | 11 | 100001111 | 1011110 | 110111 |
Color Harmonies of #8F1EF8
Complementary color
Monochromatic Colors of #8F1EF8
Black with #8F1EF8
Text Example
Text Example
White with #8F1EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1EF8; }
p { color: rgb(143,30,248); }
H1.HeaderClassName
{
color: #8F1EF8;
}
.AnyTagClassName
{
color: #8F1EF8;
}
</style>
background-color css
<style>
a { background-color: #8F1EF8; }
a { background-color: rgb(143,30,248); }
div.DivClassName
{
background-color: #8F1EF8;
}
.BgClassName
{
background-color: #8F1EF8;
}
</style>
border-color css
<style>
span { border-color: #8F1EF8; }
span { border-color: rgb(143,30,248); }
td.TdClassName
{
border-color: #8F1EF8;
}
.TagClassName
{
border-color: #8F1EF8;
}
</style>