Shades of Dark Orchid #811DBC
Tints of Dark Orchid #811DBC
RGB
CMYK
RGB Variations
Color information
#811DBC (or 0x811DBC) is known color: Dark Orchid. HEX triplet: 81, 1D and BC. RGB value is (129,29,188). Sum of RGB (Red+Green+Blue) = 129+29+188=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #811DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DBC is #7EE243. Grayscale: #4C4C4C. Windows color (decimal): -8315460 or 12328321. OLE color: 12328321.
HSL color Cylindrical-coordinate representation of color #811DBC: hue angle of 277.74º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811DBC is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 29 | 188 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.26 |
| HSL | 277.74º | 0.73% | 0.43% | - |
| HSV(B) | 277.74º | 0.85% | 0.74% | - |
| XYZ | 18.57 | 9.18 | 48.37 | - |
| YUV | 77.03 | 190.63 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 188 | 0.31 | 0.85 | 0 | 0.26 | 277.74 | 0.73 | 0.43 |
| Hex | 81 | 1D | BC | 1F | 55 | 0 | 1A | 116 | 49 | 2B |
| Octal | 201 | 35 | 274 | 37 | 125 | 0 | 32 | 426 | 111 | 53 |
| Binary | 10000001 | 11101 | 10111100 | 11111 | 1010101 | 0 | 11010 | 100010110 | 1001001 | 101011 |
Color Harmonies of #811DBC
Complementary color
Monochromatic Colors of #811DBC
Black with #811DBC
Text Example
Text Example
White with #811DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DBC; }
p { color: rgb(129,29,188); }
H1.HeaderClassName
{
color: #811DBC;
}
.AnyTagClassName
{
color: #811DBC;
}
</style>
background-color css
<style>
a { background-color: #811DBC; }
a { background-color: rgb(129,29,188); }
div.DivClassName
{
background-color: #811DBC;
}
.BgClassName
{
background-color: #811DBC;
}
</style>
border-color css
<style>
span { border-color: #811DBC; }
span { border-color: rgb(129,29,188); }
td.TdClassName
{
border-color: #811DBC;
}
.TagClassName
{
border-color: #811DBC;
}
</style>