Shades of Dark Violet #8D0FDF
Tints of Dark Violet #8D0FDF
RGB
CMYK
RGB Variations
Color information
#8D0FDF (or 0x8D0FDF) is known color: Dark Violet. HEX triplet: 8D, 0F and DF. RGB value is (141,15,223). Sum of RGB (Red+Green+Blue) = 141+15+223=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D0FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0FDF is #72F020. Grayscale: #4B4B4B. Windows color (decimal): -7532577 or 14618509. OLE color: 14618509.
HSL color Cylindrical-coordinate representation of color #8D0FDF: hue angle of 276.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0FDF is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 15 | 223 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.13 |
| HSL | 276.35º | 0.87% | 0.47% | - |
| HSV(B) | 276.35º | 0.93% | 0.87% | - |
| XYZ | 24.47 | 11.33 | 70.71 | - |
| YUV | 76.39 | 210.74 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 223 | 0.37 | 0.93 | 0 | 0.13 | 276.35 | 0.87 | 0.47 |
| Hex | 8D | F | DF | 25 | 5D | 0 | D | 114 | 57 | 2F |
| Octal | 215 | 17 | 337 | 45 | 135 | 0 | 15 | 424 | 127 | 57 |
| Binary | 10001101 | 1111 | 11011111 | 100101 | 1011101 | 0 | 1101 | 100010100 | 1010111 | 101111 |
Color Harmonies of #8D0FDF
Complementary color
Monochromatic Colors of #8D0FDF
Black with #8D0FDF
Text Example
Text Example
White with #8D0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0FDF; }
p { color: rgb(141,15,223); }
H1.HeaderClassName
{
color: #8D0FDF;
}
.AnyTagClassName
{
color: #8D0FDF;
}
</style>
background-color css
<style>
a { background-color: #8D0FDF; }
a { background-color: rgb(141,15,223); }
div.DivClassName
{
background-color: #8D0FDF;
}
.BgClassName
{
background-color: #8D0FDF;
}
</style>
border-color css
<style>
span { border-color: #8D0FDF; }
span { border-color: rgb(141,15,223); }
td.TdClassName
{
border-color: #8D0FDF;
}
.TagClassName
{
border-color: #8D0FDF;
}
</style>