Shades of Dark Orchid #873AB3
Tints of Dark Orchid #873AB3
RGB
CMYK
RGB Variations
Color information
#873AB3 (or 0x873AB3) is known color: Dark Orchid. HEX triplet: 87, 3A and B3. RGB value is (135,58,179). Sum of RGB (Red+Green+Blue) = 135+58+179=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #873AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873AB3 is #78C54C. Grayscale: #5E5E5E. Windows color (decimal): -7914829 or 11745927. OLE color: 11745927.
HSL color Cylindrical-coordinate representation of color #873AB3: hue angle of 278.18º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #873AB3 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 58 | 179 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.30 |
| HSL | 278.18º | 0.51% | 0.46% | - |
| HSV(B) | 278.18º | 0.68% | 0.7% | - |
| XYZ | 19.64 | 11.43 | 43.82 | - |
| YUV | 94.82 | 175.51 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 179 | 0.25 | 0.68 | 0 | 0.30 | 278.18 | 0.51 | 0.46 |
| Hex | 87 | 3A | B3 | 19 | 44 | 0 | 1E | 116 | 33 | 2E |
| Octal | 207 | 72 | 263 | 31 | 104 | 0 | 36 | 426 | 63 | 56 |
| Binary | 10000111 | 111010 | 10110011 | 11001 | 1000100 | 0 | 11110 | 100010110 | 110011 | 101110 |
Color Harmonies of #873AB3
Complementary color
Monochromatic Colors of #873AB3
Black with #873AB3
Text Example
Text Example
White with #873AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873AB3; }
p { color: rgb(135,58,179); }
H1.HeaderClassName
{
color: #873AB3;
}
.AnyTagClassName
{
color: #873AB3;
}
</style>
background-color css
<style>
a { background-color: #873AB3; }
a { background-color: rgb(135,58,179); }
div.DivClassName
{
background-color: #873AB3;
}
.BgClassName
{
background-color: #873AB3;
}
</style>
border-color css
<style>
span { border-color: #873AB3; }
span { border-color: rgb(135,58,179); }
td.TdClassName
{
border-color: #873AB3;
}
.TagClassName
{
border-color: #873AB3;
}
</style>