Shades of Blue Violet #8F12FF
Tints of Blue Violet #8F12FF
RGB
CMYK
RGB Variations
Color information
#8F12FF (or 0x8F12FF) is known color: Blue Violet. HEX triplet: 8F, 12 and FF. RGB value is (143,18,255). Sum of RGB (Red+Green+Blue) = 143+18+255=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F12FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F12FF is #70ED00. Grayscale: #515151. Windows color (decimal): -7400705 or 16716431. OLE color: 16716431.
HSL color Cylindrical-coordinate representation of color #8F12FF: hue angle of 271.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F12FF is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 18 | 255 | - |
| CMYK | 0.44 | 0.93 | 0 | 0 |
| HSL | 271.65º | 1% | 0.54% | - |
| HSV(B) | 271.65º | 0.93% | 1% | - |
| XYZ | 29.59 | 13.49 | 95.65 | - |
| YUV | 82.39 | 225.41 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 255 | 0.44 | 0.93 | 0 | 0 | 271.65 | 1 | 0.54 |
| Hex | 8F | 12 | FF | 2C | 5D | 0 | 0 | 110 | 64 | 36 |
| Octal | 217 | 22 | 377 | 54 | 135 | 0 | 0 | 420 | 144 | 66 |
| Binary | 10001111 | 10010 | 11111111 | 101100 | 1011101 | 0 | 0 | 100010000 | 1100100 | 110110 |
Color Harmonies of #8F12FF
Complementary color
Monochromatic Colors of #8F12FF
Black with #8F12FF
Text Example
Text Example
White with #8F12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F12FF; }
p { color: rgb(143,18,255); }
H1.HeaderClassName
{
color: #8F12FF;
}
.AnyTagClassName
{
color: #8F12FF;
}
</style>
background-color css
<style>
a { background-color: #8F12FF; }
a { background-color: rgb(143,18,255); }
div.DivClassName
{
background-color: #8F12FF;
}
.BgClassName
{
background-color: #8F12FF;
}
</style>
border-color css
<style>
span { border-color: #8F12FF; }
span { border-color: rgb(143,18,255); }
td.TdClassName
{
border-color: #8F12FF;
}
.TagClassName
{
border-color: #8F12FF;
}
</style>