Shades of Dark Purple #86266F
Tints of Dark Purple #86266F
RGB
CMYK
RGB Variations
Color information
#86266F (or 0x86266F) is known color: Dark Purple. HEX triplet: 86, 26 and 6F. RGB value is (134,38,111). Sum of RGB (Red+Green+Blue) = 134+38+111=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #86266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86266F is #79D990. Grayscale: #4A4A4A. Windows color (decimal): -7985553 or 7284358. OLE color: 7284358.
HSL color Cylindrical-coordinate representation of color #86266F: hue angle of 314.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 #86266F is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 111 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.47 |
| HSL | 314.38º | 0.56% | 0.34% | - |
| HSV(B) | 314.38º | 0.72% | 0.53% | - |
| XYZ | 13.39 | 7.6 | 15.8 | - |
| YUV | 75.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 111 | 0 | 0.72 | 0.17 | 0.47 | 314.38 | 0.56 | 0.34 |
| Hex | 86 | 26 | 6F | 0 | 48 | 11 | 2F | 13A | 38 | 22 |
| Octal | 206 | 46 | 157 | 0 | 110 | 21 | 57 | 472 | 70 | 42 |
| Binary | 10000110 | 100110 | 1101111 | 0 | 1001000 | 10001 | 101111 | 100111010 | 111000 | 100010 |
Color Harmonies of #86266F
Complementary color
Monochromatic Colors of #86266F
Black with #86266F
Text Example
Text Example
White with #86266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86266F; }
p { color: rgb(134,38,111); }
H1.HeaderClassName
{
color: #86266F;
}
.AnyTagClassName
{
color: #86266F;
}
</style>
background-color css
<style>
a { background-color: #86266F; }
a { background-color: rgb(134,38,111); }
div.DivClassName
{
background-color: #86266F;
}
.BgClassName
{
background-color: #86266F;
}
</style>
border-color css
<style>
span { border-color: #86266F; }
span { border-color: rgb(134,38,111); }
td.TdClassName
{
border-color: #86266F;
}
.TagClassName
{
border-color: #86266F;
}
</style>