Shades of Dark Purple #862C69
Tints of Dark Purple #862C69
RGB
CMYK
RGB Variations
Color information
#862C69 (or 0x862C69) is known color: Dark Purple. HEX triplet: 86, 2C and 69. RGB value is (134,44,105). Sum of RGB (Red+Green+Blue) = 134+44+105=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #862C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C69 is #79D396. Grayscale: #4D4D4D. Windows color (decimal): -7984023 or 6892678. OLE color: 6892678.
HSL color Cylindrical-coordinate representation of color #862C69: hue angle of 319.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C69 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 105 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.47 |
| HSL | 319.33º | 0.51% | 0.35% | - |
| HSV(B) | 319.33º | 0.67% | 0.53% | - |
| XYZ | 13.28 | 7.89 | 14.19 | - |
| YUV | 77.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 105 | 0 | 0.67 | 0.22 | 0.47 | 319.33 | 0.51 | 0.35 |
| Hex | 86 | 2C | 69 | 0 | 43 | 16 | 2F | 13F | 33 | 23 |
| Octal | 206 | 54 | 151 | 0 | 103 | 26 | 57 | 477 | 63 | 43 |
| Binary | 10000110 | 101100 | 1101001 | 0 | 1000011 | 10110 | 101111 | 100111111 | 110011 | 100011 |
Color Harmonies of #862C69
Complementary color
Monochromatic Colors of #862C69
Black with #862C69
Text Example
Text Example
White with #862C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C69; }
p { color: rgb(134,44,105); }
H1.HeaderClassName
{
color: #862C69;
}
.AnyTagClassName
{
color: #862C69;
}
</style>
background-color css
<style>
a { background-color: #862C69; }
a { background-color: rgb(134,44,105); }
div.DivClassName
{
background-color: #862C69;
}
.BgClassName
{
background-color: #862C69;
}
</style>
border-color css
<style>
span { border-color: #862C69; }
span { border-color: rgb(134,44,105); }
td.TdClassName
{
border-color: #862C69;
}
.TagClassName
{
border-color: #862C69;
}
</style>