Shades of Dark Orchid #8736BB
Tints of Dark Orchid #8736BB
RGB
CMYK
RGB Variations
Color information
#8736BB (or 0x8736BB) is known color: Dark Orchid. HEX triplet: 87, 36 and BB. RGB value is (135,54,187). Sum of RGB (Red+Green+Blue) = 135+54+187=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #8736BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8736BB is #78C944. Grayscale: #5C5C5C. Windows color (decimal): -7915845 or 12269191. OLE color: 12269191.
HSL color Cylindrical-coordinate representation of color #8736BB: hue angle of 276.54º 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 #8736BB is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 54 | 187 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.27 |
| HSL | 276.54º | 0.55% | 0.47% | - |
| HSV(B) | 276.54º | 0.71% | 0.73% | - |
| XYZ | 20.28 | 11.38 | 48.14 | - |
| YUV | 93.38 | 180.84 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 187 | 0.28 | 0.71 | 0 | 0.27 | 276.54 | 0.55 | 0.47 |
| Hex | 87 | 36 | BB | 1C | 47 | 0 | 1B | 115 | 37 | 2F |
| Octal | 207 | 66 | 273 | 34 | 107 | 0 | 33 | 425 | 67 | 57 |
| Binary | 10000111 | 110110 | 10111011 | 11100 | 1000111 | 0 | 11011 | 100010101 | 110111 | 101111 |
Color Harmonies of #8736BB
Complementary color
Monochromatic Colors of #8736BB
Black with #8736BB
Text Example
Text Example
White with #8736BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8736BB; }
p { color: rgb(135,54,187); }
H1.HeaderClassName
{
color: #8736BB;
}
.AnyTagClassName
{
color: #8736BB;
}
</style>
background-color css
<style>
a { background-color: #8736BB; }
a { background-color: rgb(135,54,187); }
div.DivClassName
{
background-color: #8736BB;
}
.BgClassName
{
background-color: #8736BB;
}
</style>
border-color css
<style>
span { border-color: #8736BB; }
span { border-color: rgb(135,54,187); }
td.TdClassName
{
border-color: #8736BB;
}
.TagClassName
{
border-color: #8736BB;
}
</style>