Shades of Dark Orchid #8727BA
Tints of Dark Orchid #8727BA
RGB
CMYK
RGB Variations
Color information
#8727BA (or 0x8727BA) is known color: Dark Orchid. HEX triplet: 87, 27 and BA. RGB value is (135,39,186). Sum of RGB (Red+Green+Blue) = 135+39+186=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #8727BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8727BA is #78D845. Grayscale: #535353. Windows color (decimal): -7919686 or 12199815. OLE color: 12199815.
HSL color Cylindrical-coordinate representation of color #8727BA: hue angle of 279.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8727BA is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 39 | 186 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.27 |
| HSL | 279.18º | 0.65% | 0.44% | - |
| HSV(B) | 279.18º | 0.79% | 0.73% | - |
| XYZ | 19.58 | 10.15 | 47.38 | - |
| YUV | 84.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 186 | 0.27 | 0.79 | 0 | 0.27 | 279.18 | 0.65 | 0.44 |
| Hex | 87 | 27 | BA | 1B | 4F | 0 | 1B | 117 | 41 | 2C |
| Octal | 207 | 47 | 272 | 33 | 117 | 0 | 33 | 427 | 101 | 54 |
| Binary | 10000111 | 100111 | 10111010 | 11011 | 1001111 | 0 | 11011 | 100010111 | 1000001 | 101100 |
Color Harmonies of #8727BA
Complementary color
Monochromatic Colors of #8727BA
Black with #8727BA
Text Example
Text Example
White with #8727BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8727BA; }
p { color: rgb(135,39,186); }
H1.HeaderClassName
{
color: #8727BA;
}
.AnyTagClassName
{
color: #8727BA;
}
</style>
background-color css
<style>
a { background-color: #8727BA; }
a { background-color: rgb(135,39,186); }
div.DivClassName
{
background-color: #8727BA;
}
.BgClassName
{
background-color: #8727BA;
}
</style>
border-color css
<style>
span { border-color: #8727BA; }
span { border-color: rgb(135,39,186); }
td.TdClassName
{
border-color: #8727BA;
}
.TagClassName
{
border-color: #8727BA;
}
</style>