Shades of Dark Orchid #873DBE
Tints of Dark Orchid #873DBE
RGB
CMYK
RGB Variations
Color information
#873DBE (or 0x873DBE) is known color: Dark Orchid. HEX triplet: 87, 3D and BE. RGB value is (135,61,190). Sum of RGB (Red+Green+Blue) = 135+61+190=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #873DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DBE is #78C241. Grayscale: #616161. Windows color (decimal): -7914050 or 12467591. OLE color: 12467591.
HSL color Cylindrical-coordinate representation of color #873DBE: hue angle of 274.42º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #873DBE is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 61 | 190 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.25 |
| HSL | 274.42º | 0.51% | 0.49% | - |
| HSV(B) | 274.42º | 0.68% | 0.75% | - |
| XYZ | 20.95 | 12.21 | 49.97 | - |
| YUV | 97.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 190 | 0.29 | 0.68 | 0 | 0.25 | 274.42 | 0.51 | 0.49 |
| Hex | 87 | 3D | BE | 1D | 44 | 0 | 19 | 112 | 33 | 31 |
| Octal | 207 | 75 | 276 | 35 | 104 | 0 | 31 | 422 | 63 | 61 |
| Binary | 10000111 | 111101 | 10111110 | 11101 | 1000100 | 0 | 11001 | 100010010 | 110011 | 110001 |
Color Harmonies of #873DBE
Complementary color
Monochromatic Colors of #873DBE
Black with #873DBE
Text Example
Text Example
White with #873DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873DBE; }
p { color: rgb(135,61,190); }
H1.HeaderClassName
{
color: #873DBE;
}
.AnyTagClassName
{
color: #873DBE;
}
</style>
background-color css
<style>
a { background-color: #873DBE; }
a { background-color: rgb(135,61,190); }
div.DivClassName
{
background-color: #873DBE;
}
.BgClassName
{
background-color: #873DBE;
}
</style>
border-color css
<style>
span { border-color: #873DBE; }
span { border-color: rgb(135,61,190); }
td.TdClassName
{
border-color: #873DBE;
}
.TagClassName
{
border-color: #873DBE;
}
</style>