Shades of Dark Violet #8D13DA
Tints of Dark Violet #8D13DA
RGB
CMYK
RGB Variations
Color information
#8D13DA (or 0x8D13DA) is known color: Dark Violet. HEX triplet: 8D, 13 and DA. RGB value is (141,19,218). Sum of RGB (Red+Green+Blue) = 141+19+218=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D13DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D13DA is #72EC25. Grayscale: #4D4D4D. Windows color (decimal): -7531558 or 14291853. OLE color: 14291853.
HSL color Cylindrical-coordinate representation of color #8D13DA: hue angle of 276.78º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D13DA is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 19 | 218 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.15 |
| HSL | 276.78º | 0.84% | 0.46% | - |
| HSV(B) | 276.78º | 0.91% | 0.85% | - |
| XYZ | 23.87 | 11.19 | 67.23 | - |
| YUV | 78.16 | 206.92 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 218 | 0.35 | 0.91 | 0 | 0.15 | 276.78 | 0.84 | 0.46 |
| Hex | 8D | 13 | DA | 23 | 5B | 0 | F | 115 | 54 | 2E |
| Octal | 215 | 23 | 332 | 43 | 133 | 0 | 17 | 425 | 124 | 56 |
| Binary | 10001101 | 10011 | 11011010 | 100011 | 1011011 | 0 | 1111 | 100010101 | 1010100 | 101110 |
Color Harmonies of #8D13DA
Complementary color
Monochromatic Colors of #8D13DA
Black with #8D13DA
Text Example
Text Example
White with #8D13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D13DA; }
p { color: rgb(141,19,218); }
H1.HeaderClassName
{
color: #8D13DA;
}
.AnyTagClassName
{
color: #8D13DA;
}
</style>
background-color css
<style>
a { background-color: #8D13DA; }
a { background-color: rgb(141,19,218); }
div.DivClassName
{
background-color: #8D13DA;
}
.BgClassName
{
background-color: #8D13DA;
}
</style>
border-color css
<style>
span { border-color: #8D13DA; }
span { border-color: rgb(141,19,218); }
td.TdClassName
{
border-color: #8D13DA;
}
.TagClassName
{
border-color: #8D13DA;
}
</style>