Shades of Dark Orchid #8C19B0
Tints of Dark Orchid #8C19B0
RGB
CMYK
RGB Variations
Color information
#8C19B0 (or 0x8C19B0) is known color: Dark Orchid. HEX triplet: 8C, 19 and B0. RGB value is (140,25,176). Sum of RGB (Red+Green+Blue) = 140+25+176=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #8C19B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C19B0 is #73E64F. Grayscale: #4C4C4C. Windows color (decimal): -7595600 or 11540876. OLE color: 11540876.
HSL color Cylindrical-coordinate representation of color #8C19B0: hue angle of 285.7º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C19B0 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 25 | 176 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.31 |
| HSL | 285.7º | 0.75% | 0.39% | - |
| HSV(B) | 285.7º | 0.86% | 0.69% | - |
| XYZ | 19 | 9.41 | 41.89 | - |
| YUV | 76.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 176 | 0.20 | 0.86 | 0 | 0.31 | 285.7 | 0.75 | 0.39 |
| Hex | 8C | 19 | B0 | 14 | 56 | 0 | 1F | 11E | 4B | 27 |
| Octal | 214 | 31 | 260 | 24 | 126 | 0 | 37 | 436 | 113 | 47 |
| Binary | 10001100 | 11001 | 10110000 | 10100 | 1010110 | 0 | 11111 | 100011110 | 1001011 | 100111 |
Color Harmonies of #8C19B0
Complementary color
Monochromatic Colors of #8C19B0
Black with #8C19B0
Text Example
Text Example
White with #8C19B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C19B0; }
p { color: rgb(140,25,176); }
H1.HeaderClassName
{
color: #8C19B0;
}
.AnyTagClassName
{
color: #8C19B0;
}
</style>
background-color css
<style>
a { background-color: #8C19B0; }
a { background-color: rgb(140,25,176); }
div.DivClassName
{
background-color: #8C19B0;
}
.BgClassName
{
background-color: #8C19B0;
}
</style>
border-color css
<style>
span { border-color: #8C19B0; }
span { border-color: rgb(140,25,176); }
td.TdClassName
{
border-color: #8C19B0;
}
.TagClassName
{
border-color: #8C19B0;
}
</style>