Shades of Dark Purple #863A7E
Tints of Dark Purple #863A7E
RGB
CMYK
RGB Variations
Color information
#863A7E (or 0x863A7E) is known color: Dark Purple. HEX triplet: 86, 3A and 7E. RGB value is (134,58,126). Sum of RGB (Red+Green+Blue) = 134+58+126=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #863A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A7E is #79C581. Grayscale: #585858. Windows color (decimal): -7980418 or 8272518. OLE color: 8272518.
HSL color Cylindrical-coordinate representation of color #863A7E: hue angle of 306.32º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A7E is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 126 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.47 |
| HSL | 306.32º | 0.4% | 0.38% | - |
| HSV(B) | 306.32º | 0.57% | 0.53% | - |
| XYZ | 15.11 | 9.6 | 20.8 | - |
| YUV | 88.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 126 | 0 | 0.57 | 0.06 | 0.47 | 306.32 | 0.4 | 0.38 |
| Hex | 86 | 3A | 7E | 0 | 39 | 6 | 2F | 132 | 28 | 26 |
| Octal | 206 | 72 | 176 | 0 | 71 | 6 | 57 | 462 | 50 | 46 |
| Binary | 10000110 | 111010 | 1111110 | 0 | 111001 | 110 | 101111 | 100110010 | 101000 | 100110 |
Color Harmonies of #863A7E
Complementary color
Monochromatic Colors of #863A7E
Black with #863A7E
Text Example
Text Example
White with #863A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A7E; }
p { color: rgb(134,58,126); }
H1.HeaderClassName
{
color: #863A7E;
}
.AnyTagClassName
{
color: #863A7E;
}
</style>
background-color css
<style>
a { background-color: #863A7E; }
a { background-color: rgb(134,58,126); }
div.DivClassName
{
background-color: #863A7E;
}
.BgClassName
{
background-color: #863A7E;
}
</style>
border-color css
<style>
span { border-color: #863A7E; }
span { border-color: rgb(134,58,126); }
td.TdClassName
{
border-color: #863A7E;
}
.TagClassName
{
border-color: #863A7E;
}
</style>