Shades of Dark Orchid #8746CE
Tints of Dark Orchid #8746CE
RGB
CMYK
RGB Variations
Color information
#8746CE (or 0x8746CE) is known color: Dark Orchid. HEX triplet: 87, 46 and CE. RGB value is (135,70,206). Sum of RGB (Red+Green+Blue) = 135+70+206=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #8746CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8746CE is #78B931. Grayscale: #686868. Windows color (decimal): -7911730 or 13518471. OLE color: 13518471.
HSL color Cylindrical-coordinate representation of color #8746CE: hue angle of 268.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8746CE is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 70 | 206 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.19 |
| HSL | 268.68º | 0.58% | 0.54% | - |
| HSV(B) | 268.68º | 0.66% | 0.81% | - |
| XYZ | 23.32 | 13.99 | 59.86 | - |
| YUV | 104.94 | 185.03 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 206 | 0.34 | 0.66 | 0 | 0.19 | 268.68 | 0.58 | 0.54 |
| Hex | 87 | 46 | CE | 22 | 42 | 0 | 13 | 10D | 3A | 36 |
| Octal | 207 | 106 | 316 | 42 | 102 | 0 | 23 | 415 | 72 | 66 |
| Binary | 10000111 | 1000110 | 11001110 | 100010 | 1000010 | 0 | 10011 | 100001101 | 111010 | 110110 |
Color Harmonies of #8746CE
Complementary color
Monochromatic Colors of #8746CE
Black with #8746CE
Text Example
Text Example
White with #8746CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8746CE; }
p { color: rgb(135,70,206); }
H1.HeaderClassName
{
color: #8746CE;
}
.AnyTagClassName
{
color: #8746CE;
}
</style>
background-color css
<style>
a { background-color: #8746CE; }
a { background-color: rgb(135,70,206); }
div.DivClassName
{
background-color: #8746CE;
}
.BgClassName
{
background-color: #8746CE;
}
</style>
border-color css
<style>
span { border-color: #8746CE; }
span { border-color: rgb(135,70,206); }
td.TdClassName
{
border-color: #8746CE;
}
.TagClassName
{
border-color: #8746CE;
}
</style>