Shades of Blue Violet #8F1AF1
Tints of Blue Violet #8F1AF1
RGB
CMYK
RGB Variations
Color information
#8F1AF1 (or 0x8F1AF1) is known color: Blue Violet. HEX triplet: 8F, 1A and F1. RGB value is (143,26,241). Sum of RGB (Red+Green+Blue) = 143+26+241=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F1AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1AF1 is #70E50E. Grayscale: #545454. Windows color (decimal): -7398671 or 15800975. OLE color: 15800975.
HSL color Cylindrical-coordinate representation of color #8F1AF1: hue angle of 272.65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1AF1 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 26 | 241 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.05 |
| HSL | 272.65º | 0.88% | 0.52% | - |
| HSV(B) | 272.65º | 0.89% | 0.95% | - |
| XYZ | 27.57 | 12.93 | 84.26 | - |
| YUV | 85.49 | 215.76 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 26 | 241 | 0.41 | 0.89 | 0 | 0.05 | 272.65 | 0.88 | 0.52 |
| Hex | 8F | 1A | F1 | 29 | 59 | 0 | 5 | 111 | 58 | 34 |
| Octal | 217 | 32 | 361 | 51 | 131 | 0 | 5 | 421 | 130 | 64 |
| Binary | 10001111 | 11010 | 11110001 | 101001 | 1011001 | 0 | 101 | 100010001 | 1011000 | 110100 |
Color Harmonies of #8F1AF1
Complementary color
Monochromatic Colors of #8F1AF1
Black with #8F1AF1
Text Example
Text Example
White with #8F1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1AF1; }
p { color: rgb(143,26,241); }
H1.HeaderClassName
{
color: #8F1AF1;
}
.AnyTagClassName
{
color: #8F1AF1;
}
</style>
background-color css
<style>
a { background-color: #8F1AF1; }
a { background-color: rgb(143,26,241); }
div.DivClassName
{
background-color: #8F1AF1;
}
.BgClassName
{
background-color: #8F1AF1;
}
</style>
border-color css
<style>
span { border-color: #8F1AF1; }
span { border-color: rgb(143,26,241); }
td.TdClassName
{
border-color: #8F1AF1;
}
.TagClassName
{
border-color: #8F1AF1;
}
</style>