Shades of Dark Violet #8D09BE
Tints of Dark Violet #8D09BE
RGB
CMYK
RGB Variations
Color information
#8D09BE (or 0x8D09BE) is known color: Dark Violet. HEX triplet: 8D, 09 and BE. RGB value is (141,9,190). Sum of RGB (Red+Green+Blue) = 141+9+190=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D09BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D09BE is #72F641. Grayscale: #444444. Windows color (decimal): -7534146 or 12454285. OLE color: 12454285.
HSL color Cylindrical-coordinate representation of color #8D09BE: hue angle of 283.76º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D09BE is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 9 | 190 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.25 |
| HSL | 283.76º | 0.91% | 0.39% | - |
| HSV(B) | 283.76º | 0.95% | 0.75% | - |
| XYZ | 20.38 | 9.58 | 49.49 | - |
| YUV | 69.1 | 196.23 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 190 | 0.26 | 0.95 | 0 | 0.25 | 283.76 | 0.91 | 0.39 |
| Hex | 8D | 9 | BE | 1A | 5F | 0 | 19 | 11C | 5B | 27 |
| Octal | 215 | 11 | 276 | 32 | 137 | 0 | 31 | 434 | 133 | 47 |
| Binary | 10001101 | 1001 | 10111110 | 11010 | 1011111 | 0 | 11001 | 100011100 | 1011011 | 100111 |
Color Harmonies of #8D09BE
Complementary color
Monochromatic Colors of #8D09BE
Black with #8D09BE
Text Example
Text Example
White with #8D09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D09BE; }
p { color: rgb(141,9,190); }
H1.HeaderClassName
{
color: #8D09BE;
}
.AnyTagClassName
{
color: #8D09BE;
}
</style>
background-color css
<style>
a { background-color: #8D09BE; }
a { background-color: rgb(141,9,190); }
div.DivClassName
{
background-color: #8D09BE;
}
.BgClassName
{
background-color: #8D09BE;
}
</style>
border-color css
<style>
span { border-color: #8D09BE; }
span { border-color: rgb(141,9,190); }
td.TdClassName
{
border-color: #8D09BE;
}
.TagClassName
{
border-color: #8D09BE;
}
</style>