Shades of Dark Violet #8D13D6
Tints of Dark Violet #8D13D6
RGB
CMYK
RGB Variations
Color information
#8D13D6 (or 0x8D13D6) is known color: Dark Violet. HEX triplet: 8D, 13 and D6. RGB value is (141,19,214). Sum of RGB (Red+Green+Blue) = 141+19+214=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #8D13D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D13D6 is #72EC29. Grayscale: #4D4D4D. Windows color (decimal): -7531562 or 14029709. OLE color: 14029709.
HSL color Cylindrical-coordinate representation of color #8D13D6: hue angle of 277.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D13D6 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 19 | 214 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.16 |
| HSL | 277.54º | 0.84% | 0.46% | - |
| HSV(B) | 277.54º | 0.91% | 0.84% | - |
| XYZ | 23.35 | 10.98 | 64.51 | - |
| YUV | 77.71 | 204.92 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 214 | 0.34 | 0.91 | 0 | 0.16 | 277.54 | 0.84 | 0.46 |
| Hex | 8D | 13 | D6 | 22 | 5B | 0 | 10 | 116 | 54 | 2E |
| Octal | 215 | 23 | 326 | 42 | 133 | 0 | 20 | 426 | 124 | 56 |
| Binary | 10001101 | 10011 | 11010110 | 100010 | 1011011 | 0 | 10000 | 100010110 | 1010100 | 101110 |
Color Harmonies of #8D13D6
Complementary color
Monochromatic Colors of #8D13D6
Black with #8D13D6
Text Example
Text Example
White with #8D13D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D13D6; }
p { color: rgb(141,19,214); }
H1.HeaderClassName
{
color: #8D13D6;
}
.AnyTagClassName
{
color: #8D13D6;
}
</style>
background-color css
<style>
a { background-color: #8D13D6; }
a { background-color: rgb(141,19,214); }
div.DivClassName
{
background-color: #8D13D6;
}
.BgClassName
{
background-color: #8D13D6;
}
</style>
border-color css
<style>
span { border-color: #8D13D6; }
span { border-color: rgb(141,19,214); }
td.TdClassName
{
border-color: #8D13D6;
}
.TagClassName
{
border-color: #8D13D6;
}
</style>