Shades of Dark Orchid #863DBD
Tints of Dark Orchid #863DBD
RGB
CMYK
RGB Variations
Color information
#863DBD (or 0x863DBD) is known color: Dark Orchid. HEX triplet: 86, 3D and BD. RGB value is (134,61,189). Sum of RGB (Red+Green+Blue) = 134+61+189=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #863DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DBD is #79C242. Grayscale: #606060. Windows color (decimal): -7979587 or 12402054. OLE color: 12402054.
HSL color Cylindrical-coordinate representation of color #863DBD: hue angle of 274.22º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863DBD is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 61 | 189 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.26 |
| HSL | 274.22º | 0.51% | 0.49% | - |
| HSV(B) | 274.22º | 0.68% | 0.74% | - |
| XYZ | 20.69 | 12.08 | 49.39 | - |
| YUV | 97.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 189 | 0.29 | 0.68 | 0 | 0.26 | 274.22 | 0.51 | 0.49 |
| Hex | 86 | 3D | BD | 1D | 44 | 0 | 1A | 112 | 33 | 31 |
| Octal | 206 | 75 | 275 | 35 | 104 | 0 | 32 | 422 | 63 | 61 |
| Binary | 10000110 | 111101 | 10111101 | 11101 | 1000100 | 0 | 11010 | 100010010 | 110011 | 110001 |
Color Harmonies of #863DBD
Complementary color
Monochromatic Colors of #863DBD
Black with #863DBD
Text Example
Text Example
White with #863DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DBD; }
p { color: rgb(134,61,189); }
H1.HeaderClassName
{
color: #863DBD;
}
.AnyTagClassName
{
color: #863DBD;
}
</style>
background-color css
<style>
a { background-color: #863DBD; }
a { background-color: rgb(134,61,189); }
div.DivClassName
{
background-color: #863DBD;
}
.BgClassName
{
background-color: #863DBD;
}
</style>
border-color css
<style>
span { border-color: #863DBD; }
span { border-color: rgb(134,61,189); }
td.TdClassName
{
border-color: #863DBD;
}
.TagClassName
{
border-color: #863DBD;
}
</style>