Shades of Medium Purple #9A59EB
Tints of Medium Purple #9A59EB
RGB
CMYK
RGB Variations
Color information
#9A59EB (or 0x9A59EB) is known color: Medium Purple. HEX triplet: 9A, 59 and EB. RGB value is (154,89,235). Sum of RGB (Red+Green+Blue) = 154+89+235=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A59EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A59EB is #65A614. Grayscale: #7C7C7C. Windows color (decimal): -6661653 or 15423898. OLE color: 15423898.
HSL color Cylindrical-coordinate representation of color #9A59EB: hue angle of 266.71º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A59EB is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 89 | 235 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.08 |
| HSL | 266.71º | 0.78% | 0.64% | - |
| HSV(B) | 266.71º | 0.62% | 0.92% | - |
| XYZ | 31.89 | 20.01 | 80.78 | - |
| YUV | 125.08 | 190.03 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 235 | 0.34 | 0.62 | 0 | 0.08 | 266.71 | 0.78 | 0.64 |
| Hex | 9A | 59 | EB | 22 | 3E | 0 | 8 | 10B | 4E | 40 |
| Octal | 232 | 131 | 353 | 42 | 76 | 0 | 10 | 413 | 116 | 100 |
| Binary | 10011010 | 1011001 | 11101011 | 100010 | 111110 | 0 | 1000 | 100001011 | 1001110 | 1000000 |
Color Harmonies of #9A59EB
Complementary color
Monochromatic Colors of #9A59EB
Black with #9A59EB
Text Example
Text Example
White with #9A59EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A59EB; }
p { color: rgb(154,89,235); }
H1.HeaderClassName
{
color: #9A59EB;
}
.AnyTagClassName
{
color: #9A59EB;
}
</style>
background-color css
<style>
a { background-color: #9A59EB; }
a { background-color: rgb(154,89,235); }
div.DivClassName
{
background-color: #9A59EB;
}
.BgClassName
{
background-color: #9A59EB;
}
</style>
border-color css
<style>
span { border-color: #9A59EB; }
span { border-color: rgb(154,89,235); }
td.TdClassName
{
border-color: #9A59EB;
}
.TagClassName
{
border-color: #9A59EB;
}
</style>