Shades of Dark Violet #8D07D0
Tints of Dark Violet #8D07D0
RGB
CMYK
RGB Variations
Color information
#8D07D0 (or 0x8D07D0) is known color: Dark Violet. HEX triplet: 8D, 07 and D0. RGB value is (141,7,208). Sum of RGB (Red+Green+Blue) = 141+7+208=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D07D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D07D0 is #72F82F. Grayscale: #454545. Windows color (decimal): -7534640 or 13633421. OLE color: 13633421.
HSL color Cylindrical-coordinate representation of color #8D07D0: hue angle of 280º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D07D0 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 7 | 208 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.18 |
| HSL | 280º | 0.93% | 0.42% | - |
| HSV(B) | 280º | 0.97% | 0.82% | - |
| XYZ | 22.45 | 10.37 | 60.49 | - |
| YUV | 69.98 | 205.89 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 208 | 0.32 | 0.97 | 0 | 0.18 | 280 | 0.93 | 0.42 |
| Hex | 8D | 7 | D0 | 20 | 61 | 0 | 12 | 118 | 5D | 2A |
| Octal | 215 | 7 | 320 | 40 | 141 | 0 | 22 | 430 | 135 | 52 |
| Binary | 10001101 | 111 | 11010000 | 100000 | 1100001 | 0 | 10010 | 100011000 | 1011101 | 101010 |
Color Harmonies of #8D07D0
Complementary color
Monochromatic Colors of #8D07D0
Black with #8D07D0
Text Example
Text Example
White with #8D07D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D07D0; }
p { color: rgb(141,7,208); }
H1.HeaderClassName
{
color: #8D07D0;
}
.AnyTagClassName
{
color: #8D07D0;
}
</style>
background-color css
<style>
a { background-color: #8D07D0; }
a { background-color: rgb(141,7,208); }
div.DivClassName
{
background-color: #8D07D0;
}
.BgClassName
{
background-color: #8D07D0;
}
</style>
border-color css
<style>
span { border-color: #8D07D0; }
span { border-color: rgb(141,7,208); }
td.TdClassName
{
border-color: #8D07D0;
}
.TagClassName
{
border-color: #8D07D0;
}
</style>