Shades of Dark Violet #8D15D1
Tints of Dark Violet #8D15D1
RGB
CMYK
RGB Variations
Color information
#8D15D1 (or 0x8D15D1) is known color: Dark Violet. HEX triplet: 8D, 15 and D1. RGB value is (141,21,209). Sum of RGB (Red+Green+Blue) = 141+21+209=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D15D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D15D1 is #72EA2E. Grayscale: #4D4D4D. Windows color (decimal): -7531055 or 13702541. OLE color: 13702541.
HSL color Cylindrical-coordinate representation of color #8D15D1: hue angle of 278.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D15D1 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 21 | 209 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.18 |
| HSL | 278.3º | 0.82% | 0.45% | - |
| HSV(B) | 278.3º | 0.9% | 0.82% | - |
| XYZ | 22.76 | 10.8 | 61.21 | - |
| YUV | 78.31 | 201.76 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 209 | 0.33 | 0.90 | 0 | 0.18 | 278.3 | 0.82 | 0.45 |
| Hex | 8D | 15 | D1 | 21 | 5A | 0 | 12 | 116 | 52 | 2D |
| Octal | 215 | 25 | 321 | 41 | 132 | 0 | 22 | 426 | 122 | 55 |
| Binary | 10001101 | 10101 | 11010001 | 100001 | 1011010 | 0 | 10010 | 100010110 | 1010010 | 101101 |
Color Harmonies of #8D15D1
Complementary color
Monochromatic Colors of #8D15D1
Black with #8D15D1
Text Example
Text Example
White with #8D15D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D15D1; }
p { color: rgb(141,21,209); }
H1.HeaderClassName
{
color: #8D15D1;
}
.AnyTagClassName
{
color: #8D15D1;
}
</style>
background-color css
<style>
a { background-color: #8D15D1; }
a { background-color: rgb(141,21,209); }
div.DivClassName
{
background-color: #8D15D1;
}
.BgClassName
{
background-color: #8D15D1;
}
</style>
border-color css
<style>
span { border-color: #8D15D1; }
span { border-color: rgb(141,21,209); }
td.TdClassName
{
border-color: #8D15D1;
}
.TagClassName
{
border-color: #8D15D1;
}
</style>