Shades of Dark Violet #8D14BE
Tints of Dark Violet #8D14BE
RGB
CMYK
RGB Variations
Color information
#8D14BE (or 0x8D14BE) is known color: Dark Violet. HEX triplet: 8D, 14 and BE. RGB value is (141,20,190). Sum of RGB (Red+Green+Blue) = 141+20+190=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D14BE is #72EB41. Grayscale: #4B4B4B. Windows color (decimal): -7531330 or 12457101. OLE color: 12457101.
HSL color Cylindrical-coordinate representation of color #8D14BE: hue angle of 282.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D14BE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 20 | 190 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.25 |
| HSL | 282.71º | 0.81% | 0.41% | - |
| HSV(B) | 282.71º | 0.89% | 0.75% | - |
| XYZ | 20.53 | 9.88 | 49.54 | - |
| YUV | 75.56 | 192.59 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 190 | 0.26 | 0.89 | 0 | 0.25 | 282.71 | 0.81 | 0.41 |
| Hex | 8D | 14 | BE | 1A | 59 | 0 | 19 | 11B | 51 | 29 |
| Octal | 215 | 24 | 276 | 32 | 131 | 0 | 31 | 433 | 121 | 51 |
| Binary | 10001101 | 10100 | 10111110 | 11010 | 1011001 | 0 | 11001 | 100011011 | 1010001 | 101001 |
Color Harmonies of #8D14BE
Complementary color
Monochromatic Colors of #8D14BE
Black with #8D14BE
Text Example
Text Example
White with #8D14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D14BE; }
p { color: rgb(141,20,190); }
H1.HeaderClassName
{
color: #8D14BE;
}
.AnyTagClassName
{
color: #8D14BE;
}
</style>
background-color css
<style>
a { background-color: #8D14BE; }
a { background-color: rgb(141,20,190); }
div.DivClassName
{
background-color: #8D14BE;
}
.BgClassName
{
background-color: #8D14BE;
}
</style>
border-color css
<style>
span { border-color: #8D14BE; }
span { border-color: rgb(141,20,190); }
td.TdClassName
{
border-color: #8D14BE;
}
.TagClassName
{
border-color: #8D14BE;
}
</style>