Shades of Dark Orchid #811CBD
Tints of Dark Orchid #811CBD
RGB
CMYK
RGB Variations
Color information
#811CBD (or 0x811CBD) is known color: Dark Orchid. HEX triplet: 81, 1C and BD. RGB value is (129,28,189). Sum of RGB (Red+Green+Blue) = 129+28+189=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #811CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CBD is #7EE342. Grayscale: #4C4C4C. Windows color (decimal): -8315715 or 12393601. OLE color: 12393601.
HSL color Cylindrical-coordinate representation of color #811CBD: hue angle of 277.64º degrees, saturation: 0.74, 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 #811CBD is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 28 | 189 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.26 |
| HSL | 277.64º | 0.74% | 0.43% | - |
| HSV(B) | 277.64º | 0.85% | 0.74% | - |
| XYZ | 18.65 | 9.17 | 48.93 | - |
| YUV | 76.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 189 | 0.32 | 0.85 | 0 | 0.26 | 277.64 | 0.74 | 0.43 |
| Hex | 81 | 1C | BD | 20 | 55 | 0 | 1A | 116 | 4A | 2B |
| Octal | 201 | 34 | 275 | 40 | 125 | 0 | 32 | 426 | 112 | 53 |
| Binary | 10000001 | 11100 | 10111101 | 100000 | 1010101 | 0 | 11010 | 100010110 | 1001010 | 101011 |
Color Harmonies of #811CBD
Complementary color
Monochromatic Colors of #811CBD
Black with #811CBD
Text Example
Text Example
White with #811CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CBD; }
p { color: rgb(129,28,189); }
H1.HeaderClassName
{
color: #811CBD;
}
.AnyTagClassName
{
color: #811CBD;
}
</style>
background-color css
<style>
a { background-color: #811CBD; }
a { background-color: rgb(129,28,189); }
div.DivClassName
{
background-color: #811CBD;
}
.BgClassName
{
background-color: #811CBD;
}
</style>
border-color css
<style>
span { border-color: #811CBD; }
span { border-color: rgb(129,28,189); }
td.TdClassName
{
border-color: #811CBD;
}
.TagClassName
{
border-color: #811CBD;
}
</style>