Shades of Dark Purple #862D69
Tints of Dark Purple #862D69
RGB
CMYK
RGB Variations
Color information
#862D69 (or 0x862D69) is known color: Dark Purple. HEX triplet: 86, 2D and 69. RGB value is (134,45,105). Sum of RGB (Red+Green+Blue) = 134+45+105=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #862D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862D69 is #79D296. Grayscale: #4E4E4E. Windows color (decimal): -7983767 or 6892934. OLE color: 6892934.
HSL color Cylindrical-coordinate representation of color #862D69: hue angle of 319.55º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862D69 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 105 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.47 |
| HSL | 319.55º | 0.5% | 0.35% | - |
| HSV(B) | 319.55º | 0.66% | 0.53% | - |
| XYZ | 13.32 | 7.97 | 14.2 | - |
| YUV | 78.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 105 | 0 | 0.66 | 0.22 | 0.47 | 319.55 | 0.5 | 0.35 |
| Hex | 86 | 2D | 69 | 0 | 42 | 16 | 2F | 140 | 32 | 23 |
| Octal | 206 | 55 | 151 | 0 | 102 | 26 | 57 | 500 | 62 | 43 |
| Binary | 10000110 | 101101 | 1101001 | 0 | 1000010 | 10110 | 101111 | 101000000 | 110010 | 100011 |
Color Harmonies of #862D69
Complementary color
Monochromatic Colors of #862D69
Black with #862D69
Text Example
Text Example
White with #862D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D69; }
p { color: rgb(134,45,105); }
H1.HeaderClassName
{
color: #862D69;
}
.AnyTagClassName
{
color: #862D69;
}
</style>
background-color css
<style>
a { background-color: #862D69; }
a { background-color: rgb(134,45,105); }
div.DivClassName
{
background-color: #862D69;
}
.BgClassName
{
background-color: #862D69;
}
</style>
border-color css
<style>
span { border-color: #862D69; }
span { border-color: rgb(134,45,105); }
td.TdClassName
{
border-color: #862D69;
}
.TagClassName
{
border-color: #862D69;
}
</style>