Shades of Dark Violet #8D0FB9
Tints of Dark Violet #8D0FB9
RGB
CMYK
RGB Variations
Color information
#8D0FB9 (or 0x8D0FB9) is known color: Dark Violet. HEX triplet: 8D, 0F and B9. RGB value is (141,15,185). Sum of RGB (Red+Green+Blue) = 141+15+185=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #8D0FB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0FB9 is #72F046. Grayscale: #474747. Windows color (decimal): -7532615 or 12128141. OLE color: 12128141.
HSL color Cylindrical-coordinate representation of color #8D0FB9: hue angle of 284.47º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0FB9 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 15 | 185 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.27 |
| HSL | 284.47º | 0.85% | 0.39% | - |
| HSV(B) | 284.47º | 0.92% | 0.73% | - |
| XYZ | 19.91 | 9.51 | 46.68 | - |
| YUV | 72.05 | 191.74 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 185 | 0.24 | 0.92 | 0 | 0.27 | 284.47 | 0.85 | 0.39 |
| Hex | 8D | F | B9 | 18 | 5C | 0 | 1B | 11C | 55 | 27 |
| Octal | 215 | 17 | 271 | 30 | 134 | 0 | 33 | 434 | 125 | 47 |
| Binary | 10001101 | 1111 | 10111001 | 11000 | 1011100 | 0 | 11011 | 100011100 | 1010101 | 100111 |
Color Harmonies of #8D0FB9
Complementary color
Monochromatic Colors of #8D0FB9
Black with #8D0FB9
Text Example
Text Example
White with #8D0FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0FB9; }
p { color: rgb(141,15,185); }
H1.HeaderClassName
{
color: #8D0FB9;
}
.AnyTagClassName
{
color: #8D0FB9;
}
</style>
background-color css
<style>
a { background-color: #8D0FB9; }
a { background-color: rgb(141,15,185); }
div.DivClassName
{
background-color: #8D0FB9;
}
.BgClassName
{
background-color: #8D0FB9;
}
</style>
border-color css
<style>
span { border-color: #8D0FB9; }
span { border-color: rgb(141,15,185); }
td.TdClassName
{
border-color: #8D0FB9;
}
.TagClassName
{
border-color: #8D0FB9;
}
</style>