Shades of Dark Violet #8F14BC
Tints of Dark Violet #8F14BC
RGB
CMYK
RGB Variations
Color information
#8F14BC (or 0x8F14BC) is known color: Dark Violet. HEX triplet: 8F, 14 and BC. RGB value is (143,20,188). Sum of RGB (Red+Green+Blue) = 143+20+188=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F14BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14BC is #70EB43. Grayscale: #4B4B4B. Windows color (decimal): -7400260 or 12326031. OLE color: 12326031.
HSL color Cylindrical-coordinate representation of color #8F14BC: hue angle of 283.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F14BC is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 20 | 188 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.26 |
| HSL | 283.93º | 0.81% | 0.41% | - |
| HSV(B) | 283.93º | 0.89% | 0.74% | - |
| XYZ | 20.65 | 9.97 | 48.41 | - |
| YUV | 75.93 | 191.25 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 188 | 0.24 | 0.89 | 0 | 0.26 | 283.93 | 0.81 | 0.41 |
| Hex | 8F | 14 | BC | 18 | 59 | 0 | 1A | 11C | 51 | 29 |
| Octal | 217 | 24 | 274 | 30 | 131 | 0 | 32 | 434 | 121 | 51 |
| Binary | 10001111 | 10100 | 10111100 | 11000 | 1011001 | 0 | 11010 | 100011100 | 1010001 | 101001 |
Color Harmonies of #8F14BC
Complementary color
Monochromatic Colors of #8F14BC
Black with #8F14BC
Text Example
Text Example
White with #8F14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F14BC; }
p { color: rgb(143,20,188); }
H1.HeaderClassName
{
color: #8F14BC;
}
.AnyTagClassName
{
color: #8F14BC;
}
</style>
background-color css
<style>
a { background-color: #8F14BC; }
a { background-color: rgb(143,20,188); }
div.DivClassName
{
background-color: #8F14BC;
}
.BgClassName
{
background-color: #8F14BC;
}
</style>
border-color css
<style>
span { border-color: #8F14BC; }
span { border-color: rgb(143,20,188); }
td.TdClassName
{
border-color: #8F14BC;
}
.TagClassName
{
border-color: #8F14BC;
}
</style>