Shades of Dark Violet #8F0FBC
Tints of Dark Violet #8F0FBC
RGB
CMYK
RGB Variations
Color information
#8F0FBC (or 0x8F0FBC) is known color: Dark Violet. HEX triplet: 8F, 0F and BC. RGB value is (143,15,188). Sum of RGB (Red+Green+Blue) = 143+15+188=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F0FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0FBC is #70F043. Grayscale: #484848. Windows color (decimal): -7401540 or 12324751. OLE color: 12324751.
HSL color Cylindrical-coordinate representation of color #8F0FBC: hue angle of 284.39º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0FBC is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 15 | 188 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.26 |
| HSL | 284.39º | 0.85% | 0.4% | - |
| HSV(B) | 284.39º | 0.92% | 0.74% | - |
| XYZ | 20.58 | 9.81 | 48.39 | - |
| YUV | 72.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 188 | 0.24 | 0.92 | 0 | 0.26 | 284.39 | 0.85 | 0.4 |
| Hex | 8F | F | BC | 18 | 5C | 0 | 1A | 11C | 55 | 28 |
| Octal | 217 | 17 | 274 | 30 | 134 | 0 | 32 | 434 | 125 | 50 |
| Binary | 10001111 | 1111 | 10111100 | 11000 | 1011100 | 0 | 11010 | 100011100 | 1010101 | 101000 |
Color Harmonies of #8F0FBC
Complementary color
Monochromatic Colors of #8F0FBC
Black with #8F0FBC
Text Example
Text Example
White with #8F0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FBC; }
p { color: rgb(143,15,188); }
H1.HeaderClassName
{
color: #8F0FBC;
}
.AnyTagClassName
{
color: #8F0FBC;
}
</style>
background-color css
<style>
a { background-color: #8F0FBC; }
a { background-color: rgb(143,15,188); }
div.DivClassName
{
background-color: #8F0FBC;
}
.BgClassName
{
background-color: #8F0FBC;
}
</style>
border-color css
<style>
span { border-color: #8F0FBC; }
span { border-color: rgb(143,15,188); }
td.TdClassName
{
border-color: #8F0FBC;
}
.TagClassName
{
border-color: #8F0FBC;
}
</style>