Shades of Dark Orchid #863AC8
Tints of Dark Orchid #863AC8
RGB
CMYK
RGB Variations
Color information
#863AC8 (or 0x863AC8) is known color: Dark Orchid. HEX triplet: 86, 3A and C8. RGB value is (134,58,200). Sum of RGB (Red+Green+Blue) = 134+58+200=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #863AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863AC8 is #79C537. Grayscale: #606060. Windows color (decimal): -7980344 or 13122182. OLE color: 13122182.
HSL color Cylindrical-coordinate representation of color #863AC8: hue angle of 272.11º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863AC8 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 58 | 200 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.22 |
| HSL | 272.11º | 0.56% | 0.51% | - |
| HSV(B) | 272.11º | 0.71% | 0.78% | - |
| XYZ | 21.77 | 12.26 | 55.86 | - |
| YUV | 96.91 | 186.18 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 200 | 0.33 | 0.71 | 0 | 0.22 | 272.11 | 0.56 | 0.51 |
| Hex | 86 | 3A | C8 | 21 | 47 | 0 | 16 | 110 | 38 | 33 |
| Octal | 206 | 72 | 310 | 41 | 107 | 0 | 26 | 420 | 70 | 63 |
| Binary | 10000110 | 111010 | 11001000 | 100001 | 1000111 | 0 | 10110 | 100010000 | 111000 | 110011 |
Color Harmonies of #863AC8
Complementary color
Monochromatic Colors of #863AC8
Black with #863AC8
Text Example
Text Example
White with #863AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863AC8; }
p { color: rgb(134,58,200); }
H1.HeaderClassName
{
color: #863AC8;
}
.AnyTagClassName
{
color: #863AC8;
}
</style>
background-color css
<style>
a { background-color: #863AC8; }
a { background-color: rgb(134,58,200); }
div.DivClassName
{
background-color: #863AC8;
}
.BgClassName
{
background-color: #863AC8;
}
</style>
border-color css
<style>
span { border-color: #863AC8; }
span { border-color: rgb(134,58,200); }
td.TdClassName
{
border-color: #863AC8;
}
.TagClassName
{
border-color: #863AC8;
}
</style>