Shades of Dark Orchid #8746C9
Tints of Dark Orchid #8746C9
RGB
CMYK
RGB Variations
Color information
#8746C9 (or 0x8746C9) is known color: Dark Orchid. HEX triplet: 87, 46 and C9. RGB value is (135,70,201). Sum of RGB (Red+Green+Blue) = 135+70+201=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #8746C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8746C9 is #78B936. Grayscale: #676767. Windows color (decimal): -7911735 or 13190791. OLE color: 13190791.
HSL color Cylindrical-coordinate representation of color #8746C9: hue angle of 269.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8746C9 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 70 | 201 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.21 |
| HSL | 269.77º | 0.55% | 0.53% | - |
| HSV(B) | 269.77º | 0.65% | 0.79% | - |
| XYZ | 22.72 | 13.75 | 56.71 | - |
| YUV | 104.37 | 182.53 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 201 | 0.33 | 0.65 | 0 | 0.21 | 269.77 | 0.55 | 0.53 |
| Hex | 87 | 46 | C9 | 21 | 41 | 0 | 15 | 10E | 37 | 35 |
| Octal | 207 | 106 | 311 | 41 | 101 | 0 | 25 | 416 | 67 | 65 |
| Binary | 10000111 | 1000110 | 11001001 | 100001 | 1000001 | 0 | 10101 | 100001110 | 110111 | 110101 |
Color Harmonies of #8746C9
Complementary color
Monochromatic Colors of #8746C9
Black with #8746C9
Text Example
Text Example
White with #8746C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8746C9; }
p { color: rgb(135,70,201); }
H1.HeaderClassName
{
color: #8746C9;
}
.AnyTagClassName
{
color: #8746C9;
}
</style>
background-color css
<style>
a { background-color: #8746C9; }
a { background-color: rgb(135,70,201); }
div.DivClassName
{
background-color: #8746C9;
}
.BgClassName
{
background-color: #8746C9;
}
</style>
border-color css
<style>
span { border-color: #8746C9; }
span { border-color: rgb(135,70,201); }
td.TdClassName
{
border-color: #8746C9;
}
.TagClassName
{
border-color: #8746C9;
}
</style>