Shades of Dark Orchid #8637C8
Tints of Dark Orchid #8637C8
RGB
CMYK
RGB Variations
Color information
#8637C8 (or 0x8637C8) is known color: Dark Orchid. HEX triplet: 86, 37 and C8. RGB value is (134,55,200). Sum of RGB (Red+Green+Blue) = 134+55+200=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #8637C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8637C8 is #79C837. Grayscale: #5E5E5E. Windows color (decimal): -7981112 or 13121414. OLE color: 13121414.
HSL color Cylindrical-coordinate representation of color #8637C8: hue angle of 272.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8637C8 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 55 | 200 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.22 |
| HSL | 272.69º | 0.57% | 0.5% | - |
| HSV(B) | 272.69º | 0.73% | 0.78% | - |
| XYZ | 21.62 | 11.97 | 55.81 | - |
| YUV | 95.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 200 | 0.33 | 0.72 | 0 | 0.22 | 272.69 | 0.57 | 0.5 |
| Hex | 86 | 37 | C8 | 21 | 48 | 0 | 16 | 111 | 39 | 32 |
| Octal | 206 | 67 | 310 | 41 | 110 | 0 | 26 | 421 | 71 | 62 |
| Binary | 10000110 | 110111 | 11001000 | 100001 | 1001000 | 0 | 10110 | 100010001 | 111001 | 110010 |
Color Harmonies of #8637C8
Complementary color
Monochromatic Colors of #8637C8
Black with #8637C8
Text Example
Text Example
White with #8637C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8637C8; }
p { color: rgb(134,55,200); }
H1.HeaderClassName
{
color: #8637C8;
}
.AnyTagClassName
{
color: #8637C8;
}
</style>
background-color css
<style>
a { background-color: #8637C8; }
a { background-color: rgb(134,55,200); }
div.DivClassName
{
background-color: #8637C8;
}
.BgClassName
{
background-color: #8637C8;
}
</style>
border-color css
<style>
span { border-color: #8637C8; }
span { border-color: rgb(134,55,200); }
td.TdClassName
{
border-color: #8637C8;
}
.TagClassName
{
border-color: #8637C8;
}
</style>