Shades of Dark Violet #8D05BE
Tints of Dark Violet #8D05BE
RGB
CMYK
RGB Variations
Color information
#8D05BE (or 0x8D05BE) is known color: Dark Violet. HEX triplet: 8D, 05 and BE. RGB value is (141,5,190). Sum of RGB (Red+Green+Blue) = 141+5+190=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D05BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D05BE is #72FA41. Grayscale: #424242. Windows color (decimal): -7535170 or 12453261. OLE color: 12453261.
HSL color Cylindrical-coordinate representation of color #8D05BE: hue angle of 284.11º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D05BE is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 5 | 190 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.25 |
| HSL | 284.11º | 0.95% | 0.38% | - |
| HSV(B) | 284.11º | 0.97% | 0.75% | - |
| XYZ | 20.33 | 9.49 | 49.48 | - |
| YUV | 66.75 | 197.56 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 190 | 0.26 | 0.97 | 0 | 0.25 | 284.11 | 0.95 | 0.38 |
| Hex | 8D | 5 | BE | 1A | 61 | 0 | 19 | 11C | 5F | 26 |
| Octal | 215 | 5 | 276 | 32 | 141 | 0 | 31 | 434 | 137 | 46 |
| Binary | 10001101 | 101 | 10111110 | 11010 | 1100001 | 0 | 11001 | 100011100 | 1011111 | 100110 |
Color Harmonies of #8D05BE
Complementary color
Monochromatic Colors of #8D05BE
Black with #8D05BE
Text Example
Text Example
White with #8D05BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D05BE; }
p { color: rgb(141,5,190); }
H1.HeaderClassName
{
color: #8D05BE;
}
.AnyTagClassName
{
color: #8D05BE;
}
</style>
background-color css
<style>
a { background-color: #8D05BE; }
a { background-color: rgb(141,5,190); }
div.DivClassName
{
background-color: #8D05BE;
}
.BgClassName
{
background-color: #8D05BE;
}
</style>
border-color css
<style>
span { border-color: #8D05BE; }
span { border-color: rgb(141,5,190); }
td.TdClassName
{
border-color: #8D05BE;
}
.TagClassName
{
border-color: #8D05BE;
}
</style>