Shades of Dark Violet #8D04D8
Tints of Dark Violet #8D04D8
RGB
CMYK
RGB Variations
Color information
#8D04D8 (or 0x8D04D8) is known color: Dark Violet. HEX triplet: 8D, 04 and D8. RGB value is (141,4,216). Sum of RGB (Red+Green+Blue) = 141+4+216=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D04D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D04D8 is #72FB27. Grayscale: #444444. Windows color (decimal): -7535400 or 14156941. OLE color: 14156941.
HSL color Cylindrical-coordinate representation of color #8D04D8: hue angle of 278.77º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D04D8 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 4 | 216 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.15 |
| HSL | 278.77º | 0.96% | 0.43% | - |
| HSV(B) | 278.77º | 0.98% | 0.85% | - |
| XYZ | 23.42 | 10.71 | 65.8 | - |
| YUV | 69.13 | 210.89 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 216 | 0.35 | 0.98 | 0 | 0.15 | 278.77 | 0.96 | 0.43 |
| Hex | 8D | 4 | D8 | 23 | 62 | 0 | F | 117 | 60 | 2B |
| Octal | 215 | 4 | 330 | 43 | 142 | 0 | 17 | 427 | 140 | 53 |
| Binary | 10001101 | 100 | 11011000 | 100011 | 1100010 | 0 | 1111 | 100010111 | 1100000 | 101011 |
Color Harmonies of #8D04D8
Complementary color
Monochromatic Colors of #8D04D8
Black with #8D04D8
Text Example
Text Example
White with #8D04D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D04D8; }
p { color: rgb(141,4,216); }
H1.HeaderClassName
{
color: #8D04D8;
}
.AnyTagClassName
{
color: #8D04D8;
}
</style>
background-color css
<style>
a { background-color: #8D04D8; }
a { background-color: rgb(141,4,216); }
div.DivClassName
{
background-color: #8D04D8;
}
.BgClassName
{
background-color: #8D04D8;
}
</style>
border-color css
<style>
span { border-color: #8D04D8; }
span { border-color: rgb(141,4,216); }
td.TdClassName
{
border-color: #8D04D8;
}
.TagClassName
{
border-color: #8D04D8;
}
</style>