Shades of Dark Orchid #8726C8
Tints of Dark Orchid #8726C8
RGB
CMYK
RGB Variations
Color information
#8726C8 (or 0x8726C8) is known color: Dark Orchid. HEX triplet: 87, 26 and C8. RGB value is (135,38,200). Sum of RGB (Red+Green+Blue) = 135+38+200=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #8726C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8726C8 is #78D937. Grayscale: #545454. Windows color (decimal): -7919928 or 13117063. OLE color: 13117063.
HSL color Cylindrical-coordinate representation of color #8726C8: hue angle of 275.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8726C8 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 38 | 200 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.22 |
| HSL | 275.93º | 0.68% | 0.47% | - |
| HSV(B) | 275.93º | 0.81% | 0.78% | - |
| XYZ | 21.11 | 10.71 | 55.6 | - |
| YUV | 85.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 200 | 0.32 | 0.81 | 0 | 0.22 | 275.93 | 0.68 | 0.47 |
| Hex | 87 | 26 | C8 | 20 | 51 | 0 | 16 | 114 | 44 | 2F |
| Octal | 207 | 46 | 310 | 40 | 121 | 0 | 26 | 424 | 104 | 57 |
| Binary | 10000111 | 100110 | 11001000 | 100000 | 1010001 | 0 | 10110 | 100010100 | 1000100 | 101111 |
Color Harmonies of #8726C8
Complementary color
Monochromatic Colors of #8726C8
Black with #8726C8
Text Example
Text Example
White with #8726C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8726C8; }
p { color: rgb(135,38,200); }
H1.HeaderClassName
{
color: #8726C8;
}
.AnyTagClassName
{
color: #8726C8;
}
</style>
background-color css
<style>
a { background-color: #8726C8; }
a { background-color: rgb(135,38,200); }
div.DivClassName
{
background-color: #8726C8;
}
.BgClassName
{
background-color: #8726C8;
}
</style>
border-color css
<style>
span { border-color: #8726C8; }
span { border-color: rgb(135,38,200); }
td.TdClassName
{
border-color: #8726C8;
}
.TagClassName
{
border-color: #8726C8;
}
</style>