Shades of Dark Violet #8D12D0
Tints of Dark Violet #8D12D0
RGB
CMYK
RGB Variations
Color information
#8D12D0 (or 0x8D12D0) is known color: Dark Violet. HEX triplet: 8D, 12 and D0. RGB value is (141,18,208). Sum of RGB (Red+Green+Blue) = 141+18+208=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D12D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D12D0 is #72ED2F. Grayscale: #4B4B4B. Windows color (decimal): -7531824 or 13636237. OLE color: 13636237.
HSL color Cylindrical-coordinate representation of color #8D12D0: hue angle of 278.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D12D0 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 18 | 208 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.18 |
| HSL | 278.84º | 0.84% | 0.44% | - |
| HSV(B) | 278.84º | 0.91% | 0.82% | - |
| XYZ | 22.59 | 10.65 | 60.54 | - |
| YUV | 76.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 18 | 208 | 0.32 | 0.91 | 0 | 0.18 | 278.84 | 0.84 | 0.44 |
| Hex | 8D | 12 | D0 | 20 | 5B | 0 | 12 | 117 | 54 | 2C |
| Octal | 215 | 22 | 320 | 40 | 133 | 0 | 22 | 427 | 124 | 54 |
| Binary | 10001101 | 10010 | 11010000 | 100000 | 1011011 | 0 | 10010 | 100010111 | 1010100 | 101100 |
Color Harmonies of #8D12D0
Complementary color
Monochromatic Colors of #8D12D0
Black with #8D12D0
Text Example
Text Example
White with #8D12D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D12D0; }
p { color: rgb(141,18,208); }
H1.HeaderClassName
{
color: #8D12D0;
}
.AnyTagClassName
{
color: #8D12D0;
}
</style>
background-color css
<style>
a { background-color: #8D12D0; }
a { background-color: rgb(141,18,208); }
div.DivClassName
{
background-color: #8D12D0;
}
.BgClassName
{
background-color: #8D12D0;
}
</style>
border-color css
<style>
span { border-color: #8D12D0; }
span { border-color: rgb(141,18,208); }
td.TdClassName
{
border-color: #8D12D0;
}
.TagClassName
{
border-color: #8D12D0;
}
</style>