Shades of Dark Purple #862665
Tints of Dark Purple #862665
RGB
CMYK
RGB Variations
Color information
#862665 (or 0x862665) is known color: Dark Purple. HEX triplet: 86, 26 and 65. RGB value is (134,38,101). Sum of RGB (Red+Green+Blue) = 134+38+101=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #862665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862665 is #79D99A. Grayscale: #494949. Windows color (decimal): -7985563 or 6628998. OLE color: 6628998.
HSL color Cylindrical-coordinate representation of color #862665: hue angle of 320.62º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862665 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 101 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.47 |
| HSL | 320.63º | 0.56% | 0.34% | - |
| HSV(B) | 320.63º | 0.72% | 0.53% | - |
| XYZ | 12.87 | 7.39 | 13.06 | - |
| YUV | 73.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 101 | 0 | 0.72 | 0.25 | 0.47 | 320.63 | 0.56 | 0.34 |
| Hex | 86 | 26 | 65 | 0 | 48 | 19 | 2F | 141 | 38 | 22 |
| Octal | 206 | 46 | 145 | 0 | 110 | 31 | 57 | 501 | 70 | 42 |
| Binary | 10000110 | 100110 | 1100101 | 0 | 1001000 | 11001 | 101111 | 101000001 | 111000 | 100010 |
Color Harmonies of #862665
Complementary color
Monochromatic Colors of #862665
Black with #862665
Text Example
Text Example
White with #862665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862665; }
p { color: rgb(134,38,101); }
H1.HeaderClassName
{
color: #862665;
}
.AnyTagClassName
{
color: #862665;
}
</style>
background-color css
<style>
a { background-color: #862665; }
a { background-color: rgb(134,38,101); }
div.DivClassName
{
background-color: #862665;
}
.BgClassName
{
background-color: #862665;
}
</style>
border-color css
<style>
span { border-color: #862665; }
span { border-color: rgb(134,38,101); }
td.TdClassName
{
border-color: #862665;
}
.TagClassName
{
border-color: #862665;
}
</style>