Shades of Dark Orchid #8640C5
Tints of Dark Orchid #8640C5
RGB
CMYK
RGB Variations
Color information
#8640C5 (or 0x8640C5) is known color: Dark Orchid. HEX triplet: 86, 40 and C5. RGB value is (134,64,197). Sum of RGB (Red+Green+Blue) = 134+64+197=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #8640C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8640C5 is #79BF3A. Grayscale: #636363. Windows color (decimal): -7978811 or 12927110. OLE color: 12927110.
HSL color Cylindrical-coordinate representation of color #8640C5: hue angle of 271.58º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8640C5 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 64 | 197 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.23 |
| HSL | 271.58º | 0.53% | 0.51% | - |
| HSV(B) | 271.58º | 0.68% | 0.77% | - |
| XYZ | 21.74 | 12.77 | 54.14 | - |
| YUV | 100.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 197 | 0.32 | 0.68 | 0 | 0.23 | 271.58 | 0.53 | 0.51 |
| Hex | 86 | 40 | C5 | 20 | 44 | 0 | 17 | 110 | 35 | 33 |
| Octal | 206 | 100 | 305 | 40 | 104 | 0 | 27 | 420 | 65 | 63 |
| Binary | 10000110 | 1000000 | 11000101 | 100000 | 1000100 | 0 | 10111 | 100010000 | 110101 | 110011 |
Color Harmonies of #8640C5
Complementary color
Monochromatic Colors of #8640C5
Black with #8640C5
Text Example
Text Example
White with #8640C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8640C5; }
p { color: rgb(134,64,197); }
H1.HeaderClassName
{
color: #8640C5;
}
.AnyTagClassName
{
color: #8640C5;
}
</style>
background-color css
<style>
a { background-color: #8640C5; }
a { background-color: rgb(134,64,197); }
div.DivClassName
{
background-color: #8640C5;
}
.BgClassName
{
background-color: #8640C5;
}
</style>
border-color css
<style>
span { border-color: #8640C5; }
span { border-color: rgb(134,64,197); }
td.TdClassName
{
border-color: #8640C5;
}
.TagClassName
{
border-color: #8640C5;
}
</style>