Shades of Dark Orchid #812AB3
Tints of Dark Orchid #812AB3
RGB
CMYK
RGB Variations
Color information
#812AB3 (or 0x812AB3) is known color: Dark Orchid. HEX triplet: 81, 2A and B3. RGB value is (129,42,179). Sum of RGB (Red+Green+Blue) = 129+42+179=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #812AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812AB3 is #7ED54C. Grayscale: #535353. Windows color (decimal): -8312141 or 11741825. OLE color: 11741825.
HSL color Cylindrical-coordinate representation of color #812AB3: hue angle of 278.1º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812AB3 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 42 | 179 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.30 |
| HSL | 278.1º | 0.62% | 0.43% | - |
| HSV(B) | 278.1º | 0.77% | 0.7% | - |
| XYZ | 18.02 | 9.58 | 43.55 | - |
| YUV | 83.63 | 181.82 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 179 | 0.28 | 0.77 | 0 | 0.30 | 278.1 | 0.62 | 0.43 |
| Hex | 81 | 2A | B3 | 1C | 4D | 0 | 1E | 116 | 3E | 2B |
| Octal | 201 | 52 | 263 | 34 | 115 | 0 | 36 | 426 | 76 | 53 |
| Binary | 10000001 | 101010 | 10110011 | 11100 | 1001101 | 0 | 11110 | 100010110 | 111110 | 101011 |
Color Harmonies of #812AB3
Complementary color
Monochromatic Colors of #812AB3
Black with #812AB3
Text Example
Text Example
White with #812AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812AB3; }
p { color: rgb(129,42,179); }
H1.HeaderClassName
{
color: #812AB3;
}
.AnyTagClassName
{
color: #812AB3;
}
</style>
background-color css
<style>
a { background-color: #812AB3; }
a { background-color: rgb(129,42,179); }
div.DivClassName
{
background-color: #812AB3;
}
.BgClassName
{
background-color: #812AB3;
}
</style>
border-color css
<style>
span { border-color: #812AB3; }
span { border-color: rgb(129,42,179); }
td.TdClassName
{
border-color: #812AB3;
}
.TagClassName
{
border-color: #812AB3;
}
</style>