Shades of Dark Violet #8F12D8
Tints of Dark Violet #8F12D8
RGB
CMYK
RGB Variations
Color information
#8F12D8 (or 0x8F12D8) is known color: Dark Violet. HEX triplet: 8F, 12 and D8. RGB value is (143,18,216). Sum of RGB (Red+Green+Blue) = 143+18+216=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F12D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F12D8 is #70ED27. Grayscale: #4D4D4D. Windows color (decimal): -7400744 or 14160527. OLE color: 14160527.
HSL color Cylindrical-coordinate representation of color #8F12D8: hue angle of 277.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F12D8 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 18 | 216 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.15 |
| HSL | 277.88º | 0.85% | 0.46% | - |
| HSV(B) | 277.88º | 0.92% | 0.85% | - |
| XYZ | 23.94 | 11.23 | 65.87 | - |
| YUV | 77.95 | 205.91 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 216 | 0.34 | 0.92 | 0 | 0.15 | 277.88 | 0.85 | 0.46 |
| Hex | 8F | 12 | D8 | 22 | 5C | 0 | F | 116 | 55 | 2E |
| Octal | 217 | 22 | 330 | 42 | 134 | 0 | 17 | 426 | 125 | 56 |
| Binary | 10001111 | 10010 | 11011000 | 100010 | 1011100 | 0 | 1111 | 100010110 | 1010101 | 101110 |
Color Harmonies of #8F12D8
Complementary color
Monochromatic Colors of #8F12D8
Black with #8F12D8
Text Example
Text Example
White with #8F12D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F12D8; }
p { color: rgb(143,18,216); }
H1.HeaderClassName
{
color: #8F12D8;
}
.AnyTagClassName
{
color: #8F12D8;
}
</style>
background-color css
<style>
a { background-color: #8F12D8; }
a { background-color: rgb(143,18,216); }
div.DivClassName
{
background-color: #8F12D8;
}
.BgClassName
{
background-color: #8F12D8;
}
</style>
border-color css
<style>
span { border-color: #8F12D8; }
span { border-color: rgb(143,18,216); }
td.TdClassName
{
border-color: #8F12D8;
}
.TagClassName
{
border-color: #8F12D8;
}
</style>