Shades of Dark Orchid #8731BC
Tints of Dark Orchid #8731BC
RGB
CMYK
RGB Variations
Color information
#8731BC (or 0x8731BC) is known color: Dark Orchid. HEX triplet: 87, 31 and BC. RGB value is (135,49,188). Sum of RGB (Red+Green+Blue) = 135+49+188=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #8731BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8731BC is #78CE43. Grayscale: #5A5A5A. Windows color (decimal): -7917124 or 12333447. OLE color: 12333447.
HSL color Cylindrical-coordinate representation of color #8731BC: hue angle of 277.12º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8731BC is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 49 | 188 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.26 |
| HSL | 277.12º | 0.59% | 0.46% | - |
| HSV(B) | 277.12º | 0.74% | 0.74% | - |
| XYZ | 20.17 | 10.98 | 48.63 | - |
| YUV | 90.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 188 | 0.28 | 0.74 | 0 | 0.26 | 277.12 | 0.59 | 0.46 |
| Hex | 87 | 31 | BC | 1C | 4A | 0 | 1A | 115 | 3B | 2E |
| Octal | 207 | 61 | 274 | 34 | 112 | 0 | 32 | 425 | 73 | 56 |
| Binary | 10000111 | 110001 | 10111100 | 11100 | 1001010 | 0 | 11010 | 100010101 | 111011 | 101110 |
Color Harmonies of #8731BC
Complementary color
Monochromatic Colors of #8731BC
Black with #8731BC
Text Example
Text Example
White with #8731BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8731BC; }
p { color: rgb(135,49,188); }
H1.HeaderClassName
{
color: #8731BC;
}
.AnyTagClassName
{
color: #8731BC;
}
</style>
background-color css
<style>
a { background-color: #8731BC; }
a { background-color: rgb(135,49,188); }
div.DivClassName
{
background-color: #8731BC;
}
.BgClassName
{
background-color: #8731BC;
}
</style>
border-color css
<style>
span { border-color: #8731BC; }
span { border-color: rgb(135,49,188); }
td.TdClassName
{
border-color: #8731BC;
}
.TagClassName
{
border-color: #8731BC;
}
</style>