Shades of Dark Orchid #8644CB
Tints of Dark Orchid #8644CB
RGB
CMYK
RGB Variations
Color information
#8644CB (or 0x8644CB) is known color: Dark Orchid. HEX triplet: 86, 44 and CB. RGB value is (134,68,203). Sum of RGB (Red+Green+Blue) = 134+68+203=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #8644CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8644CB is #79BB34. Grayscale: #666666. Windows color (decimal): -7977781 or 13321350. OLE color: 13321350.
HSL color Cylindrical-coordinate representation of color #8644CB: hue angle of 269.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8644CB is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 68 | 203 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.20 |
| HSL | 269.33º | 0.56% | 0.53% | - |
| HSV(B) | 269.33º | 0.67% | 0.8% | - |
| XYZ | 22.68 | 13.51 | 57.91 | - |
| YUV | 103.12 | 184.37 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 203 | 0.34 | 0.67 | 0 | 0.20 | 269.33 | 0.56 | 0.53 |
| Hex | 86 | 44 | CB | 22 | 43 | 0 | 14 | 10D | 38 | 35 |
| Octal | 206 | 104 | 313 | 42 | 103 | 0 | 24 | 415 | 70 | 65 |
| Binary | 10000110 | 1000100 | 11001011 | 100010 | 1000011 | 0 | 10100 | 100001101 | 111000 | 110101 |
Color Harmonies of #8644CB
Complementary color
Monochromatic Colors of #8644CB
Black with #8644CB
Text Example
Text Example
White with #8644CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8644CB; }
p { color: rgb(134,68,203); }
H1.HeaderClassName
{
color: #8644CB;
}
.AnyTagClassName
{
color: #8644CB;
}
</style>
background-color css
<style>
a { background-color: #8644CB; }
a { background-color: rgb(134,68,203); }
div.DivClassName
{
background-color: #8644CB;
}
.BgClassName
{
background-color: #8644CB;
}
</style>
border-color css
<style>
span { border-color: #8644CB; }
span { border-color: rgb(134,68,203); }
td.TdClassName
{
border-color: #8644CB;
}
.TagClassName
{
border-color: #8644CB;
}
</style>