Shades of Dark Orchid #8644CE
Tints of Dark Orchid #8644CE
RGB
CMYK
RGB Variations
Color information
#8644CE (or 0x8644CE) is known color: Dark Orchid. HEX triplet: 86, 44 and CE. RGB value is (134,68,206). Sum of RGB (Red+Green+Blue) = 134+68+206=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #8644CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8644CE is #79BB31. Grayscale: #666666. Windows color (decimal): -7977778 or 13517958. OLE color: 13517958.
HSL color Cylindrical-coordinate representation of color #8644CE: hue angle of 268.7º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8644CE is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 68 | 206 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.19 |
| HSL | 268.7º | 0.58% | 0.54% | - |
| HSV(B) | 268.7º | 0.67% | 0.81% | - |
| XYZ | 23.04 | 13.66 | 59.81 | - |
| YUV | 103.47 | 185.87 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 206 | 0.35 | 0.67 | 0 | 0.19 | 268.7 | 0.58 | 0.54 |
| Hex | 86 | 44 | CE | 23 | 43 | 0 | 13 | 10D | 3A | 36 |
| Octal | 206 | 104 | 316 | 43 | 103 | 0 | 23 | 415 | 72 | 66 |
| Binary | 10000110 | 1000100 | 11001110 | 100011 | 1000011 | 0 | 10011 | 100001101 | 111010 | 110110 |
Color Harmonies of #8644CE
Complementary color
Monochromatic Colors of #8644CE
Black with #8644CE
Text Example
Text Example
White with #8644CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8644CE; }
p { color: rgb(134,68,206); }
H1.HeaderClassName
{
color: #8644CE;
}
.AnyTagClassName
{
color: #8644CE;
}
</style>
background-color css
<style>
a { background-color: #8644CE; }
a { background-color: rgb(134,68,206); }
div.DivClassName
{
background-color: #8644CE;
}
.BgClassName
{
background-color: #8644CE;
}
</style>
border-color css
<style>
span { border-color: #8644CE; }
span { border-color: rgb(134,68,206); }
td.TdClassName
{
border-color: #8644CE;
}
.TagClassName
{
border-color: #8644CE;
}
</style>