Shades of Dark Orchid #8737BA
Tints of Dark Orchid #8737BA
RGB
CMYK
RGB Variations
Color information
#8737BA (or 0x8737BA) is known color: Dark Orchid. HEX triplet: 87, 37 and BA. RGB value is (135,55,186). Sum of RGB (Red+Green+Blue) = 135+55+186=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #8737BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8737BA is #78C845. Grayscale: #5D5D5D. Windows color (decimal): -7915590 or 12203911. OLE color: 12203911.
HSL color Cylindrical-coordinate representation of color #8737BA: hue angle of 276.64º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8737BA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 55 | 186 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.27 |
| HSL | 276.64º | 0.54% | 0.47% | - |
| HSV(B) | 276.64º | 0.7% | 0.73% | - |
| XYZ | 20.22 | 11.43 | 47.59 | - |
| YUV | 93.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 186 | 0.27 | 0.70 | 0 | 0.27 | 276.64 | 0.54 | 0.47 |
| Hex | 87 | 37 | BA | 1B | 46 | 0 | 1B | 115 | 36 | 2F |
| Octal | 207 | 67 | 272 | 33 | 106 | 0 | 33 | 425 | 66 | 57 |
| Binary | 10000111 | 110111 | 10111010 | 11011 | 1000110 | 0 | 11011 | 100010101 | 110110 | 101111 |
Color Harmonies of #8737BA
Complementary color
Monochromatic Colors of #8737BA
Black with #8737BA
Text Example
Text Example
White with #8737BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8737BA; }
p { color: rgb(135,55,186); }
H1.HeaderClassName
{
color: #8737BA;
}
.AnyTagClassName
{
color: #8737BA;
}
</style>
background-color css
<style>
a { background-color: #8737BA; }
a { background-color: rgb(135,55,186); }
div.DivClassName
{
background-color: #8737BA;
}
.BgClassName
{
background-color: #8737BA;
}
</style>
border-color css
<style>
span { border-color: #8737BA; }
span { border-color: rgb(135,55,186); }
td.TdClassName
{
border-color: #8737BA;
}
.TagClassName
{
border-color: #8737BA;
}
</style>