Shades of Dark Orchid #8C19BC
Tints of Dark Orchid #8C19BC
RGB
CMYK
RGB Variations
Color information
#8C19BC (or 0x8C19BC) is known color: Dark Orchid. HEX triplet: 8C, 19 and BC. RGB value is (140,25,188). Sum of RGB (Red+Green+Blue) = 140+25+188=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C19BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C19BC is #73E643. Grayscale: #4D4D4D. Windows color (decimal): -7595588 or 12327308. OLE color: 12327308.
HSL color Cylindrical-coordinate representation of color #8C19BC: hue angle of 282.33º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C19BC is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 25 | 188 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.26 |
| HSL | 282.33º | 0.77% | 0.42% | - |
| HSV(B) | 282.33º | 0.87% | 0.74% | - |
| XYZ | 20.24 | 9.9 | 48.42 | - |
| YUV | 77.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 188 | 0.26 | 0.87 | 0 | 0.26 | 282.33 | 0.77 | 0.42 |
| Hex | 8C | 19 | BC | 1A | 57 | 0 | 1A | 11A | 4D | 2A |
| Octal | 214 | 31 | 274 | 32 | 127 | 0 | 32 | 432 | 115 | 52 |
| Binary | 10001100 | 11001 | 10111100 | 11010 | 1010111 | 0 | 11010 | 100011010 | 1001101 | 101010 |
Color Harmonies of #8C19BC
Complementary color
Monochromatic Colors of #8C19BC
Black with #8C19BC
Text Example
Text Example
White with #8C19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C19BC; }
p { color: rgb(140,25,188); }
H1.HeaderClassName
{
color: #8C19BC;
}
.AnyTagClassName
{
color: #8C19BC;
}
</style>
background-color css
<style>
a { background-color: #8C19BC; }
a { background-color: rgb(140,25,188); }
div.DivClassName
{
background-color: #8C19BC;
}
.BgClassName
{
background-color: #8C19BC;
}
</style>
border-color css
<style>
span { border-color: #8C19BC; }
span { border-color: rgb(140,25,188); }
td.TdClassName
{
border-color: #8C19BC;
}
.TagClassName
{
border-color: #8C19BC;
}
</style>