Shades of Dark Orchid #8D19C6
Tints of Dark Orchid #8D19C6
RGB
CMYK
RGB Variations
Color information
#8D19C6 (or 0x8D19C6) is known color: Dark Orchid. HEX triplet: 8D, 19 and C6. RGB value is (141,25,198). Sum of RGB (Red+Green+Blue) = 141+25+198=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D19C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D19C6 is #72E639. Grayscale: #4E4E4E. Windows color (decimal): -7530042 or 12982669. OLE color: 12982669.
HSL color Cylindrical-coordinate representation of color #8D19C6: hue angle of 280.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D19C6 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 25 | 198 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.22 |
| HSL | 280.23º | 0.78% | 0.44% | - |
| HSV(B) | 280.23º | 0.87% | 0.78% | - |
| XYZ | 21.53 | 10.44 | 54.31 | - |
| YUV | 79.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 198 | 0.29 | 0.87 | 0 | 0.22 | 280.23 | 0.78 | 0.44 |
| Hex | 8D | 19 | C6 | 1D | 57 | 0 | 16 | 118 | 4E | 2C |
| Octal | 215 | 31 | 306 | 35 | 127 | 0 | 26 | 430 | 116 | 54 |
| Binary | 10001101 | 11001 | 11000110 | 11101 | 1010111 | 0 | 10110 | 100011000 | 1001110 | 101100 |
Color Harmonies of #8D19C6
Complementary color
Monochromatic Colors of #8D19C6
Black with #8D19C6
Text Example
Text Example
White with #8D19C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D19C6; }
p { color: rgb(141,25,198); }
H1.HeaderClassName
{
color: #8D19C6;
}
.AnyTagClassName
{
color: #8D19C6;
}
</style>
background-color css
<style>
a { background-color: #8D19C6; }
a { background-color: rgb(141,25,198); }
div.DivClassName
{
background-color: #8D19C6;
}
.BgClassName
{
background-color: #8D19C6;
}
</style>
border-color css
<style>
span { border-color: #8D19C6; }
span { border-color: rgb(141,25,198); }
td.TdClassName
{
border-color: #8D19C6;
}
.TagClassName
{
border-color: #8D19C6;
}
</style>