Shades of Dark Orchid #873FCB
Tints of Dark Orchid #873FCB
RGB
CMYK
RGB Variations
Color information
#873FCB (or 0x873FCB) is known color: Dark Orchid. HEX triplet: 87, 3F and CB. RGB value is (135,63,203). Sum of RGB (Red+Green+Blue) = 135+63+203=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #873FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FCB is #78C034. Grayscale: #636363. Windows color (decimal): -7913525 or 13320071. OLE color: 13320071.
HSL color Cylindrical-coordinate representation of color #873FCB: hue angle of 270.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873FCB is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 63 | 203 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.20 |
| HSL | 270.86º | 0.57% | 0.52% | - |
| HSV(B) | 270.86º | 0.69% | 0.8% | - |
| XYZ | 22.55 | 13.02 | 57.82 | - |
| YUV | 100.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 203 | 0.33 | 0.69 | 0 | 0.20 | 270.86 | 0.57 | 0.52 |
| Hex | 87 | 3F | CB | 21 | 45 | 0 | 14 | 10F | 39 | 34 |
| Octal | 207 | 77 | 313 | 41 | 105 | 0 | 24 | 417 | 71 | 64 |
| Binary | 10000111 | 111111 | 11001011 | 100001 | 1000101 | 0 | 10100 | 100001111 | 111001 | 110100 |
Color Harmonies of #873FCB
Complementary color
Monochromatic Colors of #873FCB
Black with #873FCB
Text Example
Text Example
White with #873FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FCB; }
p { color: rgb(135,63,203); }
H1.HeaderClassName
{
color: #873FCB;
}
.AnyTagClassName
{
color: #873FCB;
}
</style>
background-color css
<style>
a { background-color: #873FCB; }
a { background-color: rgb(135,63,203); }
div.DivClassName
{
background-color: #873FCB;
}
.BgClassName
{
background-color: #873FCB;
}
</style>
border-color css
<style>
span { border-color: #873FCB; }
span { border-color: rgb(135,63,203); }
td.TdClassName
{
border-color: #873FCB;
}
.TagClassName
{
border-color: #873FCB;
}
</style>