Shades of Dark Violet #8D00DD
Tints of Dark Violet #8D00DD
RGB
CMYK
RGB Variations
Color information
#8D00DD (or 0x8D00DD) is known color: Dark Violet. HEX triplet: 8D, 00 and DD. RGB value is (141,0,221). Sum of RGB (Red+Green+Blue) = 141+0+221=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D00DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D00DD is #72FF22. Grayscale: #424242. Windows color (decimal): -7536419 or 14483597. OLE color: 14483597.
HSL color Cylindrical-coordinate representation of color #8D00DD: hue angle of 278.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D00DD is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 0 | 221 | - |
| CMYK | 0.36 | 1 | 0 | 0.13 |
| HSL | 278.28º | 1% | 0.43% | - |
| HSV(B) | 278.28º | 1% | 0.87% | - |
| XYZ | 24.04 | 10.88 | 69.24 | - |
| YUV | 67.35 | 214.71 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 221 | 0.36 | 1 | 0 | 0.13 | 278.28 | 1 | 0.43 |
| Hex | 8D | 0 | DD | 24 | 64 | 0 | D | 116 | 64 | 2B |
| Octal | 215 | 0 | 335 | 44 | 144 | 0 | 15 | 426 | 144 | 53 |
| Binary | 10001101 | 0 | 11011101 | 100100 | 1100100 | 0 | 1101 | 100010110 | 1100100 | 101011 |
Color Harmonies of #8D00DD
Complementary color
Monochromatic Colors of #8D00DD
Black with #8D00DD
Text Example
Text Example
White with #8D00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D00DD; }
p { color: rgb(141,0,221); }
H1.HeaderClassName
{
color: #8D00DD;
}
.AnyTagClassName
{
color: #8D00DD;
}
</style>
background-color css
<style>
a { background-color: #8D00DD; }
a { background-color: rgb(141,0,221); }
div.DivClassName
{
background-color: #8D00DD;
}
.BgClassName
{
background-color: #8D00DD;
}
</style>
border-color css
<style>
span { border-color: #8D00DD; }
span { border-color: rgb(141,0,221); }
td.TdClassName
{
border-color: #8D00DD;
}
.TagClassName
{
border-color: #8D00DD;
}
</style>