Shades of Medium Purple #9586EA
Tints of Medium Purple #9586EA
RGB
CMYK
RGB Variations
Color information
#9586EA (or 0x9586EA) is known color: Medium Purple. HEX triplet: 95, 86 and EA. RGB value is (149,134,234). Sum of RGB (Red+Green+Blue) = 149+134+234=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #9586EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9586EA is #6A7915. Grayscale: #959595. Windows color (decimal): -6977814 or 15369877. OLE color: 15369877.
HSL color Cylindrical-coordinate representation of color #9586EA: hue angle of 249º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9586EA is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 134 | 234 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.08 |
| HSL | 249º | 0.7% | 0.72% | - |
| HSV(B) | 249º | 0.43% | 0.92% | - |
| XYZ | 35.77 | 29.38 | 81.63 | - |
| YUV | 149.89 | 175.47 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 234 | 0.36 | 0.43 | 0 | 0.08 | 249 | 0.7 | 0.72 |
| Hex | 95 | 86 | EA | 24 | 2B | 0 | 8 | F9 | 46 | 48 |
| Octal | 225 | 206 | 352 | 44 | 53 | 0 | 10 | 371 | 106 | 110 |
| Binary | 10010101 | 10000110 | 11101010 | 100100 | 101011 | 0 | 1000 | 11111001 | 1000110 | 1001000 |
Color Harmonies of #9586EA
Complementary color
Monochromatic Colors of #9586EA
Black with #9586EA
Text Example
Text Example
White with #9586EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9586EA; }
p { color: rgb(149,134,234); }
H1.HeaderClassName
{
color: #9586EA;
}
.AnyTagClassName
{
color: #9586EA;
}
</style>
background-color css
<style>
a { background-color: #9586EA; }
a { background-color: rgb(149,134,234); }
div.DivClassName
{
background-color: #9586EA;
}
.BgClassName
{
background-color: #9586EA;
}
</style>
border-color css
<style>
span { border-color: #9586EA; }
span { border-color: rgb(149,134,234); }
td.TdClassName
{
border-color: #9586EA;
}
.TagClassName
{
border-color: #9586EA;
}
</style>