Shades of Dark Violet #8F0FDB
Tints of Dark Violet #8F0FDB
RGB
CMYK
RGB Variations
Color information
#8F0FDB (or 0x8F0FDB) is known color: Dark Violet. HEX triplet: 8F, 0F and DB. RGB value is (143,15,219). Sum of RGB (Red+Green+Blue) = 143+15+219=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F0FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0FDB is #70F024. Grayscale: #4B4B4B. Windows color (decimal): -7401509 or 14356367. OLE color: 14356367.
HSL color Cylindrical-coordinate representation of color #8F0FDB: hue angle of 277.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0FDB is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 15 | 219 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.14 |
| HSL | 277.65º | 0.87% | 0.46% | - |
| HSV(B) | 277.65º | 0.93% | 0.86% | - |
| XYZ | 24.28 | 11.3 | 67.92 | - |
| YUV | 76.53 | 208.41 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 219 | 0.35 | 0.93 | 0 | 0.14 | 277.65 | 0.87 | 0.46 |
| Hex | 8F | F | DB | 23 | 5D | 0 | E | 116 | 57 | 2E |
| Octal | 217 | 17 | 333 | 43 | 135 | 0 | 16 | 426 | 127 | 56 |
| Binary | 10001111 | 1111 | 11011011 | 100011 | 1011101 | 0 | 1110 | 100010110 | 1010111 | 101110 |
Color Harmonies of #8F0FDB
Complementary color
Monochromatic Colors of #8F0FDB
Black with #8F0FDB
Text Example
Text Example
White with #8F0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FDB; }
p { color: rgb(143,15,219); }
H1.HeaderClassName
{
color: #8F0FDB;
}
.AnyTagClassName
{
color: #8F0FDB;
}
</style>
background-color css
<style>
a { background-color: #8F0FDB; }
a { background-color: rgb(143,15,219); }
div.DivClassName
{
background-color: #8F0FDB;
}
.BgClassName
{
background-color: #8F0FDB;
}
</style>
border-color css
<style>
span { border-color: #8F0FDB; }
span { border-color: rgb(143,15,219); }
td.TdClassName
{
border-color: #8F0FDB;
}
.TagClassName
{
border-color: #8F0FDB;
}
</style>