Shades of Purple #86097C
Tints of Purple #86097C
RGB
CMYK
RGB Variations
Color information
#86097C (or 0x86097C) is known color: Purple. HEX triplet: 86, 09 and 7C. RGB value is (134,9,124). Sum of RGB (Red+Green+Blue) = 134+9+124=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86097C is #79F683. Grayscale: #3B3B3B. Windows color (decimal): -7992964 or 8128902. OLE color: 8128902.
HSL color Cylindrical-coordinate representation of color #86097C: hue angle of 304.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86097C is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 9 | 124 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.47 |
| HSL | 304.8º | 0.87% | 0.28% | - |
| HSV(B) | 304.8º | 0.93% | 0.53% | - |
| XYZ | 13.57 | 6.72 | 19.65 | - |
| YUV | 59.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 124 | 0 | 0.93 | 0.07 | 0.47 | 304.8 | 0.87 | 0.28 |
| Hex | 86 | 9 | 7C | 0 | 5D | 7 | 2F | 131 | 57 | 1C |
| Octal | 206 | 11 | 174 | 0 | 135 | 7 | 57 | 461 | 127 | 34 |
| Binary | 10000110 | 1001 | 1111100 | 0 | 1011101 | 111 | 101111 | 100110001 | 1010111 | 11100 |
Color Harmonies of #86097C
Complementary color
Monochromatic Colors of #86097C
Black with #86097C
Text Example
Text Example
White with #86097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86097C; }
p { color: rgb(134,9,124); }
H1.HeaderClassName
{
color: #86097C;
}
.AnyTagClassName
{
color: #86097C;
}
</style>
background-color css
<style>
a { background-color: #86097C; }
a { background-color: rgb(134,9,124); }
div.DivClassName
{
background-color: #86097C;
}
.BgClassName
{
background-color: #86097C;
}
</style>
border-color css
<style>
span { border-color: #86097C; }
span { border-color: rgb(134,9,124); }
td.TdClassName
{
border-color: #86097C;
}
.TagClassName
{
border-color: #86097C;
}
</style>