Shades of Medium Purple #9459E5
Tints of Medium Purple #9459E5
RGB
CMYK
RGB Variations
Color information
#9459E5 (or 0x9459E5) is known color: Medium Purple. HEX triplet: 94, 59 and E5. RGB value is (148,89,229). Sum of RGB (Red+Green+Blue) = 148+89+229=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #9459E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459E5 is #6BA61A. Grayscale: #7A7A7A. Windows color (decimal): -7054875 or 15030676. OLE color: 15030676.
HSL color Cylindrical-coordinate representation of color #9459E5: hue angle of 265.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9459E5 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 89 | 229 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.10 |
| HSL | 265.29º | 0.73% | 0.62% | - |
| HSV(B) | 265.29º | 0.61% | 0.9% | - |
| XYZ | 29.93 | 19.1 | 76.24 | - |
| YUV | 122.6 | 188.05 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 229 | 0.35 | 0.61 | 0 | 0.10 | 265.29 | 0.73 | 0.62 |
| Hex | 94 | 59 | E5 | 23 | 3D | 0 | A | 109 | 49 | 3E |
| Octal | 224 | 131 | 345 | 43 | 75 | 0 | 12 | 411 | 111 | 76 |
| Binary | 10010100 | 1011001 | 11100101 | 100011 | 111101 | 0 | 1010 | 100001001 | 1001001 | 111110 |
Color Harmonies of #9459E5
Complementary color
Monochromatic Colors of #9459E5
Black with #9459E5
Text Example
Text Example
White with #9459E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9459E5; }
p { color: rgb(148,89,229); }
H1.HeaderClassName
{
color: #9459E5;
}
.AnyTagClassName
{
color: #9459E5;
}
</style>
background-color css
<style>
a { background-color: #9459E5; }
a { background-color: rgb(148,89,229); }
div.DivClassName
{
background-color: #9459E5;
}
.BgClassName
{
background-color: #9459E5;
}
</style>
border-color css
<style>
span { border-color: #9459E5; }
span { border-color: rgb(148,89,229); }
td.TdClassName
{
border-color: #9459E5;
}
.TagClassName
{
border-color: #9459E5;
}
</style>