Shades of Purple #86037E
Tints of Purple #86037E
RGB
CMYK
RGB Variations
Color information
#86037E (or 0x86037E) is known color: Purple. HEX triplet: 86, 03 and 7E. RGB value is (134,3,126). Sum of RGB (Red+Green+Blue) = 134+3+126=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86037E is #79FC81. Grayscale: #373737. Windows color (decimal): -7994498 or 8258438. OLE color: 8258438.
HSL color Cylindrical-coordinate representation of color #86037E: hue angle of 303.66º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86037E is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 126 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.47 |
| HSL | 303.66º | 0.96% | 0.27% | - |
| HSV(B) | 303.66º | 0.98% | 0.53% | - |
| XYZ | 13.63 | 6.64 | 20.3 | - |
| YUV | 56.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 126 | 0 | 0.98 | 0.06 | 0.47 | 303.66 | 0.96 | 0.27 |
| Hex | 86 | 3 | 7E | 0 | 62 | 6 | 2F | 130 | 60 | 1B |
| Octal | 206 | 3 | 176 | 0 | 142 | 6 | 57 | 460 | 140 | 33 |
| Binary | 10000110 | 11 | 1111110 | 0 | 1100010 | 110 | 101111 | 100110000 | 1100000 | 11011 |
Color Harmonies of #86037E
Complementary color
Monochromatic Colors of #86037E
Black with #86037E
Text Example
Text Example
White with #86037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86037E; }
p { color: rgb(134,3,126); }
H1.HeaderClassName
{
color: #86037E;
}
.AnyTagClassName
{
color: #86037E;
}
</style>
background-color css
<style>
a { background-color: #86037E; }
a { background-color: rgb(134,3,126); }
div.DivClassName
{
background-color: #86037E;
}
.BgClassName
{
background-color: #86037E;
}
</style>
border-color css
<style>
span { border-color: #86037E; }
span { border-color: rgb(134,3,126); }
td.TdClassName
{
border-color: #86037E;
}
.TagClassName
{
border-color: #86037E;
}
</style>