Shades of Dark Violet #8D00BC
Tints of Dark Violet #8D00BC
RGB
CMYK
RGB Variations
Color information
#8D00BC (or 0x8D00BC) is known color: Dark Violet. HEX triplet: 8D, 00 and BC. RGB value is (141,0,188). Sum of RGB (Red+Green+Blue) = 141+0+188=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D00BC is #72FF43. Grayscale: #3E3E3E. Windows color (decimal): -7536452 or 12320909. OLE color: 12320909.
HSL color Cylindrical-coordinate representation of color #8D00BC: hue angle of 285º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D00BC is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 0 | 188 | - |
| CMYK | 0.25 | 1 | 0 | 0.26 |
| HSL | 285º | 1% | 0.37% | - |
| HSV(B) | 285º | 1% | 0.74% | - |
| XYZ | 20.06 | 9.29 | 48.31 | - |
| YUV | 63.59 | 198.21 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 188 | 0.25 | 1 | 0 | 0.26 | 285 | 1 | 0.37 |
| Hex | 8D | 0 | BC | 19 | 64 | 0 | 1A | 11D | 64 | 25 |
| Octal | 215 | 0 | 274 | 31 | 144 | 0 | 32 | 435 | 144 | 45 |
| Binary | 10001101 | 0 | 10111100 | 11001 | 1100100 | 0 | 11010 | 100011101 | 1100100 | 100101 |
Color Harmonies of #8D00BC
Complementary color
Monochromatic Colors of #8D00BC
Black with #8D00BC
Text Example
Text Example
White with #8D00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D00BC; }
p { color: rgb(141,0,188); }
H1.HeaderClassName
{
color: #8D00BC;
}
.AnyTagClassName
{
color: #8D00BC;
}
</style>
background-color css
<style>
a { background-color: #8D00BC; }
a { background-color: rgb(141,0,188); }
div.DivClassName
{
background-color: #8D00BC;
}
.BgClassName
{
background-color: #8D00BC;
}
</style>
border-color css
<style>
span { border-color: #8D00BC; }
span { border-color: rgb(141,0,188); }
td.TdClassName
{
border-color: #8D00BC;
}
.TagClassName
{
border-color: #8D00BC;
}
</style>