Shades of Dark Purple #86237F
Tints of Dark Purple #86237F
RGB
CMYK
RGB Variations
Color information
#86237F (or 0x86237F) is known color: Dark Purple. HEX triplet: 86, 23 and 7F. RGB value is (134,35,127). Sum of RGB (Red+Green+Blue) = 134+35+127=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86237F is #79DC80. Grayscale: #4A4A4A. Windows color (decimal): -7986305 or 8332166. OLE color: 8332166.
HSL color Cylindrical-coordinate representation of color #86237F: hue angle of 304.24º 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 #86237F is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 127 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.47 |
| HSL | 304.24º | 0.59% | 0.33% | - |
| HSV(B) | 304.24º | 0.74% | 0.53% | - |
| XYZ | 14.26 | 7.8 | 20.83 | - |
| YUV | 75.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 127 | 0 | 0.74 | 0.05 | 0.47 | 304.24 | 0.59 | 0.33 |
| Hex | 86 | 23 | 7F | 0 | 4A | 5 | 2F | 130 | 3B | 21 |
| Octal | 206 | 43 | 177 | 0 | 112 | 5 | 57 | 460 | 73 | 41 |
| Binary | 10000110 | 100011 | 1111111 | 0 | 1001010 | 101 | 101111 | 100110000 | 111011 | 100001 |
Color Harmonies of #86237F
Complementary color
Monochromatic Colors of #86237F
Black with #86237F
Text Example
Text Example
White with #86237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86237F; }
p { color: rgb(134,35,127); }
H1.HeaderClassName
{
color: #86237F;
}
.AnyTagClassName
{
color: #86237F;
}
</style>
background-color css
<style>
a { background-color: #86237F; }
a { background-color: rgb(134,35,127); }
div.DivClassName
{
background-color: #86237F;
}
.BgClassName
{
background-color: #86237F;
}
</style>
border-color css
<style>
span { border-color: #86237F; }
span { border-color: rgb(134,35,127); }
td.TdClassName
{
border-color: #86237F;
}
.TagClassName
{
border-color: #86237F;
}
</style>