Shades of Purple #86097B
Tints of Purple #86097B
RGB
CMYK
RGB Variations
Color information
#86097B (or 0x86097B) is known color: Purple. HEX triplet: 86, 09 and 7B. RGB value is (134,9,123). Sum of RGB (Red+Green+Blue) = 134+9+123=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86097B is #79F684. Grayscale: #3B3B3B. Windows color (decimal): -7992965 or 8063366. OLE color: 8063366.
HSL color Cylindrical-coordinate representation of color #86097B: hue angle of 305.28º 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 #86097B is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 9 | 123 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.47 |
| HSL | 305.28º | 0.87% | 0.28% | - |
| HSV(B) | 305.28º | 0.93% | 0.53% | - |
| XYZ | 13.5 | 6.69 | 19.32 | - |
| YUV | 59.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 123 | 0 | 0.93 | 0.08 | 0.47 | 305.28 | 0.87 | 0.28 |
| Hex | 86 | 9 | 7B | 0 | 5D | 8 | 2F | 131 | 57 | 1C |
| Octal | 206 | 11 | 173 | 0 | 135 | 10 | 57 | 461 | 127 | 34 |
| Binary | 10000110 | 1001 | 1111011 | 0 | 1011101 | 1000 | 101111 | 100110001 | 1010111 | 11100 |
Color Harmonies of #86097B
Complementary color
Monochromatic Colors of #86097B
Black with #86097B
Text Example
Text Example
White with #86097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86097B; }
p { color: rgb(134,9,123); }
H1.HeaderClassName
{
color: #86097B;
}
.AnyTagClassName
{
color: #86097B;
}
</style>
background-color css
<style>
a { background-color: #86097B; }
a { background-color: rgb(134,9,123); }
div.DivClassName
{
background-color: #86097B;
}
.BgClassName
{
background-color: #86097B;
}
</style>
border-color css
<style>
span { border-color: #86097B; }
span { border-color: rgb(134,9,123); }
td.TdClassName
{
border-color: #86097B;
}
.TagClassName
{
border-color: #86097B;
}
</style>