Shades of Dark Violet #8D07B9
Tints of Dark Violet #8D07B9
RGB
CMYK
RGB Variations
Color information
#8D07B9 (or 0x8D07B9) is known color: Dark Violet. HEX triplet: 8D, 07 and B9. RGB value is (141,7,185). Sum of RGB (Red+Green+Blue) = 141+7+185=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #8D07B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D07B9 is #72F846. Grayscale: #424242. Windows color (decimal): -7534663 or 12126093. OLE color: 12126093.
HSL color Cylindrical-coordinate representation of color #8D07B9: hue angle of 285.17º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D07B9 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 7 | 185 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.27 |
| HSL | 285.17º | 0.93% | 0.38% | - |
| HSV(B) | 285.17º | 0.96% | 0.73% | - |
| XYZ | 19.82 | 9.32 | 46.65 | - |
| YUV | 67.36 | 194.39 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 185 | 0.24 | 0.96 | 0 | 0.27 | 285.17 | 0.93 | 0.38 |
| Hex | 8D | 7 | B9 | 18 | 60 | 0 | 1B | 11D | 5D | 26 |
| Octal | 215 | 7 | 271 | 30 | 140 | 0 | 33 | 435 | 135 | 46 |
| Binary | 10001101 | 111 | 10111001 | 11000 | 1100000 | 0 | 11011 | 100011101 | 1011101 | 100110 |
Color Harmonies of #8D07B9
Complementary color
Monochromatic Colors of #8D07B9
Black with #8D07B9
Text Example
Text Example
White with #8D07B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D07B9; }
p { color: rgb(141,7,185); }
H1.HeaderClassName
{
color: #8D07B9;
}
.AnyTagClassName
{
color: #8D07B9;
}
</style>
background-color css
<style>
a { background-color: #8D07B9; }
a { background-color: rgb(141,7,185); }
div.DivClassName
{
background-color: #8D07B9;
}
.BgClassName
{
background-color: #8D07B9;
}
</style>
border-color css
<style>
span { border-color: #8D07B9; }
span { border-color: rgb(141,7,185); }
td.TdClassName
{
border-color: #8D07B9;
}
.TagClassName
{
border-color: #8D07B9;
}
</style>