Shades of Dark Violet #8D07DD
Tints of Dark Violet #8D07DD
RGB
CMYK
RGB Variations
Color information
#8D07DD (or 0x8D07DD) is known color: Dark Violet. HEX triplet: 8D, 07 and DD. RGB value is (141,7,221). Sum of RGB (Red+Green+Blue) = 141+7+221=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D07DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D07DD is #72F822. Grayscale: #464646. Windows color (decimal): -7534627 or 14485389. OLE color: 14485389.
HSL color Cylindrical-coordinate representation of color #8D07DD: hue angle of 277.57º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D07DD is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 7 | 221 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.13 |
| HSL | 277.57º | 0.94% | 0.45% | - |
| HSV(B) | 277.57º | 0.97% | 0.87% | - |
| XYZ | 24.11 | 11.04 | 69.27 | - |
| YUV | 71.46 | 212.39 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 221 | 0.36 | 0.97 | 0 | 0.13 | 277.57 | 0.94 | 0.45 |
| Hex | 8D | 7 | DD | 24 | 61 | 0 | D | 116 | 5E | 2D |
| Octal | 215 | 7 | 335 | 44 | 141 | 0 | 15 | 426 | 136 | 55 |
| Binary | 10001101 | 111 | 11011101 | 100100 | 1100001 | 0 | 1101 | 100010110 | 1011110 | 101101 |
Color Harmonies of #8D07DD
Complementary color
Monochromatic Colors of #8D07DD
Black with #8D07DD
Text Example
Text Example
White with #8D07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D07DD; }
p { color: rgb(141,7,221); }
H1.HeaderClassName
{
color: #8D07DD;
}
.AnyTagClassName
{
color: #8D07DD;
}
</style>
background-color css
<style>
a { background-color: #8D07DD; }
a { background-color: rgb(141,7,221); }
div.DivClassName
{
background-color: #8D07DD;
}
.BgClassName
{
background-color: #8D07DD;
}
</style>
border-color css
<style>
span { border-color: #8D07DD; }
span { border-color: rgb(141,7,221); }
td.TdClassName
{
border-color: #8D07DD;
}
.TagClassName
{
border-color: #8D07DD;
}
</style>