Shades of Dark Violet #8D05B7
Tints of Dark Violet #8D05B7
RGB
CMYK
RGB Variations
Color information
#8D05B7 (or 0x8D05B7) is known color: Dark Violet. HEX triplet: 8D, 05 and B7. RGB value is (141,5,183). Sum of RGB (Red+Green+Blue) = 141+5+183=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #8D05B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D05B7 is #72FA48. Grayscale: #414141. Windows color (decimal): -7535177 or 11994509. OLE color: 11994509.
HSL color Cylindrical-coordinate representation of color #8D05B7: hue angle of 285.84º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D05B7 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 5 | 183 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.28 |
| HSL | 285.84º | 0.95% | 0.37% | - |
| HSV(B) | 285.84º | 0.97% | 0.72% | - |
| XYZ | 19.59 | 9.19 | 45.54 | - |
| YUV | 65.96 | 194.06 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 183 | 0.23 | 0.97 | 0 | 0.28 | 285.84 | 0.95 | 0.37 |
| Hex | 8D | 5 | B7 | 17 | 61 | 0 | 1C | 11E | 5F | 25 |
| Octal | 215 | 5 | 267 | 27 | 141 | 0 | 34 | 436 | 137 | 45 |
| Binary | 10001101 | 101 | 10110111 | 10111 | 1100001 | 0 | 11100 | 100011110 | 1011111 | 100101 |
Color Harmonies of #8D05B7
Complementary color
Monochromatic Colors of #8D05B7
Black with #8D05B7
Text Example
Text Example
White with #8D05B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D05B7; }
p { color: rgb(141,5,183); }
H1.HeaderClassName
{
color: #8D05B7;
}
.AnyTagClassName
{
color: #8D05B7;
}
</style>
background-color css
<style>
a { background-color: #8D05B7; }
a { background-color: rgb(141,5,183); }
div.DivClassName
{
background-color: #8D05B7;
}
.BgClassName
{
background-color: #8D05B7;
}
</style>
border-color css
<style>
span { border-color: #8D05B7; }
span { border-color: rgb(141,5,183); }
td.TdClassName
{
border-color: #8D05B7;
}
.TagClassName
{
border-color: #8D05B7;
}
</style>