Shades of Dark Orchid #811DB4
Tints of Dark Orchid #811DB4
RGB
CMYK
RGB Variations
Color information
#811DB4 (or 0x811DB4) is known color: Dark Orchid. HEX triplet: 81, 1D and B4. RGB value is (129,29,180). Sum of RGB (Red+Green+Blue) = 129+29+180=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #811DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DB4 is #7EE24B. Grayscale: #4B4B4B. Windows color (decimal): -8315468 or 11804033. OLE color: 11804033.
HSL color Cylindrical-coordinate representation of color #811DB4: hue angle of 279.74º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811DB4 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 29 | 180 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.29 |
| HSL | 279.74º | 0.72% | 0.41% | - |
| HSV(B) | 279.74º | 0.84% | 0.71% | - |
| XYZ | 17.73 | 8.84 | 43.95 | - |
| YUV | 76.11 | 186.63 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 180 | 0.28 | 0.84 | 0 | 0.29 | 279.74 | 0.72 | 0.41 |
| Hex | 81 | 1D | B4 | 1C | 54 | 0 | 1D | 118 | 48 | 29 |
| Octal | 201 | 35 | 264 | 34 | 124 | 0 | 35 | 430 | 110 | 51 |
| Binary | 10000001 | 11101 | 10110100 | 11100 | 1010100 | 0 | 11101 | 100011000 | 1001000 | 101001 |
Color Harmonies of #811DB4
Complementary color
Monochromatic Colors of #811DB4
Black with #811DB4
Text Example
Text Example
White with #811DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DB4; }
p { color: rgb(129,29,180); }
H1.HeaderClassName
{
color: #811DB4;
}
.AnyTagClassName
{
color: #811DB4;
}
</style>
background-color css
<style>
a { background-color: #811DB4; }
a { background-color: rgb(129,29,180); }
div.DivClassName
{
background-color: #811DB4;
}
.BgClassName
{
background-color: #811DB4;
}
</style>
border-color css
<style>
span { border-color: #811DB4; }
span { border-color: rgb(129,29,180); }
td.TdClassName
{
border-color: #811DB4;
}
.TagClassName
{
border-color: #811DB4;
}
</style>