Shades of Dark Violet #8D13D7
Tints of Dark Violet #8D13D7
RGB
CMYK
RGB Variations
Color information
#8D13D7 (or 0x8D13D7) is known color: Dark Violet. HEX triplet: 8D, 13 and D7. RGB value is (141,19,215). Sum of RGB (Red+Green+Blue) = 141+19+215=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D13D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D13D7 is #72EC28. Grayscale: #4D4D4D. Windows color (decimal): -7531561 or 14095245. OLE color: 14095245.
HSL color Cylindrical-coordinate representation of color #8D13D7: hue angle of 277.35º 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 #8D13D7 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 19 | 215 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.16 |
| HSL | 277.35º | 0.84% | 0.46% | - |
| HSV(B) | 277.35º | 0.91% | 0.84% | - |
| XYZ | 23.48 | 11.03 | 65.18 | - |
| YUV | 77.82 | 205.42 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 215 | 0.34 | 0.91 | 0 | 0.16 | 277.35 | 0.84 | 0.46 |
| Hex | 8D | 13 | D7 | 22 | 5B | 0 | 10 | 115 | 54 | 2E |
| Octal | 215 | 23 | 327 | 42 | 133 | 0 | 20 | 425 | 124 | 56 |
| Binary | 10001101 | 10011 | 11010111 | 100010 | 1011011 | 0 | 10000 | 100010101 | 1010100 | 101110 |
Color Harmonies of #8D13D7
Complementary color
Monochromatic Colors of #8D13D7
Black with #8D13D7
Text Example
Text Example
White with #8D13D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D13D7; }
p { color: rgb(141,19,215); }
H1.HeaderClassName
{
color: #8D13D7;
}
.AnyTagClassName
{
color: #8D13D7;
}
</style>
background-color css
<style>
a { background-color: #8D13D7; }
a { background-color: rgb(141,19,215); }
div.DivClassName
{
background-color: #8D13D7;
}
.BgClassName
{
background-color: #8D13D7;
}
</style>
border-color css
<style>
span { border-color: #8D13D7; }
span { border-color: rgb(141,19,215); }
td.TdClassName
{
border-color: #8D13D7;
}
.TagClassName
{
border-color: #8D13D7;
}
</style>