Shades of Dark Violet #8F13BC
Tints of Dark Violet #8F13BC
RGB
CMYK
RGB Variations
Color information
#8F13BC (or 0x8F13BC) is known color: Dark Violet. HEX triplet: 8F, 13 and BC. RGB value is (143,19,188). Sum of RGB (Red+Green+Blue) = 143+19+188=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F13BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F13BC is #70EC43. Grayscale: #4A4A4A. Windows color (decimal): -7400516 or 12325775. OLE color: 12325775.
HSL color Cylindrical-coordinate representation of color #8F13BC: hue angle of 284.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F13BC is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 19 | 188 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.26 |
| HSL | 284.02º | 0.82% | 0.41% | - |
| HSV(B) | 284.02º | 0.9% | 0.74% | - |
| XYZ | 20.64 | 9.94 | 48.41 | - |
| YUV | 75.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 188 | 0.24 | 0.90 | 0 | 0.26 | 284.02 | 0.82 | 0.41 |
| Hex | 8F | 13 | BC | 18 | 5A | 0 | 1A | 11C | 52 | 29 |
| Octal | 217 | 23 | 274 | 30 | 132 | 0 | 32 | 434 | 122 | 51 |
| Binary | 10001111 | 10011 | 10111100 | 11000 | 1011010 | 0 | 11010 | 100011100 | 1010010 | 101001 |
Color Harmonies of #8F13BC
Complementary color
Monochromatic Colors of #8F13BC
Black with #8F13BC
Text Example
Text Example
White with #8F13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F13BC; }
p { color: rgb(143,19,188); }
H1.HeaderClassName
{
color: #8F13BC;
}
.AnyTagClassName
{
color: #8F13BC;
}
</style>
background-color css
<style>
a { background-color: #8F13BC; }
a { background-color: rgb(143,19,188); }
div.DivClassName
{
background-color: #8F13BC;
}
.BgClassName
{
background-color: #8F13BC;
}
</style>
border-color css
<style>
span { border-color: #8F13BC; }
span { border-color: rgb(143,19,188); }
td.TdClassName
{
border-color: #8F13BC;
}
.TagClassName
{
border-color: #8F13BC;
}
</style>