Shades of Dark Violet #8F12BF
Tints of Dark Violet #8F12BF
RGB
CMYK
RGB Variations
Color information
#8F12BF (or 0x8F12BF) is known color: Dark Violet. HEX triplet: 8F, 12 and BF. RGB value is (143,18,191). Sum of RGB (Red+Green+Blue) = 143+18+191=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F12BF is #70ED40. Grayscale: #4A4A4A. Windows color (decimal): -7400769 or 12522127. OLE color: 12522127.
HSL color Cylindrical-coordinate representation of color #8F12BF: hue angle of 283.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F12BF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 18 | 191 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.25 |
| HSL | 283.35º | 0.83% | 0.41% | - |
| HSV(B) | 283.35º | 0.91% | 0.75% | - |
| XYZ | 20.95 | 10.03 | 50.12 | - |
| YUV | 75.1 | 193.41 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 191 | 0.25 | 0.91 | 0 | 0.25 | 283.35 | 0.83 | 0.41 |
| Hex | 8F | 12 | BF | 19 | 5B | 0 | 19 | 11B | 53 | 29 |
| Octal | 217 | 22 | 277 | 31 | 133 | 0 | 31 | 433 | 123 | 51 |
| Binary | 10001111 | 10010 | 10111111 | 11001 | 1011011 | 0 | 11001 | 100011011 | 1010011 | 101001 |
Color Harmonies of #8F12BF
Complementary color
Monochromatic Colors of #8F12BF
Black with #8F12BF
Text Example
Text Example
White with #8F12BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F12BF; }
p { color: rgb(143,18,191); }
H1.HeaderClassName
{
color: #8F12BF;
}
.AnyTagClassName
{
color: #8F12BF;
}
</style>
background-color css
<style>
a { background-color: #8F12BF; }
a { background-color: rgb(143,18,191); }
div.DivClassName
{
background-color: #8F12BF;
}
.BgClassName
{
background-color: #8F12BF;
}
</style>
border-color css
<style>
span { border-color: #8F12BF; }
span { border-color: rgb(143,18,191); }
td.TdClassName
{
border-color: #8F12BF;
}
.TagClassName
{
border-color: #8F12BF;
}
</style>