Shades of Dark Orchid #811DB0
Tints of Dark Orchid #811DB0
RGB
CMYK
RGB Variations
Color information
#811DB0 (or 0x811DB0) is known color: Dark Orchid. HEX triplet: 81, 1D and B0. RGB value is (129,29,176). Sum of RGB (Red+Green+Blue) = 129+29+176=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #811DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811DB0 is #7EE24F. Grayscale: #4B4B4B. Windows color (decimal): -8315472 or 11541889. OLE color: 11541889.
HSL color Cylindrical-coordinate representation of color #811DB0: hue angle of 280.82º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811DB0 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 29 | 176 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.31 |
| HSL | 280.82º | 0.72% | 0.4% | - |
| HSV(B) | 280.82º | 0.84% | 0.69% | - |
| XYZ | 17.33 | 8.68 | 41.84 | - |
| YUV | 75.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 176 | 0.27 | 0.84 | 0 | 0.31 | 280.82 | 0.72 | 0.4 |
| Hex | 81 | 1D | B0 | 1B | 54 | 0 | 1F | 119 | 48 | 28 |
| Octal | 201 | 35 | 260 | 33 | 124 | 0 | 37 | 431 | 110 | 50 |
| Binary | 10000001 | 11101 | 10110000 | 11011 | 1010100 | 0 | 11111 | 100011001 | 1001000 | 101000 |
Color Harmonies of #811DB0
Complementary color
Monochromatic Colors of #811DB0
Black with #811DB0
Text Example
Text Example
White with #811DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DB0; }
p { color: rgb(129,29,176); }
H1.HeaderClassName
{
color: #811DB0;
}
.AnyTagClassName
{
color: #811DB0;
}
</style>
background-color css
<style>
a { background-color: #811DB0; }
a { background-color: rgb(129,29,176); }
div.DivClassName
{
background-color: #811DB0;
}
.BgClassName
{
background-color: #811DB0;
}
</style>
border-color css
<style>
span { border-color: #811DB0; }
span { border-color: rgb(129,29,176); }
td.TdClassName
{
border-color: #811DB0;
}
.TagClassName
{
border-color: #811DB0;
}
</style>