Shades of Dark Orchid #863EBD
Tints of Dark Orchid #863EBD
RGB
CMYK
RGB Variations
Color information
#863EBD (or 0x863EBD) is known color: Dark Orchid. HEX triplet: 86, 3E and BD. RGB value is (134,62,189). Sum of RGB (Red+Green+Blue) = 134+62+189=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #863EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863EBD is #79C142. Grayscale: #616161. Windows color (decimal): -7979331 or 12402310. OLE color: 12402310.
HSL color Cylindrical-coordinate representation of color #863EBD: hue angle of 274.02º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863EBD is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 62 | 189 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.26 |
| HSL | 274.02º | 0.51% | 0.49% | - |
| HSV(B) | 274.02º | 0.67% | 0.74% | - |
| XYZ | 20.74 | 12.19 | 49.4 | - |
| YUV | 98.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 189 | 0.29 | 0.67 | 0 | 0.26 | 274.02 | 0.51 | 0.49 |
| Hex | 86 | 3E | BD | 1D | 43 | 0 | 1A | 112 | 33 | 31 |
| Octal | 206 | 76 | 275 | 35 | 103 | 0 | 32 | 422 | 63 | 61 |
| Binary | 10000110 | 111110 | 10111101 | 11101 | 1000011 | 0 | 11010 | 100010010 | 110011 | 110001 |
Color Harmonies of #863EBD
Complementary color
Monochromatic Colors of #863EBD
Black with #863EBD
Text Example
Text Example
White with #863EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863EBD; }
p { color: rgb(134,62,189); }
H1.HeaderClassName
{
color: #863EBD;
}
.AnyTagClassName
{
color: #863EBD;
}
</style>
background-color css
<style>
a { background-color: #863EBD; }
a { background-color: rgb(134,62,189); }
div.DivClassName
{
background-color: #863EBD;
}
.BgClassName
{
background-color: #863EBD;
}
</style>
border-color css
<style>
span { border-color: #863EBD; }
span { border-color: rgb(134,62,189); }
td.TdClassName
{
border-color: #863EBD;
}
.TagClassName
{
border-color: #863EBD;
}
</style>