Shades of Dark Orchid #8C19BA
Tints of Dark Orchid #8C19BA
RGB
CMYK
RGB Variations
Color information
#8C19BA (or 0x8C19BA) is known color: Dark Orchid. HEX triplet: 8C, 19 and BA. RGB value is (140,25,186). Sum of RGB (Red+Green+Blue) = 140+25+186=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C19BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C19BA is #73E645. Grayscale: #4D4D4D. Windows color (decimal): -7595590 or 12196236. OLE color: 12196236.
HSL color Cylindrical-coordinate representation of color #8C19BA: hue angle of 282.86º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C19BA is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 25 | 186 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.27 |
| HSL | 282.86º | 0.76% | 0.41% | - |
| HSV(B) | 282.86º | 0.87% | 0.73% | - |
| XYZ | 20.03 | 9.82 | 47.29 | - |
| YUV | 77.74 | 189.1 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 186 | 0.25 | 0.87 | 0 | 0.27 | 282.86 | 0.76 | 0.41 |
| Hex | 8C | 19 | BA | 19 | 57 | 0 | 1B | 11B | 4C | 29 |
| Octal | 214 | 31 | 272 | 31 | 127 | 0 | 33 | 433 | 114 | 51 |
| Binary | 10001100 | 11001 | 10111010 | 11001 | 1010111 | 0 | 11011 | 100011011 | 1001100 | 101001 |
Color Harmonies of #8C19BA
Complementary color
Monochromatic Colors of #8C19BA
Black with #8C19BA
Text Example
Text Example
White with #8C19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C19BA; }
p { color: rgb(140,25,186); }
H1.HeaderClassName
{
color: #8C19BA;
}
.AnyTagClassName
{
color: #8C19BA;
}
</style>
background-color css
<style>
a { background-color: #8C19BA; }
a { background-color: rgb(140,25,186); }
div.DivClassName
{
background-color: #8C19BA;
}
.BgClassName
{
background-color: #8C19BA;
}
</style>
border-color css
<style>
span { border-color: #8C19BA; }
span { border-color: rgb(140,25,186); }
td.TdClassName
{
border-color: #8C19BA;
}
.TagClassName
{
border-color: #8C19BA;
}
</style>