Shades of Dark Purple #86195F
Tints of Dark Purple #86195F
RGB
CMYK
RGB Variations
Color information
#86195F (or 0x86195F) is known color: Dark Purple. HEX triplet: 86, 19 and 5F. RGB value is (134,25,95). Sum of RGB (Red+Green+Blue) = 134+25+95=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #86195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86195F is #79E6A0. Grayscale: #414141. Windows color (decimal): -7988897 or 6232454. OLE color: 6232454.
HSL color Cylindrical-coordinate representation of color #86195F: hue angle of 321.47º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86195F is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 95 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.47 |
| HSL | 321.47º | 0.69% | 0.31% | - |
| HSV(B) | 321.47º | 0.81% | 0.53% | - |
| XYZ | 12.24 | 6.59 | 11.45 | - |
| YUV | 65.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 95 | 0 | 0.81 | 0.29 | 0.47 | 321.47 | 0.69 | 0.31 |
| Hex | 86 | 19 | 5F | 0 | 51 | 1D | 2F | 141 | 45 | 1F |
| Octal | 206 | 31 | 137 | 0 | 121 | 35 | 57 | 501 | 105 | 37 |
| Binary | 10000110 | 11001 | 1011111 | 0 | 1010001 | 11101 | 101111 | 101000001 | 1000101 | 11111 |
Color Harmonies of #86195F
Complementary color
Monochromatic Colors of #86195F
Black with #86195F
Text Example
Text Example
White with #86195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86195F; }
p { color: rgb(134,25,95); }
H1.HeaderClassName
{
color: #86195F;
}
.AnyTagClassName
{
color: #86195F;
}
</style>
background-color css
<style>
a { background-color: #86195F; }
a { background-color: rgb(134,25,95); }
div.DivClassName
{
background-color: #86195F;
}
.BgClassName
{
background-color: #86195F;
}
</style>
border-color css
<style>
span { border-color: #86195F; }
span { border-color: rgb(134,25,95); }
td.TdClassName
{
border-color: #86195F;
}
.TagClassName
{
border-color: #86195F;
}
</style>