Shades of Dark Orchid #811EBD
Tints of Dark Orchid #811EBD
RGB
CMYK
RGB Variations
Color information
#811EBD (or 0x811EBD) is known color: Dark Orchid. HEX triplet: 81, 1E and BD. RGB value is (129,30,189). Sum of RGB (Red+Green+Blue) = 129+30+189=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #811EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811EBD is #7EE142. Grayscale: #4D4D4D. Windows color (decimal): -8315203 or 12394113. OLE color: 12394113.
HSL color Cylindrical-coordinate representation of color #811EBD: hue angle of 277.36º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811EBD is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 30 | 189 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.26 |
| HSL | 277.36º | 0.73% | 0.43% | - |
| HSV(B) | 277.36º | 0.84% | 0.74% | - |
| XYZ | 18.7 | 9.27 | 48.95 | - |
| YUV | 77.73 | 190.8 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 189 | 0.32 | 0.84 | 0 | 0.26 | 277.36 | 0.73 | 0.43 |
| Hex | 81 | 1E | BD | 20 | 54 | 0 | 1A | 115 | 49 | 2B |
| Octal | 201 | 36 | 275 | 40 | 124 | 0 | 32 | 425 | 111 | 53 |
| Binary | 10000001 | 11110 | 10111101 | 100000 | 1010100 | 0 | 11010 | 100010101 | 1001001 | 101011 |
Color Harmonies of #811EBD
Complementary color
Monochromatic Colors of #811EBD
Black with #811EBD
Text Example
Text Example
White with #811EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811EBD; }
p { color: rgb(129,30,189); }
H1.HeaderClassName
{
color: #811EBD;
}
.AnyTagClassName
{
color: #811EBD;
}
</style>
background-color css
<style>
a { background-color: #811EBD; }
a { background-color: rgb(129,30,189); }
div.DivClassName
{
background-color: #811EBD;
}
.BgClassName
{
background-color: #811EBD;
}
</style>
border-color css
<style>
span { border-color: #811EBD; }
span { border-color: rgb(129,30,189); }
td.TdClassName
{
border-color: #811EBD;
}
.TagClassName
{
border-color: #811EBD;
}
</style>