Shades of Dark Orchid #873DC8
Tints of Dark Orchid #873DC8
RGB
CMYK
RGB Variations
Color information
#873DC8 (or 0x873DC8) is known color: Dark Orchid. HEX triplet: 87, 3D and C8. RGB value is (135,61,200). Sum of RGB (Red+Green+Blue) = 135+61+200=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #873DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DC8 is #78C237. Grayscale: #626262. Windows color (decimal): -7914040 or 13122951. OLE color: 13122951.
HSL color Cylindrical-coordinate representation of color #873DC8: hue angle of 271.94º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873DC8 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 61 | 200 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.22 |
| HSL | 271.94º | 0.56% | 0.51% | - |
| HSV(B) | 271.94º | 0.7% | 0.78% | - |
| XYZ | 22.09 | 12.66 | 55.92 | - |
| YUV | 98.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 200 | 0.32 | 0.69 | 0 | 0.22 | 271.94 | 0.56 | 0.51 |
| Hex | 87 | 3D | C8 | 20 | 45 | 0 | 16 | 110 | 38 | 33 |
| Octal | 207 | 75 | 310 | 40 | 105 | 0 | 26 | 420 | 70 | 63 |
| Binary | 10000111 | 111101 | 11001000 | 100000 | 1000101 | 0 | 10110 | 100010000 | 111000 | 110011 |
Color Harmonies of #873DC8
Complementary color
Monochromatic Colors of #873DC8
Black with #873DC8
Text Example
Text Example
White with #873DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873DC8; }
p { color: rgb(135,61,200); }
H1.HeaderClassName
{
color: #873DC8;
}
.AnyTagClassName
{
color: #873DC8;
}
</style>
background-color css
<style>
a { background-color: #873DC8; }
a { background-color: rgb(135,61,200); }
div.DivClassName
{
background-color: #873DC8;
}
.BgClassName
{
background-color: #873DC8;
}
</style>
border-color css
<style>
span { border-color: #873DC8; }
span { border-color: rgb(135,61,200); }
td.TdClassName
{
border-color: #873DC8;
}
.TagClassName
{
border-color: #873DC8;
}
</style>