Shades of Dark Violet #8D00C1
Tints of Dark Violet #8D00C1
RGB
CMYK
RGB Variations
Color information
#8D00C1 (or 0x8D00C1) is known color: Dark Violet. HEX triplet: 8D, 00 and C1. RGB value is (141,0,193). Sum of RGB (Red+Green+Blue) = 141+0+193=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D00C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D00C1 is #72FF3E. Grayscale: #3F3F3F. Windows color (decimal): -7536447 or 12648589. OLE color: 12648589.
HSL color Cylindrical-coordinate representation of color #8D00C1: hue angle of 283.83º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D00C1 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 0 | 193 | - |
| CMYK | 0.27 | 1 | 0 | 0.24 |
| HSL | 283.83º | 1% | 0.38% | - |
| HSV(B) | 283.83º | 1% | 0.76% | - |
| XYZ | 20.61 | 9.51 | 51.2 | - |
| YUV | 64.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 193 | 0.27 | 1 | 0 | 0.24 | 283.83 | 1 | 0.38 |
| Hex | 8D | 0 | C1 | 1B | 64 | 0 | 18 | 11C | 64 | 26 |
| Octal | 215 | 0 | 301 | 33 | 144 | 0 | 30 | 434 | 144 | 46 |
| Binary | 10001101 | 0 | 11000001 | 11011 | 1100100 | 0 | 11000 | 100011100 | 1100100 | 100110 |
Color Harmonies of #8D00C1
Complementary color
Monochromatic Colors of #8D00C1
Black with #8D00C1
Text Example
Text Example
White with #8D00C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D00C1; }
p { color: rgb(141,0,193); }
H1.HeaderClassName
{
color: #8D00C1;
}
.AnyTagClassName
{
color: #8D00C1;
}
</style>
background-color css
<style>
a { background-color: #8D00C1; }
a { background-color: rgb(141,0,193); }
div.DivClassName
{
background-color: #8D00C1;
}
.BgClassName
{
background-color: #8D00C1;
}
</style>
border-color css
<style>
span { border-color: #8D00C1; }
span { border-color: rgb(141,0,193); }
td.TdClassName
{
border-color: #8D00C1;
}
.TagClassName
{
border-color: #8D00C1;
}
</style>