Shades of Blue Violet #8F12EF
Tints of Blue Violet #8F12EF
RGB
CMYK
RGB Variations
Color information
#8F12EF (or 0x8F12EF) is known color: Blue Violet. HEX triplet: 8F, 12 and EF. RGB value is (143,18,239). Sum of RGB (Red+Green+Blue) = 143+18+239=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F12EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F12EF is #70ED10. Grayscale: #4F4F4F. Windows color (decimal): -7400721 or 15667855. OLE color: 15667855.
HSL color Cylindrical-coordinate representation of color #8F12EF: hue angle of 273.94º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F12EF is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 18 | 239 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.06 |
| HSL | 273.94º | 0.87% | 0.5% | - |
| HSV(B) | 273.94º | 0.92% | 0.94% | - |
| XYZ | 27.12 | 12.5 | 82.65 | - |
| YUV | 80.57 | 217.41 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 239 | 0.40 | 0.92 | 0 | 0.06 | 273.94 | 0.87 | 0.5 |
| Hex | 8F | 12 | EF | 28 | 5C | 0 | 6 | 112 | 57 | 32 |
| Octal | 217 | 22 | 357 | 50 | 134 | 0 | 6 | 422 | 127 | 62 |
| Binary | 10001111 | 10010 | 11101111 | 101000 | 1011100 | 0 | 110 | 100010010 | 1010111 | 110010 |
Color Harmonies of #8F12EF
Complementary color
Monochromatic Colors of #8F12EF
Black with #8F12EF
Text Example
Text Example
White with #8F12EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F12EF; }
p { color: rgb(143,18,239); }
H1.HeaderClassName
{
color: #8F12EF;
}
.AnyTagClassName
{
color: #8F12EF;
}
</style>
background-color css
<style>
a { background-color: #8F12EF; }
a { background-color: rgb(143,18,239); }
div.DivClassName
{
background-color: #8F12EF;
}
.BgClassName
{
background-color: #8F12EF;
}
</style>
border-color css
<style>
span { border-color: #8F12EF; }
span { border-color: rgb(143,18,239); }
td.TdClassName
{
border-color: #8F12EF;
}
.TagClassName
{
border-color: #8F12EF;
}
</style>