Shades of Dark Orchid #811CBC
Tints of Dark Orchid #811CBC
RGB
CMYK
RGB Variations
Color information
#811CBC (or 0x811CBC) is known color: Dark Orchid. HEX triplet: 81, 1C and BC. RGB value is (129,28,188). Sum of RGB (Red+Green+Blue) = 129+28+188=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #811CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CBC is #7EE343. Grayscale: #4B4B4B. Windows color (decimal): -8315716 or 12328065. OLE color: 12328065.
HSL color Cylindrical-coordinate representation of color #811CBC: hue angle of 277.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811CBC is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 28 | 188 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.26 |
| HSL | 277.88º | 0.74% | 0.42% | - |
| HSV(B) | 277.88º | 0.85% | 0.74% | - |
| XYZ | 18.55 | 9.13 | 48.36 | - |
| YUV | 76.44 | 190.96 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 188 | 0.31 | 0.85 | 0 | 0.26 | 277.88 | 0.74 | 0.42 |
| Hex | 81 | 1C | BC | 1F | 55 | 0 | 1A | 116 | 4A | 2A |
| Octal | 201 | 34 | 274 | 37 | 125 | 0 | 32 | 426 | 112 | 52 |
| Binary | 10000001 | 11100 | 10111100 | 11111 | 1010101 | 0 | 11010 | 100010110 | 1001010 | 101010 |
Color Harmonies of #811CBC
Complementary color
Monochromatic Colors of #811CBC
Black with #811CBC
Text Example
Text Example
White with #811CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CBC; }
p { color: rgb(129,28,188); }
H1.HeaderClassName
{
color: #811CBC;
}
.AnyTagClassName
{
color: #811CBC;
}
</style>
background-color css
<style>
a { background-color: #811CBC; }
a { background-color: rgb(129,28,188); }
div.DivClassName
{
background-color: #811CBC;
}
.BgClassName
{
background-color: #811CBC;
}
</style>
border-color css
<style>
span { border-color: #811CBC; }
span { border-color: rgb(129,28,188); }
td.TdClassName
{
border-color: #811CBC;
}
.TagClassName
{
border-color: #811CBC;
}
</style>