Shades of Dark Orchid #812CBA
Tints of Dark Orchid #812CBA
RGB
CMYK
RGB Variations
Color information
#812CBA (or 0x812CBA) is known color: Dark Orchid. HEX triplet: 81, 2C and BA. RGB value is (129,44,186). Sum of RGB (Red+Green+Blue) = 129+44+186=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #812CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CBA is #7ED345. Grayscale: #555555. Windows color (decimal): -8311622 or 12201089. OLE color: 12201089.
HSL color Cylindrical-coordinate representation of color #812CBA: hue angle of 275.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812CBA is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 44 | 186 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.27 |
| HSL | 275.92º | 0.62% | 0.45% | - |
| HSV(B) | 275.92º | 0.76% | 0.73% | - |
| XYZ | 18.82 | 10.01 | 47.4 | - |
| YUV | 85.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 186 | 0.31 | 0.76 | 0 | 0.27 | 275.92 | 0.62 | 0.45 |
| Hex | 81 | 2C | BA | 1F | 4C | 0 | 1B | 114 | 3E | 2D |
| Octal | 201 | 54 | 272 | 37 | 114 | 0 | 33 | 424 | 76 | 55 |
| Binary | 10000001 | 101100 | 10111010 | 11111 | 1001100 | 0 | 11011 | 100010100 | 111110 | 101101 |
Color Harmonies of #812CBA
Complementary color
Monochromatic Colors of #812CBA
Black with #812CBA
Text Example
Text Example
White with #812CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812CBA; }
p { color: rgb(129,44,186); }
H1.HeaderClassName
{
color: #812CBA;
}
.AnyTagClassName
{
color: #812CBA;
}
</style>
background-color css
<style>
a { background-color: #812CBA; }
a { background-color: rgb(129,44,186); }
div.DivClassName
{
background-color: #812CBA;
}
.BgClassName
{
background-color: #812CBA;
}
</style>
border-color css
<style>
span { border-color: #812CBA; }
span { border-color: rgb(129,44,186); }
td.TdClassName
{
border-color: #812CBA;
}
.TagClassName
{
border-color: #812CBA;
}
</style>