Shades of Dark Violet #8D14DB
Tints of Dark Violet #8D14DB
RGB
CMYK
RGB Variations
Color information
#8D14DB (or 0x8D14DB) is known color: Dark Violet. HEX triplet: 8D, 14 and DB. RGB value is (141,20,219). Sum of RGB (Red+Green+Blue) = 141+20+219=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D14DB is #72EB24. Grayscale: #4E4E4E. Windows color (decimal): -7531301 or 14357645. OLE color: 14357645.
HSL color Cylindrical-coordinate representation of color #8D14DB: hue angle of 276.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D14DB is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 20 | 219 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.14 |
| HSL | 276.48º | 0.83% | 0.47% | - |
| HSV(B) | 276.48º | 0.91% | 0.86% | - |
| XYZ | 24.02 | 11.28 | 67.93 | - |
| YUV | 78.87 | 207.09 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 219 | 0.36 | 0.91 | 0 | 0.14 | 276.48 | 0.83 | 0.47 |
| Hex | 8D | 14 | DB | 24 | 5B | 0 | E | 114 | 53 | 2F |
| Octal | 215 | 24 | 333 | 44 | 133 | 0 | 16 | 424 | 123 | 57 |
| Binary | 10001101 | 10100 | 11011011 | 100100 | 1011011 | 0 | 1110 | 100010100 | 1010011 | 101111 |
Color Harmonies of #8D14DB
Complementary color
Monochromatic Colors of #8D14DB
Black with #8D14DB
Text Example
Text Example
White with #8D14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D14DB; }
p { color: rgb(141,20,219); }
H1.HeaderClassName
{
color: #8D14DB;
}
.AnyTagClassName
{
color: #8D14DB;
}
</style>
background-color css
<style>
a { background-color: #8D14DB; }
a { background-color: rgb(141,20,219); }
div.DivClassName
{
background-color: #8D14DB;
}
.BgClassName
{
background-color: #8D14DB;
}
</style>
border-color css
<style>
span { border-color: #8D14DB; }
span { border-color: rgb(141,20,219); }
td.TdClassName
{
border-color: #8D14DB;
}
.TagClassName
{
border-color: #8D14DB;
}
</style>