Shades of Dark Orchid #812CB3
Tints of Dark Orchid #812CB3
RGB
CMYK
RGB Variations
Color information
#812CB3 (or 0x812CB3) is known color: Dark Orchid. HEX triplet: 81, 2C and B3. RGB value is (129,44,179). Sum of RGB (Red+Green+Blue) = 129+44+179=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #812CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CB3 is #7ED34C. Grayscale: #545454. Windows color (decimal): -8311629 or 11742337. OLE color: 11742337.
HSL color Cylindrical-coordinate representation of color #812CB3: hue angle of 277.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812CB3 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 44 | 179 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.30 |
| HSL | 277.78º | 0.61% | 0.44% | - |
| HSV(B) | 277.78º | 0.75% | 0.7% | - |
| XYZ | 18.09 | 9.72 | 43.57 | - |
| YUV | 84.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 179 | 0.28 | 0.75 | 0 | 0.30 | 277.78 | 0.61 | 0.44 |
| Hex | 81 | 2C | B3 | 1C | 4B | 0 | 1E | 116 | 3D | 2C |
| Octal | 201 | 54 | 263 | 34 | 113 | 0 | 36 | 426 | 75 | 54 |
| Binary | 10000001 | 101100 | 10110011 | 11100 | 1001011 | 0 | 11110 | 100010110 | 111101 | 101100 |
Color Harmonies of #812CB3
Complementary color
Monochromatic Colors of #812CB3
Black with #812CB3
Text Example
Text Example
White with #812CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812CB3; }
p { color: rgb(129,44,179); }
H1.HeaderClassName
{
color: #812CB3;
}
.AnyTagClassName
{
color: #812CB3;
}
</style>
background-color css
<style>
a { background-color: #812CB3; }
a { background-color: rgb(129,44,179); }
div.DivClassName
{
background-color: #812CB3;
}
.BgClassName
{
background-color: #812CB3;
}
</style>
border-color css
<style>
span { border-color: #812CB3; }
span { border-color: rgb(129,44,179); }
td.TdClassName
{
border-color: #812CB3;
}
.TagClassName
{
border-color: #812CB3;
}
</style>