Shades of Dark Orchid #863DBE
Tints of Dark Orchid #863DBE
RGB
CMYK
RGB Variations
Color information
#863DBE (or 0x863DBE) is known color: Dark Orchid. HEX triplet: 86, 3D and BE. RGB value is (134,61,190). Sum of RGB (Red+Green+Blue) = 134+61+190=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #863DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DBE is #79C241. Grayscale: #616161. Windows color (decimal): -7979586 or 12467590. OLE color: 12467590.
HSL color Cylindrical-coordinate representation of color #863DBE: hue angle of 273.95º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863DBE is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 61 | 190 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.25 |
| HSL | 273.95º | 0.51% | 0.49% | - |
| HSV(B) | 273.95º | 0.68% | 0.75% | - |
| XYZ | 20.79 | 12.12 | 49.96 | - |
| YUV | 97.53 | 180.18 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 190 | 0.29 | 0.68 | 0 | 0.25 | 273.95 | 0.51 | 0.49 |
| Hex | 86 | 3D | BE | 1D | 44 | 0 | 19 | 112 | 33 | 31 |
| Octal | 206 | 75 | 276 | 35 | 104 | 0 | 31 | 422 | 63 | 61 |
| Binary | 10000110 | 111101 | 10111110 | 11101 | 1000100 | 0 | 11001 | 100010010 | 110011 | 110001 |
Color Harmonies of #863DBE
Complementary color
Monochromatic Colors of #863DBE
Black with #863DBE
Text Example
Text Example
White with #863DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DBE; }
p { color: rgb(134,61,190); }
H1.HeaderClassName
{
color: #863DBE;
}
.AnyTagClassName
{
color: #863DBE;
}
</style>
background-color css
<style>
a { background-color: #863DBE; }
a { background-color: rgb(134,61,190); }
div.DivClassName
{
background-color: #863DBE;
}
.BgClassName
{
background-color: #863DBE;
}
</style>
border-color css
<style>
span { border-color: #863DBE; }
span { border-color: rgb(134,61,190); }
td.TdClassName
{
border-color: #863DBE;
}
.TagClassName
{
border-color: #863DBE;
}
</style>