Shades of Dark Orchid #873FBC
Tints of Dark Orchid #873FBC
RGB
CMYK
RGB Variations
Color information
#873FBC (or 0x873FBC) is known color: Dark Orchid. HEX triplet: 87, 3F and BC. RGB value is (135,63,188). Sum of RGB (Red+Green+Blue) = 135+63+188=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #873FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FBC is #78C043. Grayscale: #626262. Windows color (decimal): -7913540 or 12337031. OLE color: 12337031.
HSL color Cylindrical-coordinate representation of color #873FBC: hue angle of 274.56º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #873FBC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 63 | 188 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.26 |
| HSL | 274.56º | 0.5% | 0.49% | - |
| HSV(B) | 274.56º | 0.66% | 0.74% | - |
| XYZ | 20.85 | 12.34 | 48.86 | - |
| YUV | 98.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 188 | 0.28 | 0.66 | 0 | 0.26 | 274.56 | 0.5 | 0.49 |
| Hex | 87 | 3F | BC | 1C | 42 | 0 | 1A | 113 | 32 | 31 |
| Octal | 207 | 77 | 274 | 34 | 102 | 0 | 32 | 423 | 62 | 61 |
| Binary | 10000111 | 111111 | 10111100 | 11100 | 1000010 | 0 | 11010 | 100010011 | 110010 | 110001 |
Color Harmonies of #873FBC
Complementary color
Monochromatic Colors of #873FBC
Black with #873FBC
Text Example
Text Example
White with #873FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FBC; }
p { color: rgb(135,63,188); }
H1.HeaderClassName
{
color: #873FBC;
}
.AnyTagClassName
{
color: #873FBC;
}
</style>
background-color css
<style>
a { background-color: #873FBC; }
a { background-color: rgb(135,63,188); }
div.DivClassName
{
background-color: #873FBC;
}
.BgClassName
{
background-color: #873FBC;
}
</style>
border-color css
<style>
span { border-color: #873FBC; }
span { border-color: rgb(135,63,188); }
td.TdClassName
{
border-color: #873FBC;
}
.TagClassName
{
border-color: #873FBC;
}
</style>