Shades of Dark Orchid #8727C0
Tints of Dark Orchid #8727C0
RGB
CMYK
RGB Variations
Color information
#8727C0 (or 0x8727C0) is known color: Dark Orchid. HEX triplet: 87, 27 and C0. RGB value is (135,39,192). Sum of RGB (Red+Green+Blue) = 135+39+192=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #8727C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8727C0 is #78D83F. Grayscale: #545454. Windows color (decimal): -7919680 or 12593031. OLE color: 12593031.
HSL color Cylindrical-coordinate representation of color #8727C0: hue angle of 277.65º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8727C0 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 39 | 192 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.25 |
| HSL | 277.65º | 0.66% | 0.45% | - |
| HSV(B) | 277.65º | 0.8% | 0.75% | - |
| XYZ | 20.23 | 10.41 | 50.81 | - |
| YUV | 85.15 | 188.3 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 192 | 0.30 | 0.80 | 0 | 0.25 | 277.65 | 0.66 | 0.45 |
| Hex | 87 | 27 | C0 | 1E | 50 | 0 | 19 | 116 | 42 | 2D |
| Octal | 207 | 47 | 300 | 36 | 120 | 0 | 31 | 426 | 102 | 55 |
| Binary | 10000111 | 100111 | 11000000 | 11110 | 1010000 | 0 | 11001 | 100010110 | 1000010 | 101101 |
Color Harmonies of #8727C0
Complementary color
Monochromatic Colors of #8727C0
Black with #8727C0
Text Example
Text Example
White with #8727C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8727C0; }
p { color: rgb(135,39,192); }
H1.HeaderClassName
{
color: #8727C0;
}
.AnyTagClassName
{
color: #8727C0;
}
</style>
background-color css
<style>
a { background-color: #8727C0; }
a { background-color: rgb(135,39,192); }
div.DivClassName
{
background-color: #8727C0;
}
.BgClassName
{
background-color: #8727C0;
}
</style>
border-color css
<style>
span { border-color: #8727C0; }
span { border-color: rgb(135,39,192); }
td.TdClassName
{
border-color: #8727C0;
}
.TagClassName
{
border-color: #8727C0;
}
</style>