Shades of Dark Orchid #8C1DB9
Tints of Dark Orchid #8C1DB9
RGB
CMYK
RGB Variations
Color information
#8C1DB9 (or 0x8C1DB9) is known color: Dark Orchid. HEX triplet: 8C, 1D and B9. RGB value is (140,29,185). Sum of RGB (Red+Green+Blue) = 140+29+185=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #8C1DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1DB9 is #73E246. Grayscale: #4F4F4F. Windows color (decimal): -7594567 or 12131724. OLE color: 12131724.
HSL color Cylindrical-coordinate representation of color #8C1DB9: hue angle of 282.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1DB9 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 29 | 185 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.27 |
| HSL | 282.69º | 0.73% | 0.42% | - |
| HSV(B) | 282.69º | 0.84% | 0.73% | - |
| XYZ | 20.01 | 9.96 | 46.77 | - |
| YUV | 79.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 29 | 185 | 0.24 | 0.84 | 0 | 0.27 | 282.69 | 0.73 | 0.42 |
| Hex | 8C | 1D | B9 | 18 | 54 | 0 | 1B | 11B | 49 | 2A |
| Octal | 214 | 35 | 271 | 30 | 124 | 0 | 33 | 433 | 111 | 52 |
| Binary | 10001100 | 11101 | 10111001 | 11000 | 1010100 | 0 | 11011 | 100011011 | 1001001 | 101010 |
Color Harmonies of #8C1DB9
Complementary color
Monochromatic Colors of #8C1DB9
Black with #8C1DB9
Text Example
Text Example
White with #8C1DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1DB9; }
p { color: rgb(140,29,185); }
H1.HeaderClassName
{
color: #8C1DB9;
}
.AnyTagClassName
{
color: #8C1DB9;
}
</style>
background-color css
<style>
a { background-color: #8C1DB9; }
a { background-color: rgb(140,29,185); }
div.DivClassName
{
background-color: #8C1DB9;
}
.BgClassName
{
background-color: #8C1DB9;
}
</style>
border-color css
<style>
span { border-color: #8C1DB9; }
span { border-color: rgb(140,29,185); }
td.TdClassName
{
border-color: #8C1DB9;
}
.TagClassName
{
border-color: #8C1DB9;
}
</style>