Shades of Dark Orchid #873FCE
Tints of Dark Orchid #873FCE
RGB
CMYK
RGB Variations
Color information
#873FCE (or 0x873FCE) is known color: Dark Orchid. HEX triplet: 87, 3F and CE. RGB value is (135,63,206). Sum of RGB (Red+Green+Blue) = 135+63+206=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #873FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FCE is #78C031. Grayscale: #646464. Windows color (decimal): -7913522 or 13516679. OLE color: 13516679.
HSL color Cylindrical-coordinate representation of color #873FCE: hue angle of 270.21º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873FCE is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 63 | 206 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.19 |
| HSL | 270.21º | 0.59% | 0.53% | - |
| HSV(B) | 270.21º | 0.69% | 0.81% | - |
| XYZ | 22.91 | 13.16 | 59.73 | - |
| YUV | 100.83 | 187.35 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 206 | 0.34 | 0.69 | 0 | 0.19 | 270.21 | 0.59 | 0.53 |
| Hex | 87 | 3F | CE | 22 | 45 | 0 | 13 | 10E | 3B | 35 |
| Octal | 207 | 77 | 316 | 42 | 105 | 0 | 23 | 416 | 73 | 65 |
| Binary | 10000111 | 111111 | 11001110 | 100010 | 1000101 | 0 | 10011 | 100001110 | 111011 | 110101 |
Color Harmonies of #873FCE
Complementary color
Monochromatic Colors of #873FCE
Black with #873FCE
Text Example
Text Example
White with #873FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FCE; }
p { color: rgb(135,63,206); }
H1.HeaderClassName
{
color: #873FCE;
}
.AnyTagClassName
{
color: #873FCE;
}
</style>
background-color css
<style>
a { background-color: #873FCE; }
a { background-color: rgb(135,63,206); }
div.DivClassName
{
background-color: #873FCE;
}
.BgClassName
{
background-color: #873FCE;
}
</style>
border-color css
<style>
span { border-color: #873FCE; }
span { border-color: rgb(135,63,206); }
td.TdClassName
{
border-color: #873FCE;
}
.TagClassName
{
border-color: #873FCE;
}
</style>