Shades of Dark Purple #862D6B
Tints of Dark Purple #862D6B
RGB
CMYK
RGB Variations
Color information
#862D6B (or 0x862D6B) is known color: Dark Purple. HEX triplet: 86, 2D and 6B. RGB value is (134,45,107). Sum of RGB (Red+Green+Blue) = 134+45+107=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #862D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862D6B is #79D294. Grayscale: #4E4E4E. Windows color (decimal): -7983765 or 7024006. OLE color: 7024006.
HSL color Cylindrical-coordinate representation of color #862D6B: hue angle of 318.2º 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 #862D6B is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 107 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.47 |
| HSL | 318.2º | 0.5% | 0.35% | - |
| HSV(B) | 318.2º | 0.66% | 0.53% | - |
| XYZ | 13.42 | 8.01 | 14.75 | - |
| YUV | 78.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 107 | 0 | 0.66 | 0.20 | 0.47 | 318.2 | 0.5 | 0.35 |
| Hex | 86 | 2D | 6B | 0 | 42 | 14 | 2F | 13E | 32 | 23 |
| Octal | 206 | 55 | 153 | 0 | 102 | 24 | 57 | 476 | 62 | 43 |
| Binary | 10000110 | 101101 | 1101011 | 0 | 1000010 | 10100 | 101111 | 100111110 | 110010 | 100011 |
Color Harmonies of #862D6B
Complementary color
Monochromatic Colors of #862D6B
Black with #862D6B
Text Example
Text Example
White with #862D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D6B; }
p { color: rgb(134,45,107); }
H1.HeaderClassName
{
color: #862D6B;
}
.AnyTagClassName
{
color: #862D6B;
}
</style>
background-color css
<style>
a { background-color: #862D6B; }
a { background-color: rgb(134,45,107); }
div.DivClassName
{
background-color: #862D6B;
}
.BgClassName
{
background-color: #862D6B;
}
</style>
border-color css
<style>
span { border-color: #862D6B; }
span { border-color: rgb(134,45,107); }
td.TdClassName
{
border-color: #862D6B;
}
.TagClassName
{
border-color: #862D6B;
}
</style>