Shades of Dark Violet #8D10BE
Tints of Dark Violet #8D10BE
RGB
CMYK
RGB Variations
Color information
#8D10BE (or 0x8D10BE) is known color: Dark Violet. HEX triplet: 8D, 10 and BE. RGB value is (141,16,190). Sum of RGB (Red+Green+Blue) = 141+16+190=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D10BE is #72EF41. Grayscale: #484848. Windows color (decimal): -7532354 or 12456077. OLE color: 12456077.
HSL color Cylindrical-coordinate representation of color #8D10BE: hue angle of 283.1º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D10BE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 16 | 190 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.25 |
| HSL | 283.1º | 0.84% | 0.4% | - |
| HSV(B) | 283.1º | 0.92% | 0.75% | - |
| XYZ | 20.46 | 9.75 | 49.52 | - |
| YUV | 73.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 190 | 0.26 | 0.92 | 0 | 0.25 | 283.1 | 0.84 | 0.4 |
| Hex | 8D | 10 | BE | 1A | 5C | 0 | 19 | 11B | 54 | 28 |
| Octal | 215 | 20 | 276 | 32 | 134 | 0 | 31 | 433 | 124 | 50 |
| Binary | 10001101 | 10000 | 10111110 | 11010 | 1011100 | 0 | 11001 | 100011011 | 1010100 | 101000 |
Color Harmonies of #8D10BE
Complementary color
Monochromatic Colors of #8D10BE
Black with #8D10BE
Text Example
Text Example
White with #8D10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D10BE; }
p { color: rgb(141,16,190); }
H1.HeaderClassName
{
color: #8D10BE;
}
.AnyTagClassName
{
color: #8D10BE;
}
</style>
background-color css
<style>
a { background-color: #8D10BE; }
a { background-color: rgb(141,16,190); }
div.DivClassName
{
background-color: #8D10BE;
}
.BgClassName
{
background-color: #8D10BE;
}
</style>
border-color css
<style>
span { border-color: #8D10BE; }
span { border-color: rgb(141,16,190); }
td.TdClassName
{
border-color: #8D10BE;
}
.TagClassName
{
border-color: #8D10BE;
}
</style>