Shades of Dark Orchid #8736BC
Tints of Dark Orchid #8736BC
RGB
CMYK
RGB Variations
Color information
#8736BC (or 0x8736BC) is known color: Dark Orchid. HEX triplet: 87, 36 and BC. RGB value is (135,54,188). Sum of RGB (Red+Green+Blue) = 135+54+188=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #8736BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8736BC is #78C943. Grayscale: #5D5D5D. Windows color (decimal): -7915844 or 12334727. OLE color: 12334727.
HSL color Cylindrical-coordinate representation of color #8736BC: hue angle of 276.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8736BC is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 54 | 188 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.26 |
| HSL | 276.27º | 0.55% | 0.47% | - |
| HSV(B) | 276.27º | 0.71% | 0.74% | - |
| XYZ | 20.39 | 11.42 | 48.71 | - |
| YUV | 93.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 188 | 0.28 | 0.71 | 0 | 0.26 | 276.27 | 0.55 | 0.47 |
| Hex | 87 | 36 | BC | 1C | 47 | 0 | 1A | 114 | 37 | 2F |
| Octal | 207 | 66 | 274 | 34 | 107 | 0 | 32 | 424 | 67 | 57 |
| Binary | 10000111 | 110110 | 10111100 | 11100 | 1000111 | 0 | 11010 | 100010100 | 110111 | 101111 |
Color Harmonies of #8736BC
Complementary color
Monochromatic Colors of #8736BC
Black with #8736BC
Text Example
Text Example
White with #8736BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8736BC; }
p { color: rgb(135,54,188); }
H1.HeaderClassName
{
color: #8736BC;
}
.AnyTagClassName
{
color: #8736BC;
}
</style>
background-color css
<style>
a { background-color: #8736BC; }
a { background-color: rgb(135,54,188); }
div.DivClassName
{
background-color: #8736BC;
}
.BgClassName
{
background-color: #8736BC;
}
</style>
border-color css
<style>
span { border-color: #8736BC; }
span { border-color: rgb(135,54,188); }
td.TdClassName
{
border-color: #8736BC;
}
.TagClassName
{
border-color: #8736BC;
}
</style>