Shades of Dark Violet #8D0CBC
Tints of Dark Violet #8D0CBC
RGB
CMYK
RGB Variations
Color information
#8D0CBC (or 0x8D0CBC) is known color: Dark Violet. HEX triplet: 8D, 0C and BC. RGB value is (141,12,188). Sum of RGB (Red+Green+Blue) = 141+12+188=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D0CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0CBC is #72F343. Grayscale: #464646. Windows color (decimal): -7533380 or 12323981. OLE color: 12323981.
HSL color Cylindrical-coordinate representation of color #8D0CBC: hue angle of 283.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0CBC is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 12 | 188 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.26 |
| HSL | 283.98º | 0.88% | 0.39% | - |
| HSV(B) | 283.98º | 0.94% | 0.74% | - |
| XYZ | 20.19 | 9.56 | 48.36 | - |
| YUV | 70.64 | 194.24 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 188 | 0.25 | 0.94 | 0 | 0.26 | 283.98 | 0.88 | 0.39 |
| Hex | 8D | C | BC | 19 | 5E | 0 | 1A | 11C | 58 | 27 |
| Octal | 215 | 14 | 274 | 31 | 136 | 0 | 32 | 434 | 130 | 47 |
| Binary | 10001101 | 1100 | 10111100 | 11001 | 1011110 | 0 | 11010 | 100011100 | 1011000 | 100111 |
Color Harmonies of #8D0CBC
Complementary color
Monochromatic Colors of #8D0CBC
Black with #8D0CBC
Text Example
Text Example
White with #8D0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0CBC; }
p { color: rgb(141,12,188); }
H1.HeaderClassName
{
color: #8D0CBC;
}
.AnyTagClassName
{
color: #8D0CBC;
}
</style>
background-color css
<style>
a { background-color: #8D0CBC; }
a { background-color: rgb(141,12,188); }
div.DivClassName
{
background-color: #8D0CBC;
}
.BgClassName
{
background-color: #8D0CBC;
}
</style>
border-color css
<style>
span { border-color: #8D0CBC; }
span { border-color: rgb(141,12,188); }
td.TdClassName
{
border-color: #8D0CBC;
}
.TagClassName
{
border-color: #8D0CBC;
}
</style>