Shades of Blue Violet #8F12EE
Tints of Blue Violet #8F12EE
RGB
CMYK
RGB Variations
Color information
#8F12EE (or 0x8F12EE) is known color: Blue Violet. HEX triplet: 8F, 12 and EE. RGB value is (143,18,238). Sum of RGB (Red+Green+Blue) = 143+18+238=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F12EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F12EE is #70ED11. Grayscale: #4F4F4F. Windows color (decimal): -7400722 or 15602319. OLE color: 15602319.
HSL color Cylindrical-coordinate representation of color #8F12EE: hue angle of 274.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F12EE is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 18 | 238 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.07 |
| HSL | 274.09º | 0.87% | 0.5% | - |
| HSV(B) | 274.09º | 0.92% | 0.93% | - |
| XYZ | 26.98 | 12.45 | 81.87 | - |
| YUV | 80.46 | 216.91 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 238 | 0.40 | 0.92 | 0 | 0.07 | 274.09 | 0.87 | 0.5 |
| Hex | 8F | 12 | EE | 28 | 5C | 0 | 7 | 112 | 57 | 32 |
| Octal | 217 | 22 | 356 | 50 | 134 | 0 | 7 | 422 | 127 | 62 |
| Binary | 10001111 | 10010 | 11101110 | 101000 | 1011100 | 0 | 111 | 100010010 | 1010111 | 110010 |
Color Harmonies of #8F12EE
Complementary color
Monochromatic Colors of #8F12EE
Black with #8F12EE
Text Example
Text Example
White with #8F12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F12EE; }
p { color: rgb(143,18,238); }
H1.HeaderClassName
{
color: #8F12EE;
}
.AnyTagClassName
{
color: #8F12EE;
}
</style>
background-color css
<style>
a { background-color: #8F12EE; }
a { background-color: rgb(143,18,238); }
div.DivClassName
{
background-color: #8F12EE;
}
.BgClassName
{
background-color: #8F12EE;
}
</style>
border-color css
<style>
span { border-color: #8F12EE; }
span { border-color: rgb(143,18,238); }
td.TdClassName
{
border-color: #8F12EE;
}
.TagClassName
{
border-color: #8F12EE;
}
</style>