Shades of Dark Orchid #812DBF
Tints of Dark Orchid #812DBF
RGB
CMYK
RGB Variations
Color information
#812DBF (or 0x812DBF) is known color: Dark Orchid. HEX triplet: 81, 2D and BF. RGB value is (129,45,191). Sum of RGB (Red+Green+Blue) = 129+45+191=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #812DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DBF is #7ED240. Grayscale: #565656. Windows color (decimal): -8311361 or 12529025. OLE color: 12529025.
HSL color Cylindrical-coordinate representation of color #812DBF: hue angle of 274.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812DBF is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 45 | 191 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.25 |
| HSL | 274.52º | 0.62% | 0.46% | - |
| HSV(B) | 274.52º | 0.76% | 0.75% | - |
| XYZ | 19.4 | 10.31 | 50.26 | - |
| YUV | 86.76 | 186.83 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 191 | 0.32 | 0.76 | 0 | 0.25 | 274.52 | 0.62 | 0.46 |
| Hex | 81 | 2D | BF | 20 | 4C | 0 | 19 | 113 | 3E | 2E |
| Octal | 201 | 55 | 277 | 40 | 114 | 0 | 31 | 423 | 76 | 56 |
| Binary | 10000001 | 101101 | 10111111 | 100000 | 1001100 | 0 | 11001 | 100010011 | 111110 | 101110 |
Color Harmonies of #812DBF
Complementary color
Monochromatic Colors of #812DBF
Black with #812DBF
Text Example
Text Example
White with #812DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DBF; }
p { color: rgb(129,45,191); }
H1.HeaderClassName
{
color: #812DBF;
}
.AnyTagClassName
{
color: #812DBF;
}
</style>
background-color css
<style>
a { background-color: #812DBF; }
a { background-color: rgb(129,45,191); }
div.DivClassName
{
background-color: #812DBF;
}
.BgClassName
{
background-color: #812DBF;
}
</style>
border-color css
<style>
span { border-color: #812DBF; }
span { border-color: rgb(129,45,191); }
td.TdClassName
{
border-color: #812DBF;
}
.TagClassName
{
border-color: #812DBF;
}
</style>