Shades of Dark Violet #8D12CF
Tints of Dark Violet #8D12CF
RGB
CMYK
RGB Variations
Color information
#8D12CF (or 0x8D12CF) is known color: Dark Violet. HEX triplet: 8D, 12 and CF. RGB value is (141,18,207). Sum of RGB (Red+Green+Blue) = 141+18+207=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D12CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D12CF is #72ED30. Grayscale: #4B4B4B. Windows color (decimal): -7531825 or 13570701. OLE color: 13570701.
HSL color Cylindrical-coordinate representation of color #8D12CF: hue angle of 279.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D12CF is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 18 | 207 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.19 |
| HSL | 279.05º | 0.84% | 0.44% | - |
| HSV(B) | 279.05º | 0.91% | 0.81% | - |
| XYZ | 22.46 | 10.6 | 59.89 | - |
| YUV | 76.32 | 201.75 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 18 | 207 | 0.32 | 0.91 | 0 | 0.19 | 279.05 | 0.84 | 0.44 |
| Hex | 8D | 12 | CF | 20 | 5B | 0 | 13 | 117 | 54 | 2C |
| Octal | 215 | 22 | 317 | 40 | 133 | 0 | 23 | 427 | 124 | 54 |
| Binary | 10001101 | 10010 | 11001111 | 100000 | 1011011 | 0 | 10011 | 100010111 | 1010100 | 101100 |
Color Harmonies of #8D12CF
Complementary color
Monochromatic Colors of #8D12CF
Black with #8D12CF
Text Example
Text Example
White with #8D12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D12CF; }
p { color: rgb(141,18,207); }
H1.HeaderClassName
{
color: #8D12CF;
}
.AnyTagClassName
{
color: #8D12CF;
}
</style>
background-color css
<style>
a { background-color: #8D12CF; }
a { background-color: rgb(141,18,207); }
div.DivClassName
{
background-color: #8D12CF;
}
.BgClassName
{
background-color: #8D12CF;
}
</style>
border-color css
<style>
span { border-color: #8D12CF; }
span { border-color: rgb(141,18,207); }
td.TdClassName
{
border-color: #8D12CF;
}
.TagClassName
{
border-color: #8D12CF;
}
</style>