Shades of Dark Orchid #863CBB
Tints of Dark Orchid #863CBB
RGB
CMYK
RGB Variations
Color information
#863CBB (or 0x863CBB) is known color: Dark Orchid. HEX triplet: 86, 3C and BB. RGB value is (134,60,187). Sum of RGB (Red+Green+Blue) = 134+60+187=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #863CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CBB is #79C344. Grayscale: #606060. Windows color (decimal): -7979845 or 12270726. OLE color: 12270726.
HSL color Cylindrical-coordinate representation of color #863CBB: hue angle of 274.96º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863CBB is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 60 | 187 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.27 |
| HSL | 274.96º | 0.51% | 0.48% | - |
| HSV(B) | 274.96º | 0.68% | 0.73% | - |
| XYZ | 20.42 | 11.89 | 48.23 | - |
| YUV | 96.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 187 | 0.28 | 0.68 | 0 | 0.27 | 274.96 | 0.51 | 0.48 |
| Hex | 86 | 3C | BB | 1C | 44 | 0 | 1B | 113 | 33 | 30 |
| Octal | 206 | 74 | 273 | 34 | 104 | 0 | 33 | 423 | 63 | 60 |
| Binary | 10000110 | 111100 | 10111011 | 11100 | 1000100 | 0 | 11011 | 100010011 | 110011 | 110000 |
Color Harmonies of #863CBB
Complementary color
Monochromatic Colors of #863CBB
Black with #863CBB
Text Example
Text Example
White with #863CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CBB; }
p { color: rgb(134,60,187); }
H1.HeaderClassName
{
color: #863CBB;
}
.AnyTagClassName
{
color: #863CBB;
}
</style>
background-color css
<style>
a { background-color: #863CBB; }
a { background-color: rgb(134,60,187); }
div.DivClassName
{
background-color: #863CBB;
}
.BgClassName
{
background-color: #863CBB;
}
</style>
border-color css
<style>
span { border-color: #863CBB; }
span { border-color: rgb(134,60,187); }
td.TdClassName
{
border-color: #863CBB;
}
.TagClassName
{
border-color: #863CBB;
}
</style>