Shades of Dark Violet #8D0CB4
Tints of Dark Violet #8D0CB4
RGB
CMYK
RGB Variations
Color information
#8D0CB4 (or 0x8D0CB4) is known color: Dark Violet. HEX triplet: 8D, 0C and B4. RGB value is (141,12,180). Sum of RGB (Red+Green+Blue) = 141+12+180=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #8D0CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0CB4 is #72F34B. Grayscale: #454545. Windows color (decimal): -7533388 or 11799693. OLE color: 11799693.
HSL color Cylindrical-coordinate representation of color #8D0CB4: hue angle of 286.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0CB4 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 12 | 180 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.29 |
| HSL | 286.07º | 0.88% | 0.38% | - |
| HSV(B) | 286.07º | 0.93% | 0.71% | - |
| XYZ | 19.35 | 9.22 | 43.94 | - |
| YUV | 69.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 180 | 0.22 | 0.93 | 0 | 0.29 | 286.07 | 0.88 | 0.38 |
| Hex | 8D | C | B4 | 16 | 5D | 0 | 1D | 11E | 58 | 26 |
| Octal | 215 | 14 | 264 | 26 | 135 | 0 | 35 | 436 | 130 | 46 |
| Binary | 10001101 | 1100 | 10110100 | 10110 | 1011101 | 0 | 11101 | 100011110 | 1011000 | 100110 |
Color Harmonies of #8D0CB4
Complementary color
Monochromatic Colors of #8D0CB4
Black with #8D0CB4
Text Example
Text Example
White with #8D0CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0CB4; }
p { color: rgb(141,12,180); }
H1.HeaderClassName
{
color: #8D0CB4;
}
.AnyTagClassName
{
color: #8D0CB4;
}
</style>
background-color css
<style>
a { background-color: #8D0CB4; }
a { background-color: rgb(141,12,180); }
div.DivClassName
{
background-color: #8D0CB4;
}
.BgClassName
{
background-color: #8D0CB4;
}
</style>
border-color css
<style>
span { border-color: #8D0CB4; }
span { border-color: rgb(141,12,180); }
td.TdClassName
{
border-color: #8D0CB4;
}
.TagClassName
{
border-color: #8D0CB4;
}
</style>