Shades of Dark Violet #8D09DD
Tints of Dark Violet #8D09DD
RGB
CMYK
RGB Variations
Color information
#8D09DD (or 0x8D09DD) is known color: Dark Violet. HEX triplet: 8D, 09 and DD. RGB value is (141,9,221). Sum of RGB (Red+Green+Blue) = 141+9+221=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D09DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D09DD is #72F622. Grayscale: #474747. Windows color (decimal): -7534115 or 14485901. OLE color: 14485901.
HSL color Cylindrical-coordinate representation of color #8D09DD: hue angle of 277.36º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D09DD is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 9 | 221 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.13 |
| HSL | 277.36º | 0.92% | 0.45% | - |
| HSV(B) | 277.36º | 0.96% | 0.87% | - |
| XYZ | 24.13 | 11.08 | 69.27 | - |
| YUV | 72.64 | 211.73 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 221 | 0.36 | 0.96 | 0 | 0.13 | 277.36 | 0.92 | 0.45 |
| Hex | 8D | 9 | DD | 24 | 60 | 0 | D | 115 | 5C | 2D |
| Octal | 215 | 11 | 335 | 44 | 140 | 0 | 15 | 425 | 134 | 55 |
| Binary | 10001101 | 1001 | 11011101 | 100100 | 1100000 | 0 | 1101 | 100010101 | 1011100 | 101101 |
Color Harmonies of #8D09DD
Complementary color
Monochromatic Colors of #8D09DD
Black with #8D09DD
Text Example
Text Example
White with #8D09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D09DD; }
p { color: rgb(141,9,221); }
H1.HeaderClassName
{
color: #8D09DD;
}
.AnyTagClassName
{
color: #8D09DD;
}
</style>
background-color css
<style>
a { background-color: #8D09DD; }
a { background-color: rgb(141,9,221); }
div.DivClassName
{
background-color: #8D09DD;
}
.BgClassName
{
background-color: #8D09DD;
}
</style>
border-color css
<style>
span { border-color: #8D09DD; }
span { border-color: rgb(141,9,221); }
td.TdClassName
{
border-color: #8D09DD;
}
.TagClassName
{
border-color: #8D09DD;
}
</style>