Shades of Dark Purple #86336A
Tints of Dark Purple #86336A
RGB
CMYK
RGB Variations
Color information
#86336A (or 0x86336A) is known color: Dark Purple. HEX triplet: 86, 33 and 6A. RGB value is (134,51,106). Sum of RGB (Red+Green+Blue) = 134+51+106=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86336A is #79CC95. Grayscale: #515151. Windows color (decimal): -7982230 or 6960006. OLE color: 6960006.
HSL color Cylindrical-coordinate representation of color #86336A: hue angle of 320.24º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86336A is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 106 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.47 |
| HSL | 320.24º | 0.45% | 0.36% | - |
| HSV(B) | 320.24º | 0.62% | 0.53% | - |
| XYZ | 13.62 | 8.48 | 14.55 | - |
| YUV | 82.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 106 | 0 | 0.62 | 0.21 | 0.47 | 320.24 | 0.45 | 0.36 |
| Hex | 86 | 33 | 6A | 0 | 3E | 15 | 2F | 140 | 2D | 24 |
| Octal | 206 | 63 | 152 | 0 | 76 | 25 | 57 | 500 | 55 | 44 |
| Binary | 10000110 | 110011 | 1101010 | 0 | 111110 | 10101 | 101111 | 101000000 | 101101 | 100100 |
Color Harmonies of #86336A
Complementary color
Monochromatic Colors of #86336A
Black with #86336A
Text Example
Text Example
White with #86336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86336A; }
p { color: rgb(134,51,106); }
H1.HeaderClassName
{
color: #86336A;
}
.AnyTagClassName
{
color: #86336A;
}
</style>
background-color css
<style>
a { background-color: #86336A; }
a { background-color: rgb(134,51,106); }
div.DivClassName
{
background-color: #86336A;
}
.BgClassName
{
background-color: #86336A;
}
</style>
border-color css
<style>
span { border-color: #86336A; }
span { border-color: rgb(134,51,106); }
td.TdClassName
{
border-color: #86336A;
}
.TagClassName
{
border-color: #86336A;
}
</style>