Shades of Dark Violet #8D09CE
Tints of Dark Violet #8D09CE
RGB
CMYK
RGB Variations
Color information
#8D09CE (or 0x8D09CE) is known color: Dark Violet. HEX triplet: 8D, 09 and CE. RGB value is (141,9,206). Sum of RGB (Red+Green+Blue) = 141+9+206=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D09CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D09CE is #72F631. Grayscale: #464646. Windows color (decimal): -7534130 or 13502861. OLE color: 13502861.
HSL color Cylindrical-coordinate representation of color #8D09CE: hue angle of 280.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D09CE is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 9 | 206 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.19 |
| HSL | 280.2º | 0.92% | 0.42% | - |
| HSV(B) | 280.2º | 0.96% | 0.81% | - |
| XYZ | 22.22 | 10.31 | 59.21 | - |
| YUV | 70.93 | 204.23 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 206 | 0.32 | 0.96 | 0 | 0.19 | 280.2 | 0.92 | 0.42 |
| Hex | 8D | 9 | CE | 20 | 60 | 0 | 13 | 118 | 5C | 2A |
| Octal | 215 | 11 | 316 | 40 | 140 | 0 | 23 | 430 | 134 | 52 |
| Binary | 10001101 | 1001 | 11001110 | 100000 | 1100000 | 0 | 10011 | 100011000 | 1011100 | 101010 |
Color Harmonies of #8D09CE
Complementary color
Monochromatic Colors of #8D09CE
Black with #8D09CE
Text Example
Text Example
White with #8D09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D09CE; }
p { color: rgb(141,9,206); }
H1.HeaderClassName
{
color: #8D09CE;
}
.AnyTagClassName
{
color: #8D09CE;
}
</style>
background-color css
<style>
a { background-color: #8D09CE; }
a { background-color: rgb(141,9,206); }
div.DivClassName
{
background-color: #8D09CE;
}
.BgClassName
{
background-color: #8D09CE;
}
</style>
border-color css
<style>
span { border-color: #8D09CE; }
span { border-color: rgb(141,9,206); }
td.TdClassName
{
border-color: #8D09CE;
}
.TagClassName
{
border-color: #8D09CE;
}
</style>