Shades of Dark Orchid #8640C0
Tints of Dark Orchid #8640C0
RGB
CMYK
RGB Variations
Color information
#8640C0 (or 0x8640C0) is known color: Dark Orchid. HEX triplet: 86, 40 and C0. RGB value is (134,64,192). Sum of RGB (Red+Green+Blue) = 134+64+192=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #8640C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8640C0 is #79BF3F. Grayscale: #636363. Windows color (decimal): -7978816 or 12599430. OLE color: 12599430.
HSL color Cylindrical-coordinate representation of color #8640C0: hue angle of 272.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8640C0 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 64 | 192 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.25 |
| HSL | 272.81º | 0.5% | 0.5% | - |
| HSV(B) | 272.81º | 0.67% | 0.75% | - |
| XYZ | 21.18 | 12.54 | 51.17 | - |
| YUV | 99.52 | 180.19 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 192 | 0.30 | 0.67 | 0 | 0.25 | 272.81 | 0.5 | 0.5 |
| Hex | 86 | 40 | C0 | 1E | 43 | 0 | 19 | 111 | 32 | 32 |
| Octal | 206 | 100 | 300 | 36 | 103 | 0 | 31 | 421 | 62 | 62 |
| Binary | 10000110 | 1000000 | 11000000 | 11110 | 1000011 | 0 | 11001 | 100010001 | 110010 | 110010 |
Color Harmonies of #8640C0
Complementary color
Monochromatic Colors of #8640C0
Black with #8640C0
Text Example
Text Example
White with #8640C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8640C0; }
p { color: rgb(134,64,192); }
H1.HeaderClassName
{
color: #8640C0;
}
.AnyTagClassName
{
color: #8640C0;
}
</style>
background-color css
<style>
a { background-color: #8640C0; }
a { background-color: rgb(134,64,192); }
div.DivClassName
{
background-color: #8640C0;
}
.BgClassName
{
background-color: #8640C0;
}
</style>
border-color css
<style>
span { border-color: #8640C0; }
span { border-color: rgb(134,64,192); }
td.TdClassName
{
border-color: #8640C0;
}
.TagClassName
{
border-color: #8640C0;
}
</style>