Shades of Dark Violet #8D0CDE
Tints of Dark Violet #8D0CDE
RGB
CMYK
RGB Variations
Color information
#8D0CDE (or 0x8D0CDE) is known color: Dark Violet. HEX triplet: 8D, 0C and DE. RGB value is (141,12,222). Sum of RGB (Red+Green+Blue) = 141+12+222=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D0CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0CDE is #72F321. Grayscale: #494949. Windows color (decimal): -7533346 or 14552205. OLE color: 14552205.
HSL color Cylindrical-coordinate representation of color #8D0CDE: hue angle of 276.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0CDE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 12 | 222 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.13 |
| HSL | 276.86º | 0.9% | 0.46% | - |
| HSV(B) | 276.86º | 0.95% | 0.87% | - |
| XYZ | 24.3 | 11.2 | 69.99 | - |
| YUV | 74.51 | 211.24 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 222 | 0.36 | 0.95 | 0 | 0.13 | 276.86 | 0.9 | 0.46 |
| Hex | 8D | C | DE | 24 | 5F | 0 | D | 115 | 5A | 2E |
| Octal | 215 | 14 | 336 | 44 | 137 | 0 | 15 | 425 | 132 | 56 |
| Binary | 10001101 | 1100 | 11011110 | 100100 | 1011111 | 0 | 1101 | 100010101 | 1011010 | 101110 |
Color Harmonies of #8D0CDE
Complementary color
Monochromatic Colors of #8D0CDE
Black with #8D0CDE
Text Example
Text Example
White with #8D0CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0CDE; }
p { color: rgb(141,12,222); }
H1.HeaderClassName
{
color: #8D0CDE;
}
.AnyTagClassName
{
color: #8D0CDE;
}
</style>
background-color css
<style>
a { background-color: #8D0CDE; }
a { background-color: rgb(141,12,222); }
div.DivClassName
{
background-color: #8D0CDE;
}
.BgClassName
{
background-color: #8D0CDE;
}
</style>
border-color css
<style>
span { border-color: #8D0CDE; }
span { border-color: rgb(141,12,222); }
td.TdClassName
{
border-color: #8D0CDE;
}
.TagClassName
{
border-color: #8D0CDE;
}
</style>