Shades of Dark Orchid #8643CE
Tints of Dark Orchid #8643CE
RGB
CMYK
RGB Variations
Color information
#8643CE (or 0x8643CE) is known color: Dark Orchid. HEX triplet: 86, 43 and CE. RGB value is (134,67,206). Sum of RGB (Red+Green+Blue) = 134+67+206=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #8643CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8643CE is #79BC31. Grayscale: #666666. Windows color (decimal): -7978034 or 13517702. OLE color: 13517702.
HSL color Cylindrical-coordinate representation of color #8643CE: hue angle of 268.92º degrees, saturation: 0.59, 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 #8643CE is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 67 | 206 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.19 |
| HSL | 268.92º | 0.59% | 0.54% | - |
| HSV(B) | 268.92º | 0.67% | 0.81% | - |
| XYZ | 22.98 | 13.54 | 59.79 | - |
| YUV | 102.88 | 186.2 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 67 | 206 | 0.35 | 0.67 | 0 | 0.19 | 268.92 | 0.59 | 0.54 |
| Hex | 86 | 43 | CE | 23 | 43 | 0 | 13 | 10D | 3B | 36 |
| Octal | 206 | 103 | 316 | 43 | 103 | 0 | 23 | 415 | 73 | 66 |
| Binary | 10000110 | 1000011 | 11001110 | 100011 | 1000011 | 0 | 10011 | 100001101 | 111011 | 110110 |
Color Harmonies of #8643CE
Complementary color
Monochromatic Colors of #8643CE
Black with #8643CE
Text Example
Text Example
White with #8643CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8643CE; }
p { color: rgb(134,67,206); }
H1.HeaderClassName
{
color: #8643CE;
}
.AnyTagClassName
{
color: #8643CE;
}
</style>
background-color css
<style>
a { background-color: #8643CE; }
a { background-color: rgb(134,67,206); }
div.DivClassName
{
background-color: #8643CE;
}
.BgClassName
{
background-color: #8643CE;
}
</style>
border-color css
<style>
span { border-color: #8643CE; }
span { border-color: rgb(134,67,206); }
td.TdClassName
{
border-color: #8643CE;
}
.TagClassName
{
border-color: #8643CE;
}
</style>