Shades of Dark Purple #86267F
Tints of Dark Purple #86267F
RGB
CMYK
RGB Variations
Color information
#86267F (or 0x86267F) is known color: Dark Purple. HEX triplet: 86, 26 and 7F. RGB value is (134,38,127). Sum of RGB (Red+Green+Blue) = 134+38+127=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #86267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86267F is #79D980. Grayscale: #4C4C4C. Windows color (decimal): -7985537 or 8332934. OLE color: 8332934.
HSL color Cylindrical-coordinate representation of color #86267F: hue angle of 304.38º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86267F is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 127 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.47 |
| HSL | 304.38º | 0.56% | 0.34% | - |
| HSV(B) | 304.38º | 0.72% | 0.53% | - |
| XYZ | 14.36 | 7.99 | 20.86 | - |
| YUV | 76.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 127 | 0 | 0.72 | 0.05 | 0.47 | 304.38 | 0.56 | 0.34 |
| Hex | 86 | 26 | 7F | 0 | 48 | 5 | 2F | 130 | 38 | 22 |
| Octal | 206 | 46 | 177 | 0 | 110 | 5 | 57 | 460 | 70 | 42 |
| Binary | 10000110 | 100110 | 1111111 | 0 | 1001000 | 101 | 101111 | 100110000 | 111000 | 100010 |
Color Harmonies of #86267F
Complementary color
Monochromatic Colors of #86267F
Black with #86267F
Text Example
Text Example
White with #86267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86267F; }
p { color: rgb(134,38,127); }
H1.HeaderClassName
{
color: #86267F;
}
.AnyTagClassName
{
color: #86267F;
}
</style>
background-color css
<style>
a { background-color: #86267F; }
a { background-color: rgb(134,38,127); }
div.DivClassName
{
background-color: #86267F;
}
.BgClassName
{
background-color: #86267F;
}
</style>
border-color css
<style>
span { border-color: #86267F; }
span { border-color: rgb(134,38,127); }
td.TdClassName
{
border-color: #86267F;
}
.TagClassName
{
border-color: #86267F;
}
</style>