Shades of Dark Orchid #8639CA
Tints of Dark Orchid #8639CA
RGB
CMYK
RGB Variations
Color information
#8639CA (or 0x8639CA) is known color: Dark Orchid. HEX triplet: 86, 39 and CA. RGB value is (134,57,202). Sum of RGB (Red+Green+Blue) = 134+57+202=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #8639CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8639CA is #79C635. Grayscale: #606060. Windows color (decimal): -7980598 or 13252998. OLE color: 13252998.
HSL color Cylindrical-coordinate representation of color #8639CA: hue angle of 271.86º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8639CA is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 57 | 202 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.21 |
| HSL | 271.86º | 0.58% | 0.51% | - |
| HSV(B) | 271.86º | 0.72% | 0.79% | - |
| XYZ | 21.96 | 12.26 | 57.09 | - |
| YUV | 96.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 202 | 0.34 | 0.72 | 0 | 0.21 | 271.86 | 0.58 | 0.51 |
| Hex | 86 | 39 | CA | 22 | 48 | 0 | 15 | 110 | 3A | 33 |
| Octal | 206 | 71 | 312 | 42 | 110 | 0 | 25 | 420 | 72 | 63 |
| Binary | 10000110 | 111001 | 11001010 | 100010 | 1001000 | 0 | 10101 | 100010000 | 111010 | 110011 |
Color Harmonies of #8639CA
Complementary color
Monochromatic Colors of #8639CA
Black with #8639CA
Text Example
Text Example
White with #8639CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8639CA; }
p { color: rgb(134,57,202); }
H1.HeaderClassName
{
color: #8639CA;
}
.AnyTagClassName
{
color: #8639CA;
}
</style>
background-color css
<style>
a { background-color: #8639CA; }
a { background-color: rgb(134,57,202); }
div.DivClassName
{
background-color: #8639CA;
}
.BgClassName
{
background-color: #8639CA;
}
</style>
border-color css
<style>
span { border-color: #8639CA; }
span { border-color: rgb(134,57,202); }
td.TdClassName
{
border-color: #8639CA;
}
.TagClassName
{
border-color: #8639CA;
}
</style>