Shades of Dark Violet #8F0DB7
Tints of Dark Violet #8F0DB7
RGB
CMYK
RGB Variations
Color information
#8F0DB7 (or 0x8F0DB7) is known color: Dark Violet. HEX triplet: 8F, 0D and B7. RGB value is (143,13,183). Sum of RGB (Red+Green+Blue) = 143+13+183=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #8F0DB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0DB7 is #70F248. Grayscale: #464646. Windows color (decimal): -7402057 or 11996559. OLE color: 11996559.
HSL color Cylindrical-coordinate representation of color #8F0DB7: hue angle of 285.88º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0DB7 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 13 | 183 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.28 |
| HSL | 285.88º | 0.87% | 0.38% | - |
| HSV(B) | 285.88º | 0.93% | 0.72% | - |
| XYZ | 20.02 | 9.55 | 45.59 | - |
| YUV | 71.25 | 191.07 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 183 | 0.22 | 0.93 | 0 | 0.28 | 285.88 | 0.87 | 0.38 |
| Hex | 8F | D | B7 | 16 | 5D | 0 | 1C | 11E | 57 | 26 |
| Octal | 217 | 15 | 267 | 26 | 135 | 0 | 34 | 436 | 127 | 46 |
| Binary | 10001111 | 1101 | 10110111 | 10110 | 1011101 | 0 | 11100 | 100011110 | 1010111 | 100110 |
Color Harmonies of #8F0DB7
Complementary color
Monochromatic Colors of #8F0DB7
Black with #8F0DB7
Text Example
Text Example
White with #8F0DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0DB7; }
p { color: rgb(143,13,183); }
H1.HeaderClassName
{
color: #8F0DB7;
}
.AnyTagClassName
{
color: #8F0DB7;
}
</style>
background-color css
<style>
a { background-color: #8F0DB7; }
a { background-color: rgb(143,13,183); }
div.DivClassName
{
background-color: #8F0DB7;
}
.BgClassName
{
background-color: #8F0DB7;
}
</style>
border-color css
<style>
span { border-color: #8F0DB7; }
span { border-color: rgb(143,13,183); }
td.TdClassName
{
border-color: #8F0DB7;
}
.TagClassName
{
border-color: #8F0DB7;
}
</style>