Shades of Blue Violet #8F12FE
Tints of Blue Violet #8F12FE
RGB
CMYK
RGB Variations
Color information
#8F12FE (or 0x8F12FE) is known color: Blue Violet. HEX triplet: 8F, 12 and FE. RGB value is (143,18,254). Sum of RGB (Red+Green+Blue) = 143+18+254=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F12FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F12FE is #70ED01. Grayscale: #515151. Windows color (decimal): -7400706 or 16650895. OLE color: 16650895.
HSL color Cylindrical-coordinate representation of color #8F12FE: hue angle of 271.78º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F12FE is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 18 | 254 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.00 |
| HSL | 271.78º | 0.99% | 0.53% | - |
| HSV(B) | 271.78º | 0.93% | 1% | - |
| XYZ | 29.43 | 13.43 | 94.81 | - |
| YUV | 82.28 | 224.91 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 254 | 0.44 | 0.93 | 0 | 0.00 | 271.78 | 0.99 | 0.53 |
| Hex | 8F | 12 | FE | 2C | 5D | 0 | 0 | 110 | 63 | 35 |
| Octal | 217 | 22 | 376 | 54 | 135 | 0 | 0 | 420 | 143 | 65 |
| Binary | 10001111 | 10010 | 11111110 | 101100 | 1011101 | 0 | 0 | 100010000 | 1100011 | 110101 |
Color Harmonies of #8F12FE
Complementary color
Monochromatic Colors of #8F12FE
Black with #8F12FE
Text Example
Text Example
White with #8F12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F12FE; }
p { color: rgb(143,18,254); }
H1.HeaderClassName
{
color: #8F12FE;
}
.AnyTagClassName
{
color: #8F12FE;
}
</style>
background-color css
<style>
a { background-color: #8F12FE; }
a { background-color: rgb(143,18,254); }
div.DivClassName
{
background-color: #8F12FE;
}
.BgClassName
{
background-color: #8F12FE;
}
</style>
border-color css
<style>
span { border-color: #8F12FE; }
span { border-color: rgb(143,18,254); }
td.TdClassName
{
border-color: #8F12FE;
}
.TagClassName
{
border-color: #8F12FE;
}
</style>