Shades of Dark Orchid #873ACF
Tints of Dark Orchid #873ACF
RGB
CMYK
RGB Variations
Color information
#873ACF (or 0x873ACF) is known color: Dark Orchid. HEX triplet: 87, 3A and CF. RGB value is (135,58,207). Sum of RGB (Red+Green+Blue) = 135+58+207=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #873ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ACF is #78C530. Grayscale: #616161. Windows color (decimal): -7914801 or 13580935. OLE color: 13580935.
HSL color Cylindrical-coordinate representation of color #873ACF: hue angle of 271.01º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873ACF is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 58 | 207 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.19 |
| HSL | 271.01º | 0.61% | 0.52% | - |
| HSV(B) | 271.01º | 0.72% | 0.81% | - |
| XYZ | 22.77 | 12.68 | 60.28 | - |
| YUV | 98.01 | 189.51 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 207 | 0.35 | 0.72 | 0 | 0.19 | 271.01 | 0.61 | 0.52 |
| Hex | 87 | 3A | CF | 23 | 48 | 0 | 13 | 10F | 3D | 34 |
| Octal | 207 | 72 | 317 | 43 | 110 | 0 | 23 | 417 | 75 | 64 |
| Binary | 10000111 | 111010 | 11001111 | 100011 | 1001000 | 0 | 10011 | 100001111 | 111101 | 110100 |
Color Harmonies of #873ACF
Complementary color
Monochromatic Colors of #873ACF
Black with #873ACF
Text Example
Text Example
White with #873ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873ACF; }
p { color: rgb(135,58,207); }
H1.HeaderClassName
{
color: #873ACF;
}
.AnyTagClassName
{
color: #873ACF;
}
</style>
background-color css
<style>
a { background-color: #873ACF; }
a { background-color: rgb(135,58,207); }
div.DivClassName
{
background-color: #873ACF;
}
.BgClassName
{
background-color: #873ACF;
}
</style>
border-color css
<style>
span { border-color: #873ACF; }
span { border-color: rgb(135,58,207); }
td.TdClassName
{
border-color: #873ACF;
}
.TagClassName
{
border-color: #873ACF;
}
</style>