Shades of Dark Purple #862869
Tints of Dark Purple #862869
RGB
CMYK
RGB Variations
Color information
#862869 (or 0x862869) is known color: Dark Purple. HEX triplet: 86, 28 and 69. RGB value is (134,40,105). Sum of RGB (Red+Green+Blue) = 134+40+105=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #862869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862869 is #79D796. Grayscale: #4B4B4B. Windows color (decimal): -7985047 or 6891654. OLE color: 6891654.
HSL color Cylindrical-coordinate representation of color #862869: hue angle of 318.51º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862869 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 105 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.47 |
| HSL | 318.51º | 0.54% | 0.34% | - |
| HSV(B) | 318.51º | 0.7% | 0.53% | - |
| XYZ | 13.14 | 7.61 | 14.14 | - |
| YUV | 75.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 105 | 0 | 0.70 | 0.22 | 0.47 | 318.51 | 0.54 | 0.34 |
| Hex | 86 | 28 | 69 | 0 | 46 | 16 | 2F | 13F | 36 | 22 |
| Octal | 206 | 50 | 151 | 0 | 106 | 26 | 57 | 477 | 66 | 42 |
| Binary | 10000110 | 101000 | 1101001 | 0 | 1000110 | 10110 | 101111 | 100111111 | 110110 | 100010 |
Color Harmonies of #862869
Complementary color
Monochromatic Colors of #862869
Black with #862869
Text Example
Text Example
White with #862869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862869; }
p { color: rgb(134,40,105); }
H1.HeaderClassName
{
color: #862869;
}
.AnyTagClassName
{
color: #862869;
}
</style>
background-color css
<style>
a { background-color: #862869; }
a { background-color: rgb(134,40,105); }
div.DivClassName
{
background-color: #862869;
}
.BgClassName
{
background-color: #862869;
}
</style>
border-color css
<style>
span { border-color: #862869; }
span { border-color: rgb(134,40,105); }
td.TdClassName
{
border-color: #862869;
}
.TagClassName
{
border-color: #862869;
}
</style>