Shades of Dark Violet #8D0DBF
Tints of Dark Violet #8D0DBF
RGB
CMYK
RGB Variations
Color information
#8D0DBF (or 0x8D0DBF) is known color: Dark Violet. HEX triplet: 8D, 0D and BF. RGB value is (141,13,191). Sum of RGB (Red+Green+Blue) = 141+13+191=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D0DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0DBF is #72F240. Grayscale: #464646. Windows color (decimal): -7533121 or 12520845. OLE color: 12520845.
HSL color Cylindrical-coordinate representation of color #8D0DBF: hue angle of 283.15º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0DBF is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 13 | 191 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.25 |
| HSL | 283.15º | 0.87% | 0.4% | - |
| HSV(B) | 283.15º | 0.93% | 0.75% | - |
| XYZ | 20.53 | 9.71 | 50.08 | - |
| YUV | 71.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 13 | 191 | 0.26 | 0.93 | 0 | 0.25 | 283.15 | 0.87 | 0.4 |
| Hex | 8D | D | BF | 1A | 5D | 0 | 19 | 11B | 57 | 28 |
| Octal | 215 | 15 | 277 | 32 | 135 | 0 | 31 | 433 | 127 | 50 |
| Binary | 10001101 | 1101 | 10111111 | 11010 | 1011101 | 0 | 11001 | 100011011 | 1010111 | 101000 |
Color Harmonies of #8D0DBF
Complementary color
Monochromatic Colors of #8D0DBF
Black with #8D0DBF
Text Example
Text Example
White with #8D0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0DBF; }
p { color: rgb(141,13,191); }
H1.HeaderClassName
{
color: #8D0DBF;
}
.AnyTagClassName
{
color: #8D0DBF;
}
</style>
background-color css
<style>
a { background-color: #8D0DBF; }
a { background-color: rgb(141,13,191); }
div.DivClassName
{
background-color: #8D0DBF;
}
.BgClassName
{
background-color: #8D0DBF;
}
</style>
border-color css
<style>
span { border-color: #8D0DBF; }
span { border-color: rgb(141,13,191); }
td.TdClassName
{
border-color: #8D0DBF;
}
.TagClassName
{
border-color: #8D0DBF;
}
</style>