Shades of Dark Orchid #873BC7
Tints of Dark Orchid #873BC7
RGB
CMYK
RGB Variations
Color information
#873BC7 (or 0x873BC7) is known color: Dark Orchid. HEX triplet: 87, 3B and C7. RGB value is (135,59,199). Sum of RGB (Red+Green+Blue) = 135+59+199=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #873BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873BC7 is #78C438. Grayscale: #616161. Windows color (decimal): -7914553 or 13056903. OLE color: 13056903.
HSL color Cylindrical-coordinate representation of color #873BC7: hue angle of 272.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873BC7 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 59 | 199 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.22 |
| HSL | 272.57º | 0.56% | 0.51% | - |
| HSV(B) | 272.57º | 0.7% | 0.78% | - |
| XYZ | 21.86 | 12.4 | 55.27 | - |
| YUV | 97.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 199 | 0.32 | 0.70 | 0 | 0.22 | 272.57 | 0.56 | 0.51 |
| Hex | 87 | 3B | C7 | 20 | 46 | 0 | 16 | 111 | 38 | 33 |
| Octal | 207 | 73 | 307 | 40 | 106 | 0 | 26 | 421 | 70 | 63 |
| Binary | 10000111 | 111011 | 11000111 | 100000 | 1000110 | 0 | 10110 | 100010001 | 111000 | 110011 |
Color Harmonies of #873BC7
Complementary color
Monochromatic Colors of #873BC7
Black with #873BC7
Text Example
Text Example
White with #873BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873BC7; }
p { color: rgb(135,59,199); }
H1.HeaderClassName
{
color: #873BC7;
}
.AnyTagClassName
{
color: #873BC7;
}
</style>
background-color css
<style>
a { background-color: #873BC7; }
a { background-color: rgb(135,59,199); }
div.DivClassName
{
background-color: #873BC7;
}
.BgClassName
{
background-color: #873BC7;
}
</style>
border-color css
<style>
span { border-color: #873BC7; }
span { border-color: rgb(135,59,199); }
td.TdClassName
{
border-color: #873BC7;
}
.TagClassName
{
border-color: #873BC7;
}
</style>