Shades of Dark Violet #8D00BD
Tints of Dark Violet #8D00BD
RGB
CMYK
RGB Variations
Color information
#8D00BD (or 0x8D00BD) is known color: Dark Violet. HEX triplet: 8D, 00 and BD. RGB value is (141,0,189). Sum of RGB (Red+Green+Blue) = 141+0+189=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D00BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D00BD is #72FF42. Grayscale: #3F3F3F. Windows color (decimal): -7536451 or 12386445. OLE color: 12386445.
HSL color Cylindrical-coordinate representation of color #8D00BD: hue angle of 284.76º 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 #8D00BD is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 0 | 189 | - |
| CMYK | 0.25 | 1 | 0 | 0.26 |
| HSL | 284.76º | 1% | 0.37% | - |
| HSV(B) | 284.76º | 1% | 0.74% | - |
| XYZ | 20.17 | 9.34 | 48.88 | - |
| YUV | 63.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 189 | 0.25 | 1 | 0 | 0.26 | 284.76 | 1 | 0.37 |
| Hex | 8D | 0 | BD | 19 | 64 | 0 | 1A | 11D | 64 | 25 |
| Octal | 215 | 0 | 275 | 31 | 144 | 0 | 32 | 435 | 144 | 45 |
| Binary | 10001101 | 0 | 10111101 | 11001 | 1100100 | 0 | 11010 | 100011101 | 1100100 | 100101 |
Color Harmonies of #8D00BD
Complementary color
Monochromatic Colors of #8D00BD
Black with #8D00BD
Text Example
Text Example
White with #8D00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D00BD; }
p { color: rgb(141,0,189); }
H1.HeaderClassName
{
color: #8D00BD;
}
.AnyTagClassName
{
color: #8D00BD;
}
</style>
background-color css
<style>
a { background-color: #8D00BD; }
a { background-color: rgb(141,0,189); }
div.DivClassName
{
background-color: #8D00BD;
}
.BgClassName
{
background-color: #8D00BD;
}
</style>
border-color css
<style>
span { border-color: #8D00BD; }
span { border-color: rgb(141,0,189); }
td.TdClassName
{
border-color: #8D00BD;
}
.TagClassName
{
border-color: #8D00BD;
}
</style>