Shades of Dark Orchid #8726CB
Tints of Dark Orchid #8726CB
RGB
CMYK
RGB Variations
Color information
#8726CB (or 0x8726CB) is known color: Dark Orchid. HEX triplet: 87, 26 and CB. RGB value is (135,38,203). Sum of RGB (Red+Green+Blue) = 135+38+203=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #8726CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8726CB is #78D934. Grayscale: #555555. Windows color (decimal): -7919925 or 13313671. OLE color: 13313671.
HSL color Cylindrical-coordinate representation of color #8726CB: hue angle of 275.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8726CB is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 38 | 203 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.20 |
| HSL | 275.27º | 0.68% | 0.47% | - |
| HSV(B) | 275.27º | 0.81% | 0.8% | - |
| XYZ | 21.46 | 10.85 | 57.46 | - |
| YUV | 85.81 | 194.14 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 203 | 0.33 | 0.81 | 0 | 0.20 | 275.27 | 0.68 | 0.47 |
| Hex | 87 | 26 | CB | 21 | 51 | 0 | 14 | 113 | 44 | 2F |
| Octal | 207 | 46 | 313 | 41 | 121 | 0 | 24 | 423 | 104 | 57 |
| Binary | 10000111 | 100110 | 11001011 | 100001 | 1010001 | 0 | 10100 | 100010011 | 1000100 | 101111 |
Color Harmonies of #8726CB
Complementary color
Monochromatic Colors of #8726CB
Black with #8726CB
Text Example
Text Example
White with #8726CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8726CB; }
p { color: rgb(135,38,203); }
H1.HeaderClassName
{
color: #8726CB;
}
.AnyTagClassName
{
color: #8726CB;
}
</style>
background-color css
<style>
a { background-color: #8726CB; }
a { background-color: rgb(135,38,203); }
div.DivClassName
{
background-color: #8726CB;
}
.BgClassName
{
background-color: #8726CB;
}
</style>
border-color css
<style>
span { border-color: #8726CB; }
span { border-color: rgb(135,38,203); }
td.TdClassName
{
border-color: #8726CB;
}
.TagClassName
{
border-color: #8726CB;
}
</style>