Shades of Dark Violet #8D13CE
Tints of Dark Violet #8D13CE
RGB
CMYK
RGB Variations
Color information
#8D13CE (or 0x8D13CE) is known color: Dark Violet. HEX triplet: 8D, 13 and CE. RGB value is (141,19,206). Sum of RGB (Red+Green+Blue) = 141+19+206=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D13CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D13CE is #72EC31. Grayscale: #4C4C4C. Windows color (decimal): -7531570 or 13505421. OLE color: 13505421.
HSL color Cylindrical-coordinate representation of color #8D13CE: hue angle of 279.14º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D13CE is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 19 | 206 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.19 |
| HSL | 279.14º | 0.83% | 0.44% | - |
| HSV(B) | 279.14º | 0.91% | 0.81% | - |
| XYZ | 22.36 | 10.58 | 59.26 | - |
| YUV | 76.8 | 200.92 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 206 | 0.32 | 0.91 | 0 | 0.19 | 279.14 | 0.83 | 0.44 |
| Hex | 8D | 13 | CE | 20 | 5B | 0 | 13 | 117 | 53 | 2C |
| Octal | 215 | 23 | 316 | 40 | 133 | 0 | 23 | 427 | 123 | 54 |
| Binary | 10001101 | 10011 | 11001110 | 100000 | 1011011 | 0 | 10011 | 100010111 | 1010011 | 101100 |
Color Harmonies of #8D13CE
Complementary color
Monochromatic Colors of #8D13CE
Black with #8D13CE
Text Example
Text Example
White with #8D13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D13CE; }
p { color: rgb(141,19,206); }
H1.HeaderClassName
{
color: #8D13CE;
}
.AnyTagClassName
{
color: #8D13CE;
}
</style>
background-color css
<style>
a { background-color: #8D13CE; }
a { background-color: rgb(141,19,206); }
div.DivClassName
{
background-color: #8D13CE;
}
.BgClassName
{
background-color: #8D13CE;
}
</style>
border-color css
<style>
span { border-color: #8D13CE; }
span { border-color: rgb(141,19,206); }
td.TdClassName
{
border-color: #8D13CE;
}
.TagClassName
{
border-color: #8D13CE;
}
</style>