Shades of Dark Orchid #812DBD
Tints of Dark Orchid #812DBD
RGB
CMYK
RGB Variations
Color information
#812DBD (or 0x812DBD) is known color: Dark Orchid. HEX triplet: 81, 2D and BD. RGB value is (129,45,189). Sum of RGB (Red+Green+Blue) = 129+45+189=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #812DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DBD is #7ED242. Grayscale: #565656. Windows color (decimal): -8311363 or 12397953. OLE color: 12397953.
HSL color Cylindrical-coordinate representation of color #812DBD: hue angle of 275º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812DBD is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 45 | 189 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.26 |
| HSL | 275º | 0.62% | 0.46% | - |
| HSV(B) | 275º | 0.76% | 0.74% | - |
| XYZ | 19.18 | 10.22 | 49.11 | - |
| YUV | 86.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 189 | 0.32 | 0.76 | 0 | 0.26 | 275 | 0.62 | 0.46 |
| Hex | 81 | 2D | BD | 20 | 4C | 0 | 1A | 113 | 3E | 2E |
| Octal | 201 | 55 | 275 | 40 | 114 | 0 | 32 | 423 | 76 | 56 |
| Binary | 10000001 | 101101 | 10111101 | 100000 | 1001100 | 0 | 11010 | 100010011 | 111110 | 101110 |
Color Harmonies of #812DBD
Complementary color
Monochromatic Colors of #812DBD
Black with #812DBD
Text Example
Text Example
White with #812DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DBD; }
p { color: rgb(129,45,189); }
H1.HeaderClassName
{
color: #812DBD;
}
.AnyTagClassName
{
color: #812DBD;
}
</style>
background-color css
<style>
a { background-color: #812DBD; }
a { background-color: rgb(129,45,189); }
div.DivClassName
{
background-color: #812DBD;
}
.BgClassName
{
background-color: #812DBD;
}
</style>
border-color css
<style>
span { border-color: #812DBD; }
span { border-color: rgb(129,45,189); }
td.TdClassName
{
border-color: #812DBD;
}
.TagClassName
{
border-color: #812DBD;
}
</style>