Shades of Dark Orchid #812AC1
Tints of Dark Orchid #812AC1
RGB
CMYK
RGB Variations
Color information
#812AC1 (or 0x812AC1) is known color: Dark Orchid. HEX triplet: 81, 2A and C1. RGB value is (129,42,193). Sum of RGB (Red+Green+Blue) = 129+42+193=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #812AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812AC1 is #7ED53E. Grayscale: #545454. Windows color (decimal): -8312127 or 12659329. OLE color: 12659329.
HSL color Cylindrical-coordinate representation of color #812AC1: hue angle of 274.57º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812AC1 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 42 | 193 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.24 |
| HSL | 274.57º | 0.64% | 0.46% | - |
| HSV(B) | 274.57º | 0.78% | 0.76% | - |
| XYZ | 19.51 | 10.17 | 51.39 | - |
| YUV | 85.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 193 | 0.33 | 0.78 | 0 | 0.24 | 274.57 | 0.64 | 0.46 |
| Hex | 81 | 2A | C1 | 21 | 4E | 0 | 18 | 113 | 40 | 2E |
| Octal | 201 | 52 | 301 | 41 | 116 | 0 | 30 | 423 | 100 | 56 |
| Binary | 10000001 | 101010 | 11000001 | 100001 | 1001110 | 0 | 11000 | 100010011 | 1000000 | 101110 |
Color Harmonies of #812AC1
Complementary color
Monochromatic Colors of #812AC1
Black with #812AC1
Text Example
Text Example
White with #812AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812AC1; }
p { color: rgb(129,42,193); }
H1.HeaderClassName
{
color: #812AC1;
}
.AnyTagClassName
{
color: #812AC1;
}
</style>
background-color css
<style>
a { background-color: #812AC1; }
a { background-color: rgb(129,42,193); }
div.DivClassName
{
background-color: #812AC1;
}
.BgClassName
{
background-color: #812AC1;
}
</style>
border-color css
<style>
span { border-color: #812AC1; }
span { border-color: rgb(129,42,193); }
td.TdClassName
{
border-color: #812AC1;
}
.TagClassName
{
border-color: #812AC1;
}
</style>