Shades of Dark Purple #86237D
Tints of Dark Purple #86237D
RGB
CMYK
RGB Variations
Color information
#86237D (or 0x86237D) is known color: Dark Purple. HEX triplet: 86, 23 and 7D. RGB value is (134,35,125). Sum of RGB (Red+Green+Blue) = 134+35+125=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86237D is #79DC82. Grayscale: #4A4A4A. Windows color (decimal): -7986307 or 8201094. OLE color: 8201094.
HSL color Cylindrical-coordinate representation of color #86237D: hue angle of 305.45º 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 #86237D is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 125 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.47 |
| HSL | 305.45º | 0.59% | 0.33% | - |
| HSV(B) | 305.45º | 0.74% | 0.53% | - |
| XYZ | 14.13 | 7.75 | 20.15 | - |
| YUV | 74.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 125 | 0 | 0.74 | 0.07 | 0.47 | 305.45 | 0.59 | 0.33 |
| Hex | 86 | 23 | 7D | 0 | 4A | 7 | 2F | 131 | 3B | 21 |
| Octal | 206 | 43 | 175 | 0 | 112 | 7 | 57 | 461 | 73 | 41 |
| Binary | 10000110 | 100011 | 1111101 | 0 | 1001010 | 111 | 101111 | 100110001 | 111011 | 100001 |
Color Harmonies of #86237D
Complementary color
Monochromatic Colors of #86237D
Black with #86237D
Text Example
Text Example
White with #86237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86237D; }
p { color: rgb(134,35,125); }
H1.HeaderClassName
{
color: #86237D;
}
.AnyTagClassName
{
color: #86237D;
}
</style>
background-color css
<style>
a { background-color: #86237D; }
a { background-color: rgb(134,35,125); }
div.DivClassName
{
background-color: #86237D;
}
.BgClassName
{
background-color: #86237D;
}
</style>
border-color css
<style>
span { border-color: #86237D; }
span { border-color: rgb(134,35,125); }
td.TdClassName
{
border-color: #86237D;
}
.TagClassName
{
border-color: #86237D;
}
</style>