Shades of Dark Violet #8F12BA
Tints of Dark Violet #8F12BA
RGB
CMYK
RGB Variations
Color information
#8F12BA (or 0x8F12BA) is known color: Dark Violet. HEX triplet: 8F, 12 and BA. RGB value is (143,18,186). Sum of RGB (Red+Green+Blue) = 143+18+186=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F12BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F12BA is #70ED45. Grayscale: #494949. Windows color (decimal): -7400774 or 12194447. OLE color: 12194447.
HSL color Cylindrical-coordinate representation of color #8F12BA: hue angle of 284.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F12BA is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 18 | 186 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.27 |
| HSL | 284.64º | 0.82% | 0.4% | - |
| HSV(B) | 284.64º | 0.9% | 0.73% | - |
| XYZ | 20.41 | 9.82 | 47.27 | - |
| YUV | 74.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 186 | 0.23 | 0.90 | 0 | 0.27 | 284.64 | 0.82 | 0.4 |
| Hex | 8F | 12 | BA | 17 | 5A | 0 | 1B | 11D | 52 | 28 |
| Octal | 217 | 22 | 272 | 27 | 132 | 0 | 33 | 435 | 122 | 50 |
| Binary | 10001111 | 10010 | 10111010 | 10111 | 1011010 | 0 | 11011 | 100011101 | 1010010 | 101000 |
Color Harmonies of #8F12BA
Complementary color
Monochromatic Colors of #8F12BA
Black with #8F12BA
Text Example
Text Example
White with #8F12BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F12BA; }
p { color: rgb(143,18,186); }
H1.HeaderClassName
{
color: #8F12BA;
}
.AnyTagClassName
{
color: #8F12BA;
}
</style>
background-color css
<style>
a { background-color: #8F12BA; }
a { background-color: rgb(143,18,186); }
div.DivClassName
{
background-color: #8F12BA;
}
.BgClassName
{
background-color: #8F12BA;
}
</style>
border-color css
<style>
span { border-color: #8F12BA; }
span { border-color: rgb(143,18,186); }
td.TdClassName
{
border-color: #8F12BA;
}
.TagClassName
{
border-color: #8F12BA;
}
</style>