Shades of Dark Orchid #873CCA
Tints of Dark Orchid #873CCA
RGB
CMYK
RGB Variations
Color information
#873CCA (or 0x873CCA) is known color: Dark Orchid. HEX triplet: 87, 3C and CA. RGB value is (135,60,202). Sum of RGB (Red+Green+Blue) = 135+60+202=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #873CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CCA is #78C335. Grayscale: #626262. Windows color (decimal): -7914294 or 13253767. OLE color: 13253767.
HSL color Cylindrical-coordinate representation of color #873CCA: hue angle of 271.69º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873CCA is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 60 | 202 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.21 |
| HSL | 271.69º | 0.57% | 0.51% | - |
| HSV(B) | 271.69º | 0.7% | 0.79% | - |
| XYZ | 22.27 | 12.65 | 57.14 | - |
| YUV | 98.61 | 186.35 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 202 | 0.33 | 0.70 | 0 | 0.21 | 271.69 | 0.57 | 0.51 |
| Hex | 87 | 3C | CA | 21 | 46 | 0 | 15 | 110 | 39 | 33 |
| Octal | 207 | 74 | 312 | 41 | 106 | 0 | 25 | 420 | 71 | 63 |
| Binary | 10000111 | 111100 | 11001010 | 100001 | 1000110 | 0 | 10101 | 100010000 | 111001 | 110011 |
Color Harmonies of #873CCA
Complementary color
Monochromatic Colors of #873CCA
Black with #873CCA
Text Example
Text Example
White with #873CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CCA; }
p { color: rgb(135,60,202); }
H1.HeaderClassName
{
color: #873CCA;
}
.AnyTagClassName
{
color: #873CCA;
}
</style>
background-color css
<style>
a { background-color: #873CCA; }
a { background-color: rgb(135,60,202); }
div.DivClassName
{
background-color: #873CCA;
}
.BgClassName
{
background-color: #873CCA;
}
</style>
border-color css
<style>
span { border-color: #873CCA; }
span { border-color: rgb(135,60,202); }
td.TdClassName
{
border-color: #873CCA;
}
.TagClassName
{
border-color: #873CCA;
}
</style>