Shades of Blue Violet #8F12F8
Tints of Blue Violet #8F12F8
RGB
CMYK
RGB Variations
Color information
#8F12F8 (or 0x8F12F8) is known color: Blue Violet. HEX triplet: 8F, 12 and F8. RGB value is (143,18,248). Sum of RGB (Red+Green+Blue) = 143+18+248=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F12F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F12F8 is #70ED07. Grayscale: #505050. Windows color (decimal): -7400712 or 16257679. OLE color: 16257679.
HSL color Cylindrical-coordinate representation of color #8F12F8: hue angle of 272.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F12F8 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 18 | 248 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.03 |
| HSL | 272.61º | 0.94% | 0.52% | - |
| HSV(B) | 272.61º | 0.93% | 0.97% | - |
| XYZ | 28.49 | 13.05 | 89.82 | - |
| YUV | 81.6 | 221.91 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 248 | 0.42 | 0.93 | 0 | 0.03 | 272.61 | 0.94 | 0.52 |
| Hex | 8F | 12 | F8 | 2A | 5D | 0 | 3 | 111 | 5E | 34 |
| Octal | 217 | 22 | 370 | 52 | 135 | 0 | 3 | 421 | 136 | 64 |
| Binary | 10001111 | 10010 | 11111000 | 101010 | 1011101 | 0 | 11 | 100010001 | 1011110 | 110100 |
Color Harmonies of #8F12F8
Complementary color
Monochromatic Colors of #8F12F8
Black with #8F12F8
Text Example
Text Example
White with #8F12F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F12F8; }
p { color: rgb(143,18,248); }
H1.HeaderClassName
{
color: #8F12F8;
}
.AnyTagClassName
{
color: #8F12F8;
}
</style>
background-color css
<style>
a { background-color: #8F12F8; }
a { background-color: rgb(143,18,248); }
div.DivClassName
{
background-color: #8F12F8;
}
.BgClassName
{
background-color: #8F12F8;
}
</style>
border-color css
<style>
span { border-color: #8F12F8; }
span { border-color: rgb(143,18,248); }
td.TdClassName
{
border-color: #8F12F8;
}
.TagClassName
{
border-color: #8F12F8;
}
</style>