Shades of Dark Violet #8D0FBF
Tints of Dark Violet #8D0FBF
RGB
CMYK
RGB Variations
Color information
#8D0FBF (or 0x8D0FBF) is known color: Dark Violet. HEX triplet: 8D, 0F and BF. RGB value is (141,15,191). Sum of RGB (Red+Green+Blue) = 141+15+191=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D0FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0FBF is #72F040. Grayscale: #484848. Windows color (decimal): -7532609 or 12521357. OLE color: 12521357.
HSL color Cylindrical-coordinate representation of color #8D0FBF: hue angle of 282.95º degrees, saturation: 0.85, 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 #8D0FBF is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 15 | 191 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.25 |
| HSL | 282.95º | 0.85% | 0.4% | - |
| HSV(B) | 282.95º | 0.92% | 0.75% | - |
| XYZ | 20.56 | 9.77 | 50.09 | - |
| YUV | 72.74 | 194.74 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 191 | 0.26 | 0.92 | 0 | 0.25 | 282.95 | 0.85 | 0.4 |
| Hex | 8D | F | BF | 1A | 5C | 0 | 19 | 11B | 55 | 28 |
| Octal | 215 | 17 | 277 | 32 | 134 | 0 | 31 | 433 | 125 | 50 |
| Binary | 10001101 | 1111 | 10111111 | 11010 | 1011100 | 0 | 11001 | 100011011 | 1010101 | 101000 |
Color Harmonies of #8D0FBF
Complementary color
Monochromatic Colors of #8D0FBF
Black with #8D0FBF
Text Example
Text Example
White with #8D0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0FBF; }
p { color: rgb(141,15,191); }
H1.HeaderClassName
{
color: #8D0FBF;
}
.AnyTagClassName
{
color: #8D0FBF;
}
</style>
background-color css
<style>
a { background-color: #8D0FBF; }
a { background-color: rgb(141,15,191); }
div.DivClassName
{
background-color: #8D0FBF;
}
.BgClassName
{
background-color: #8D0FBF;
}
</style>
border-color css
<style>
span { border-color: #8D0FBF; }
span { border-color: rgb(141,15,191); }
td.TdClassName
{
border-color: #8D0FBF;
}
.TagClassName
{
border-color: #8D0FBF;
}
</style>