Shades of Dark Orchid #811CBA
Tints of Dark Orchid #811CBA
RGB
CMYK
RGB Variations
Color information
#811CBA (or 0x811CBA) is known color: Dark Orchid. HEX triplet: 81, 1C and BA. RGB value is (129,28,186). Sum of RGB (Red+Green+Blue) = 129+28+186=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #811CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CBA is #7EE345. Grayscale: #4B4B4B. Windows color (decimal): -8315718 or 12196993. OLE color: 12196993.
HSL color Cylindrical-coordinate representation of color #811CBA: hue angle of 278.35º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811CBA is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 28 | 186 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.27 |
| HSL | 278.35º | 0.74% | 0.42% | - |
| HSV(B) | 278.35º | 0.85% | 0.73% | - |
| XYZ | 18.33 | 9.04 | 47.23 | - |
| YUV | 76.21 | 189.96 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 186 | 0.31 | 0.85 | 0 | 0.27 | 278.35 | 0.74 | 0.42 |
| Hex | 81 | 1C | BA | 1F | 55 | 0 | 1B | 116 | 4A | 2A |
| Octal | 201 | 34 | 272 | 37 | 125 | 0 | 33 | 426 | 112 | 52 |
| Binary | 10000001 | 11100 | 10111010 | 11111 | 1010101 | 0 | 11011 | 100010110 | 1001010 | 101010 |
Color Harmonies of #811CBA
Complementary color
Monochromatic Colors of #811CBA
Black with #811CBA
Text Example
Text Example
White with #811CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CBA; }
p { color: rgb(129,28,186); }
H1.HeaderClassName
{
color: #811CBA;
}
.AnyTagClassName
{
color: #811CBA;
}
</style>
background-color css
<style>
a { background-color: #811CBA; }
a { background-color: rgb(129,28,186); }
div.DivClassName
{
background-color: #811CBA;
}
.BgClassName
{
background-color: #811CBA;
}
</style>
border-color css
<style>
span { border-color: #811CBA; }
span { border-color: rgb(129,28,186); }
td.TdClassName
{
border-color: #811CBA;
}
.TagClassName
{
border-color: #811CBA;
}
</style>