Shades of Dark Purple #86236B
Tints of Dark Purple #86236B
RGB
CMYK
RGB Variations
Color information
#86236B (or 0x86236B) is known color: Dark Purple. HEX triplet: 86, 23 and 6B. RGB value is (134,35,107). Sum of RGB (Red+Green+Blue) = 134+35+107=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86236B is #79DC94. Grayscale: #484848. Windows color (decimal): -7986325 or 7021446. OLE color: 7021446.
HSL color Cylindrical-coordinate representation of color #86236B: hue angle of 316.36º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86236B is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 107 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.47 |
| HSL | 316.36º | 0.59% | 0.33% | - |
| HSV(B) | 316.36º | 0.74% | 0.53% | - |
| XYZ | 13.09 | 7.33 | 14.64 | - |
| YUV | 72.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 107 | 0 | 0.74 | 0.20 | 0.47 | 316.36 | 0.59 | 0.33 |
| Hex | 86 | 23 | 6B | 0 | 4A | 14 | 2F | 13C | 3B | 21 |
| Octal | 206 | 43 | 153 | 0 | 112 | 24 | 57 | 474 | 73 | 41 |
| Binary | 10000110 | 100011 | 1101011 | 0 | 1001010 | 10100 | 101111 | 100111100 | 111011 | 100001 |
Color Harmonies of #86236B
Complementary color
Monochromatic Colors of #86236B
Black with #86236B
Text Example
Text Example
White with #86236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86236B; }
p { color: rgb(134,35,107); }
H1.HeaderClassName
{
color: #86236B;
}
.AnyTagClassName
{
color: #86236B;
}
</style>
background-color css
<style>
a { background-color: #86236B; }
a { background-color: rgb(134,35,107); }
div.DivClassName
{
background-color: #86236B;
}
.BgClassName
{
background-color: #86236B;
}
</style>
border-color css
<style>
span { border-color: #86236B; }
span { border-color: rgb(134,35,107); }
td.TdClassName
{
border-color: #86236B;
}
.TagClassName
{
border-color: #86236B;
}
</style>