Shades of Dark Violet #8F0BC0
Tints of Dark Violet #8F0BC0
RGB
CMYK
RGB Variations
Color information
#8F0BC0 (or 0x8F0BC0) is known color: Dark Violet. HEX triplet: 8F, 0B and C0. RGB value is (143,11,192). Sum of RGB (Red+Green+Blue) = 143+11+192=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F0BC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BC0 is #70F43F. Grayscale: #464646. Windows color (decimal): -7402560 or 12585871. OLE color: 12585871.
HSL color Cylindrical-coordinate representation of color #8F0BC0: hue angle of 283.76º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0BC0 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 11 | 192 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.25 |
| HSL | 283.76º | 0.89% | 0.4% | - |
| HSV(B) | 283.76º | 0.94% | 0.75% | - |
| XYZ | 20.96 | 9.88 | 50.67 | - |
| YUV | 71.1 | 196.23 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 192 | 0.26 | 0.94 | 0 | 0.25 | 283.76 | 0.89 | 0.4 |
| Hex | 8F | B | C0 | 1A | 5E | 0 | 19 | 11C | 59 | 28 |
| Octal | 217 | 13 | 300 | 32 | 136 | 0 | 31 | 434 | 131 | 50 |
| Binary | 10001111 | 1011 | 11000000 | 11010 | 1011110 | 0 | 11001 | 100011100 | 1011001 | 101000 |
Color Harmonies of #8F0BC0
Complementary color
Monochromatic Colors of #8F0BC0
Black with #8F0BC0
Text Example
Text Example
White with #8F0BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BC0; }
p { color: rgb(143,11,192); }
H1.HeaderClassName
{
color: #8F0BC0;
}
.AnyTagClassName
{
color: #8F0BC0;
}
</style>
background-color css
<style>
a { background-color: #8F0BC0; }
a { background-color: rgb(143,11,192); }
div.DivClassName
{
background-color: #8F0BC0;
}
.BgClassName
{
background-color: #8F0BC0;
}
</style>
border-color css
<style>
span { border-color: #8F0BC0; }
span { border-color: rgb(143,11,192); }
td.TdClassName
{
border-color: #8F0BC0;
}
.TagClassName
{
border-color: #8F0BC0;
}
</style>