Shades of Dark Orchid #8737BB
Tints of Dark Orchid #8737BB
RGB
CMYK
RGB Variations
Color information
#8737BB (or 0x8737BB) is known color: Dark Orchid. HEX triplet: 87, 37 and BB. RGB value is (135,55,187). Sum of RGB (Red+Green+Blue) = 135+55+187=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #8737BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8737BB is #78C844. Grayscale: #5D5D5D. Windows color (decimal): -7915589 or 12269447. OLE color: 12269447.
HSL color Cylindrical-coordinate representation of color #8737BB: hue angle of 276.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8737BB is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 55 | 187 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.27 |
| HSL | 276.36º | 0.55% | 0.47% | - |
| HSV(B) | 276.36º | 0.71% | 0.73% | - |
| XYZ | 20.33 | 11.47 | 48.16 | - |
| YUV | 93.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 187 | 0.28 | 0.71 | 0 | 0.27 | 276.36 | 0.55 | 0.47 |
| Hex | 87 | 37 | BB | 1C | 47 | 0 | 1B | 114 | 37 | 2F |
| Octal | 207 | 67 | 273 | 34 | 107 | 0 | 33 | 424 | 67 | 57 |
| Binary | 10000111 | 110111 | 10111011 | 11100 | 1000111 | 0 | 11011 | 100010100 | 110111 | 101111 |
Color Harmonies of #8737BB
Complementary color
Monochromatic Colors of #8737BB
Black with #8737BB
Text Example
Text Example
White with #8737BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8737BB; }
p { color: rgb(135,55,187); }
H1.HeaderClassName
{
color: #8737BB;
}
.AnyTagClassName
{
color: #8737BB;
}
</style>
background-color css
<style>
a { background-color: #8737BB; }
a { background-color: rgb(135,55,187); }
div.DivClassName
{
background-color: #8737BB;
}
.BgClassName
{
background-color: #8737BB;
}
</style>
border-color css
<style>
span { border-color: #8737BB; }
span { border-color: rgb(135,55,187); }
td.TdClassName
{
border-color: #8737BB;
}
.TagClassName
{
border-color: #8737BB;
}
</style>