Shades of Dark Orchid #8C19BF
Tints of Dark Orchid #8C19BF
RGB
CMYK
RGB Variations
Color information
#8C19BF (or 0x8C19BF) is known color: Dark Orchid. HEX triplet: 8C, 19 and BF. RGB value is (140,25,191). Sum of RGB (Red+Green+Blue) = 140+25+191=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C19BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C19BF is #73E640. Grayscale: #4D4D4D. Windows color (decimal): -7595585 or 12523916. OLE color: 12523916.
HSL color Cylindrical-coordinate representation of color #8C19BF: hue angle of 281.57º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C19BF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 25 | 191 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.25 |
| HSL | 281.57º | 0.77% | 0.42% | - |
| HSV(B) | 281.57º | 0.87% | 0.75% | - |
| XYZ | 20.57 | 10.03 | 50.14 | - |
| YUV | 78.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 191 | 0.27 | 0.87 | 0 | 0.25 | 281.57 | 0.77 | 0.42 |
| Hex | 8C | 19 | BF | 1B | 57 | 0 | 19 | 11A | 4D | 2A |
| Octal | 214 | 31 | 277 | 33 | 127 | 0 | 31 | 432 | 115 | 52 |
| Binary | 10001100 | 11001 | 10111111 | 11011 | 1010111 | 0 | 11001 | 100011010 | 1001101 | 101010 |
Color Harmonies of #8C19BF
Complementary color
Monochromatic Colors of #8C19BF
Black with #8C19BF
Text Example
Text Example
White with #8C19BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C19BF; }
p { color: rgb(140,25,191); }
H1.HeaderClassName
{
color: #8C19BF;
}
.AnyTagClassName
{
color: #8C19BF;
}
</style>
background-color css
<style>
a { background-color: #8C19BF; }
a { background-color: rgb(140,25,191); }
div.DivClassName
{
background-color: #8C19BF;
}
.BgClassName
{
background-color: #8C19BF;
}
</style>
border-color css
<style>
span { border-color: #8C19BF; }
span { border-color: rgb(140,25,191); }
td.TdClassName
{
border-color: #8C19BF;
}
.TagClassName
{
border-color: #8C19BF;
}
</style>