Shades of Dark Orchid #8732BC
Tints of Dark Orchid #8732BC
RGB
CMYK
RGB Variations
Color information
#8732BC (or 0x8732BC) is known color: Dark Orchid. HEX triplet: 87, 32 and BC. RGB value is (135,50,188). Sum of RGB (Red+Green+Blue) = 135+50+188=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #8732BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8732BC is #78CD43. Grayscale: #5A5A5A. Windows color (decimal): -7916868 or 12333703. OLE color: 12333703.
HSL color Cylindrical-coordinate representation of color #8732BC: hue angle of 276.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8732BC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 50 | 188 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.26 |
| HSL | 276.96º | 0.58% | 0.47% | - |
| HSV(B) | 276.96º | 0.73% | 0.74% | - |
| XYZ | 20.21 | 11.06 | 48.65 | - |
| YUV | 91.15 | 182.66 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 188 | 0.28 | 0.73 | 0 | 0.26 | 276.96 | 0.58 | 0.47 |
| Hex | 87 | 32 | BC | 1C | 49 | 0 | 1A | 115 | 3A | 2F |
| Octal | 207 | 62 | 274 | 34 | 111 | 0 | 32 | 425 | 72 | 57 |
| Binary | 10000111 | 110010 | 10111100 | 11100 | 1001001 | 0 | 11010 | 100010101 | 111010 | 101111 |
Color Harmonies of #8732BC
Complementary color
Monochromatic Colors of #8732BC
Black with #8732BC
Text Example
Text Example
White with #8732BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8732BC; }
p { color: rgb(135,50,188); }
H1.HeaderClassName
{
color: #8732BC;
}
.AnyTagClassName
{
color: #8732BC;
}
</style>
background-color css
<style>
a { background-color: #8732BC; }
a { background-color: rgb(135,50,188); }
div.DivClassName
{
background-color: #8732BC;
}
.BgClassName
{
background-color: #8732BC;
}
</style>
border-color css
<style>
span { border-color: #8732BC; }
span { border-color: rgb(135,50,188); }
td.TdClassName
{
border-color: #8732BC;
}
.TagClassName
{
border-color: #8732BC;
}
</style>