Shades of Dark Orchid #8726BC
Tints of Dark Orchid #8726BC
RGB
CMYK
RGB Variations
Color information
#8726BC (or 0x8726BC) is known color: Dark Orchid. HEX triplet: 87, 26 and BC. RGB value is (135,38,188). Sum of RGB (Red+Green+Blue) = 135+38+188=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #8726BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8726BC is #78D943. Grayscale: #535353. Windows color (decimal): -7919940 or 12330631. OLE color: 12330631.
HSL color Cylindrical-coordinate representation of color #8726BC: hue angle of 278.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8726BC is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 38 | 188 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.26 |
| HSL | 278.8º | 0.66% | 0.44% | - |
| HSV(B) | 278.8º | 0.8% | 0.74% | - |
| XYZ | 19.76 | 10.17 | 48.5 | - |
| YUV | 84.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 188 | 0.28 | 0.80 | 0 | 0.26 | 278.8 | 0.66 | 0.44 |
| Hex | 87 | 26 | BC | 1C | 50 | 0 | 1A | 117 | 42 | 2C |
| Octal | 207 | 46 | 274 | 34 | 120 | 0 | 32 | 427 | 102 | 54 |
| Binary | 10000111 | 100110 | 10111100 | 11100 | 1010000 | 0 | 11010 | 100010111 | 1000010 | 101100 |
Color Harmonies of #8726BC
Complementary color
Monochromatic Colors of #8726BC
Black with #8726BC
Text Example
Text Example
White with #8726BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8726BC; }
p { color: rgb(135,38,188); }
H1.HeaderClassName
{
color: #8726BC;
}
.AnyTagClassName
{
color: #8726BC;
}
</style>
background-color css
<style>
a { background-color: #8726BC; }
a { background-color: rgb(135,38,188); }
div.DivClassName
{
background-color: #8726BC;
}
.BgClassName
{
background-color: #8726BC;
}
</style>
border-color css
<style>
span { border-color: #8726BC; }
span { border-color: rgb(135,38,188); }
td.TdClassName
{
border-color: #8726BC;
}
.TagClassName
{
border-color: #8726BC;
}
</style>