Shades of Dark Orchid #8639CC
Tints of Dark Orchid #8639CC
RGB
CMYK
RGB Variations
Color information
#8639CC (or 0x8639CC) is known color: Dark Orchid. HEX triplet: 86, 39 and CC. RGB value is (134,57,204). Sum of RGB (Red+Green+Blue) = 134+57+204=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #8639CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8639CC is #79C633. Grayscale: #606060. Windows color (decimal): -7980596 or 13384070. OLE color: 13384070.
HSL color Cylindrical-coordinate representation of color #8639CC: hue angle of 271.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8639CC is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 57 | 204 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.2 |
| HSL | 271.43º | 0.59% | 0.51% | - |
| HSV(B) | 271.43º | 0.72% | 0.8% | - |
| XYZ | 22.19 | 12.35 | 58.34 | - |
| YUV | 96.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 204 | 0.34 | 0.72 | 0 | 0.2 | 271.43 | 0.59 | 0.51 |
| Hex | 86 | 39 | CC | 22 | 48 | 0 | 14 | 10F | 3B | 33 |
| Octal | 206 | 71 | 314 | 42 | 110 | 0 | 24 | 417 | 73 | 63 |
| Binary | 10000110 | 111001 | 11001100 | 100010 | 1001000 | 0 | 10100 | 100001111 | 111011 | 110011 |
Color Harmonies of #8639CC
Complementary color
Monochromatic Colors of #8639CC
Black with #8639CC
Text Example
Text Example
White with #8639CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8639CC; }
p { color: rgb(134,57,204); }
H1.HeaderClassName
{
color: #8639CC;
}
.AnyTagClassName
{
color: #8639CC;
}
</style>
background-color css
<style>
a { background-color: #8639CC; }
a { background-color: rgb(134,57,204); }
div.DivClassName
{
background-color: #8639CC;
}
.BgClassName
{
background-color: #8639CC;
}
</style>
border-color css
<style>
span { border-color: #8639CC; }
span { border-color: rgb(134,57,204); }
td.TdClassName
{
border-color: #8639CC;
}
.TagClassName
{
border-color: #8639CC;
}
</style>