Shades of Dark Violet #8F13BE
Tints of Dark Violet #8F13BE
RGB
CMYK
RGB Variations
Color information
#8F13BE (or 0x8F13BE) is known color: Dark Violet. HEX triplet: 8F, 13 and BE. RGB value is (143,19,190). Sum of RGB (Red+Green+Blue) = 143+19+190=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F13BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F13BE is #70EC41. Grayscale: #4B4B4B. Windows color (decimal): -7400514 or 12456847. OLE color: 12456847.
HSL color Cylindrical-coordinate representation of color #8F13BE: hue angle of 283.51º 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 #8F13BE is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 19 | 190 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.25 |
| HSL | 283.51º | 0.82% | 0.41% | - |
| HSV(B) | 283.51º | 0.9% | 0.75% | - |
| XYZ | 20.85 | 10.02 | 49.55 | - |
| YUV | 75.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 190 | 0.25 | 0.90 | 0 | 0.25 | 283.51 | 0.82 | 0.41 |
| Hex | 8F | 13 | BE | 19 | 5A | 0 | 19 | 11C | 52 | 29 |
| Octal | 217 | 23 | 276 | 31 | 132 | 0 | 31 | 434 | 122 | 51 |
| Binary | 10001111 | 10011 | 10111110 | 11001 | 1011010 | 0 | 11001 | 100011100 | 1010010 | 101001 |
Color Harmonies of #8F13BE
Complementary color
Monochromatic Colors of #8F13BE
Black with #8F13BE
Text Example
Text Example
White with #8F13BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F13BE; }
p { color: rgb(143,19,190); }
H1.HeaderClassName
{
color: #8F13BE;
}
.AnyTagClassName
{
color: #8F13BE;
}
</style>
background-color css
<style>
a { background-color: #8F13BE; }
a { background-color: rgb(143,19,190); }
div.DivClassName
{
background-color: #8F13BE;
}
.BgClassName
{
background-color: #8F13BE;
}
</style>
border-color css
<style>
span { border-color: #8F13BE; }
span { border-color: rgb(143,19,190); }
td.TdClassName
{
border-color: #8F13BE;
}
.TagClassName
{
border-color: #8F13BE;
}
</style>