Shades of Dark Orchid #812DB6
Tints of Dark Orchid #812DB6
RGB
CMYK
RGB Variations
Color information
#812DB6 (or 0x812DB6) is known color: Dark Orchid. HEX triplet: 81, 2D and B6. RGB value is (129,45,182). Sum of RGB (Red+Green+Blue) = 129+45+182=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #812DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DB6 is #7ED249. Grayscale: #555555. Windows color (decimal): -8311370 or 11939201. OLE color: 11939201.
HSL color Cylindrical-coordinate representation of color #812DB6: hue angle of 276.79º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812DB6 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 45 | 182 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.29 |
| HSL | 276.79º | 0.6% | 0.45% | - |
| HSV(B) | 276.79º | 0.75% | 0.71% | - |
| XYZ | 18.44 | 9.92 | 45.2 | - |
| YUV | 85.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 182 | 0.29 | 0.75 | 0 | 0.29 | 276.79 | 0.6 | 0.45 |
| Hex | 81 | 2D | B6 | 1D | 4B | 0 | 1D | 115 | 3C | 2D |
| Octal | 201 | 55 | 266 | 35 | 113 | 0 | 35 | 425 | 74 | 55 |
| Binary | 10000001 | 101101 | 10110110 | 11101 | 1001011 | 0 | 11101 | 100010101 | 111100 | 101101 |
Color Harmonies of #812DB6
Complementary color
Monochromatic Colors of #812DB6
Black with #812DB6
Text Example
Text Example
White with #812DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DB6; }
p { color: rgb(129,45,182); }
H1.HeaderClassName
{
color: #812DB6;
}
.AnyTagClassName
{
color: #812DB6;
}
</style>
background-color css
<style>
a { background-color: #812DB6; }
a { background-color: rgb(129,45,182); }
div.DivClassName
{
background-color: #812DB6;
}
.BgClassName
{
background-color: #812DB6;
}
</style>
border-color css
<style>
span { border-color: #812DB6; }
span { border-color: rgb(129,45,182); }
td.TdClassName
{
border-color: #812DB6;
}
.TagClassName
{
border-color: #812DB6;
}
</style>