Shades of Dark Orchid #8727BC
Tints of Dark Orchid #8727BC
RGB
CMYK
RGB Variations
Color information
#8727BC (or 0x8727BC) is known color: Dark Orchid. HEX triplet: 87, 27 and BC. RGB value is (135,39,188). Sum of RGB (Red+Green+Blue) = 135+39+188=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #8727BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8727BC is #78D843. Grayscale: #545454. Windows color (decimal): -7919684 or 12330887. OLE color: 12330887.
HSL color Cylindrical-coordinate representation of color #8727BC: hue angle of 278.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8727BC is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 39 | 188 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.26 |
| HSL | 278.66º | 0.66% | 0.45% | - |
| HSV(B) | 278.66º | 0.79% | 0.74% | - |
| XYZ | 19.79 | 10.23 | 48.51 | - |
| YUV | 84.69 | 186.3 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 188 | 0.28 | 0.79 | 0 | 0.26 | 278.66 | 0.66 | 0.45 |
| Hex | 87 | 27 | BC | 1C | 4F | 0 | 1A | 117 | 42 | 2D |
| Octal | 207 | 47 | 274 | 34 | 117 | 0 | 32 | 427 | 102 | 55 |
| Binary | 10000111 | 100111 | 10111100 | 11100 | 1001111 | 0 | 11010 | 100010111 | 1000010 | 101101 |
Color Harmonies of #8727BC
Complementary color
Monochromatic Colors of #8727BC
Black with #8727BC
Text Example
Text Example
White with #8727BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8727BC; }
p { color: rgb(135,39,188); }
H1.HeaderClassName
{
color: #8727BC;
}
.AnyTagClassName
{
color: #8727BC;
}
</style>
background-color css
<style>
a { background-color: #8727BC; }
a { background-color: rgb(135,39,188); }
div.DivClassName
{
background-color: #8727BC;
}
.BgClassName
{
background-color: #8727BC;
}
</style>
border-color css
<style>
span { border-color: #8727BC; }
span { border-color: rgb(135,39,188); }
td.TdClassName
{
border-color: #8727BC;
}
.TagClassName
{
border-color: #8727BC;
}
</style>