Shades of Dark Orchid #8C1DBA
Tints of Dark Orchid #8C1DBA
RGB
CMYK
RGB Variations
Color information
#8C1DBA (or 0x8C1DBA) is known color: Dark Orchid. HEX triplet: 8C, 1D and BA. RGB value is (140,29,186). Sum of RGB (Red+Green+Blue) = 140+29+186=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1DBA is #73E245. Grayscale: #4F4F4F. Windows color (decimal): -7594566 or 12197260. OLE color: 12197260.
HSL color Cylindrical-coordinate representation of color #8C1DBA: hue angle of 282.42º 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 #8C1DBA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 29 | 186 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.27 |
| HSL | 282.42º | 0.73% | 0.42% | - |
| HSV(B) | 282.42º | 0.84% | 0.73% | - |
| XYZ | 20.12 | 10 | 47.32 | - |
| YUV | 80.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 29 | 186 | 0.25 | 0.84 | 0 | 0.27 | 282.42 | 0.73 | 0.42 |
| Hex | 8C | 1D | BA | 19 | 54 | 0 | 1B | 11A | 49 | 2A |
| Octal | 214 | 35 | 272 | 31 | 124 | 0 | 33 | 432 | 111 | 52 |
| Binary | 10001100 | 11101 | 10111010 | 11001 | 1010100 | 0 | 11011 | 100011010 | 1001001 | 101010 |
Color Harmonies of #8C1DBA
Complementary color
Monochromatic Colors of #8C1DBA
Black with #8C1DBA
Text Example
Text Example
White with #8C1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1DBA; }
p { color: rgb(140,29,186); }
H1.HeaderClassName
{
color: #8C1DBA;
}
.AnyTagClassName
{
color: #8C1DBA;
}
</style>
background-color css
<style>
a { background-color: #8C1DBA; }
a { background-color: rgb(140,29,186); }
div.DivClassName
{
background-color: #8C1DBA;
}
.BgClassName
{
background-color: #8C1DBA;
}
</style>
border-color css
<style>
span { border-color: #8C1DBA; }
span { border-color: rgb(140,29,186); }
td.TdClassName
{
border-color: #8C1DBA;
}
.TagClassName
{
border-color: #8C1DBA;
}
</style>