Shades of Dark Violet #8F13BF
Tints of Dark Violet #8F13BF
RGB
CMYK
RGB Variations
Color information
#8F13BF (or 0x8F13BF) is known color: Dark Violet. HEX triplet: 8F, 13 and BF. RGB value is (143,19,191). Sum of RGB (Red+Green+Blue) = 143+19+191=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F13BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F13BF is #70EC40. Grayscale: #4B4B4B. Windows color (decimal): -7400513 or 12522383. OLE color: 12522383.
HSL color Cylindrical-coordinate representation of color #8F13BF: hue angle of 283.26º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F13BF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 19 | 191 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.25 |
| HSL | 283.26º | 0.82% | 0.41% | - |
| HSV(B) | 283.26º | 0.9% | 0.75% | - |
| XYZ | 20.96 | 10.07 | 50.13 | - |
| YUV | 75.68 | 193.08 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 191 | 0.25 | 0.90 | 0 | 0.25 | 283.26 | 0.82 | 0.41 |
| Hex | 8F | 13 | BF | 19 | 5A | 0 | 19 | 11B | 52 | 29 |
| Octal | 217 | 23 | 277 | 31 | 132 | 0 | 31 | 433 | 122 | 51 |
| Binary | 10001111 | 10011 | 10111111 | 11001 | 1011010 | 0 | 11001 | 100011011 | 1010010 | 101001 |
Color Harmonies of #8F13BF
Complementary color
Monochromatic Colors of #8F13BF
Black with #8F13BF
Text Example
Text Example
White with #8F13BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F13BF; }
p { color: rgb(143,19,191); }
H1.HeaderClassName
{
color: #8F13BF;
}
.AnyTagClassName
{
color: #8F13BF;
}
</style>
background-color css
<style>
a { background-color: #8F13BF; }
a { background-color: rgb(143,19,191); }
div.DivClassName
{
background-color: #8F13BF;
}
.BgClassName
{
background-color: #8F13BF;
}
</style>
border-color css
<style>
span { border-color: #8F13BF; }
span { border-color: rgb(143,19,191); }
td.TdClassName
{
border-color: #8F13BF;
}
.TagClassName
{
border-color: #8F13BF;
}
</style>