Shades of Dark Purple #86337B
Tints of Dark Purple #86337B
RGB
CMYK
RGB Variations
Color information
#86337B (or 0x86337B) is known color: Dark Purple. HEX triplet: 86, 33 and 7B. RGB value is (134,51,123). Sum of RGB (Red+Green+Blue) = 134+51+123=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86337B is #79CC84. Grayscale: #535353. Windows color (decimal): -7982213 or 8074118. OLE color: 8074118.
HSL color Cylindrical-coordinate representation of color #86337B: hue angle of 307.95º 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 #86337B is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 123 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.47 |
| HSL | 307.95º | 0.45% | 0.36% | - |
| HSV(B) | 307.95º | 0.62% | 0.53% | - |
| XYZ | 14.59 | 8.87 | 19.68 | - |
| YUV | 84.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 123 | 0 | 0.62 | 0.08 | 0.47 | 307.95 | 0.45 | 0.36 |
| Hex | 86 | 33 | 7B | 0 | 3E | 8 | 2F | 134 | 2D | 24 |
| Octal | 206 | 63 | 173 | 0 | 76 | 10 | 57 | 464 | 55 | 44 |
| Binary | 10000110 | 110011 | 1111011 | 0 | 111110 | 1000 | 101111 | 100110100 | 101101 | 100100 |
Color Harmonies of #86337B
Complementary color
Monochromatic Colors of #86337B
Black with #86337B
Text Example
Text Example
White with #86337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86337B; }
p { color: rgb(134,51,123); }
H1.HeaderClassName
{
color: #86337B;
}
.AnyTagClassName
{
color: #86337B;
}
</style>
background-color css
<style>
a { background-color: #86337B; }
a { background-color: rgb(134,51,123); }
div.DivClassName
{
background-color: #86337B;
}
.BgClassName
{
background-color: #86337B;
}
</style>
border-color css
<style>
span { border-color: #86337B; }
span { border-color: rgb(134,51,123); }
td.TdClassName
{
border-color: #86337B;
}
.TagClassName
{
border-color: #86337B;
}
</style>