Shades of Dark Orchid #8637C9
Tints of Dark Orchid #8637C9
RGB
CMYK
RGB Variations
Color information
#8637C9 (or 0x8637C9) is known color: Dark Orchid. HEX triplet: 86, 37 and C9. RGB value is (134,55,201). Sum of RGB (Red+Green+Blue) = 134+55+201=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #8637C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8637C9 is #79C836. Grayscale: #5E5E5E. Windows color (decimal): -7981111 or 13186950. OLE color: 13186950.
HSL color Cylindrical-coordinate representation of color #8637C9: hue angle of 272.47º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8637C9 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 55 | 201 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.21 |
| HSL | 272.47º | 0.57% | 0.5% | - |
| HSV(B) | 272.47º | 0.73% | 0.79% | - |
| XYZ | 21.74 | 12.02 | 56.43 | - |
| YUV | 95.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 201 | 0.33 | 0.73 | 0 | 0.21 | 272.47 | 0.57 | 0.5 |
| Hex | 86 | 37 | C9 | 21 | 49 | 0 | 15 | 110 | 39 | 32 |
| Octal | 206 | 67 | 311 | 41 | 111 | 0 | 25 | 420 | 71 | 62 |
| Binary | 10000110 | 110111 | 11001001 | 100001 | 1001001 | 0 | 10101 | 100010000 | 111001 | 110010 |
Color Harmonies of #8637C9
Complementary color
Monochromatic Colors of #8637C9
Black with #8637C9
Text Example
Text Example
White with #8637C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8637C9; }
p { color: rgb(134,55,201); }
H1.HeaderClassName
{
color: #8637C9;
}
.AnyTagClassName
{
color: #8637C9;
}
</style>
background-color css
<style>
a { background-color: #8637C9; }
a { background-color: rgb(134,55,201); }
div.DivClassName
{
background-color: #8637C9;
}
.BgClassName
{
background-color: #8637C9;
}
</style>
border-color css
<style>
span { border-color: #8637C9; }
span { border-color: rgb(134,55,201); }
td.TdClassName
{
border-color: #8637C9;
}
.TagClassName
{
border-color: #8637C9;
}
</style>