Shades of Dark Violet #8D06BD
Tints of Dark Violet #8D06BD
RGB
CMYK
RGB Variations
Color information
#8D06BD (or 0x8D06BD) is known color: Dark Violet. HEX triplet: 8D, 06 and BD. RGB value is (141,6,189). Sum of RGB (Red+Green+Blue) = 141+6+189=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D06BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D06BD is #72F942. Grayscale: #424242. Windows color (decimal): -7534915 or 12387981. OLE color: 12387981.
HSL color Cylindrical-coordinate representation of color #8D06BD: hue angle of 284.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D06BD is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 6 | 189 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.26 |
| HSL | 284.26º | 0.94% | 0.38% | - |
| HSV(B) | 284.26º | 0.97% | 0.74% | - |
| XYZ | 20.23 | 9.47 | 48.9 | - |
| YUV | 67.23 | 196.73 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 189 | 0.25 | 0.97 | 0 | 0.26 | 284.26 | 0.94 | 0.38 |
| Hex | 8D | 6 | BD | 19 | 61 | 0 | 1A | 11C | 5E | 26 |
| Octal | 215 | 6 | 275 | 31 | 141 | 0 | 32 | 434 | 136 | 46 |
| Binary | 10001101 | 110 | 10111101 | 11001 | 1100001 | 0 | 11010 | 100011100 | 1011110 | 100110 |
Color Harmonies of #8D06BD
Complementary color
Monochromatic Colors of #8D06BD
Black with #8D06BD
Text Example
Text Example
White with #8D06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D06BD; }
p { color: rgb(141,6,189); }
H1.HeaderClassName
{
color: #8D06BD;
}
.AnyTagClassName
{
color: #8D06BD;
}
</style>
background-color css
<style>
a { background-color: #8D06BD; }
a { background-color: rgb(141,6,189); }
div.DivClassName
{
background-color: #8D06BD;
}
.BgClassName
{
background-color: #8D06BD;
}
</style>
border-color css
<style>
span { border-color: #8D06BD; }
span { border-color: rgb(141,6,189); }
td.TdClassName
{
border-color: #8D06BD;
}
.TagClassName
{
border-color: #8D06BD;
}
</style>