Shades of Medium Purple #9A89EC
Tints of Medium Purple #9A89EC
RGB
CMYK
RGB Variations
Color information
#9A89EC (or 0x9A89EC) is known color: Medium Purple. HEX triplet: 9A, 89 and EC. RGB value is (154,137,236). Sum of RGB (Red+Green+Blue) = 154+137+236=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A89EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A89EC is #657613. Grayscale: #989898. Windows color (decimal): -6649364 or 15501722. OLE color: 15501722.
HSL color Cylindrical-coordinate representation of color #9A89EC: hue angle of 250.3º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A89EC is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 137 | 236 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.07 |
| HSL | 250.3º | 0.72% | 0.73% | - |
| HSV(B) | 250.3º | 0.42% | 0.93% | - |
| XYZ | 37.41 | 30.82 | 83.33 | - |
| YUV | 153.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 236 | 0.35 | 0.42 | 0 | 0.07 | 250.3 | 0.72 | 0.73 |
| Hex | 9A | 89 | EC | 23 | 2A | 0 | 7 | FA | 48 | 49 |
| Octal | 232 | 211 | 354 | 43 | 52 | 0 | 7 | 372 | 110 | 111 |
| Binary | 10011010 | 10001001 | 11101100 | 100011 | 101010 | 0 | 111 | 11111010 | 1001000 | 1001001 |
Color Harmonies of #9A89EC
Complementary color
Monochromatic Colors of #9A89EC
Black with #9A89EC
Text Example
Text Example
White with #9A89EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A89EC; }
p { color: rgb(154,137,236); }
H1.HeaderClassName
{
color: #9A89EC;
}
.AnyTagClassName
{
color: #9A89EC;
}
</style>
background-color css
<style>
a { background-color: #9A89EC; }
a { background-color: rgb(154,137,236); }
div.DivClassName
{
background-color: #9A89EC;
}
.BgClassName
{
background-color: #9A89EC;
}
</style>
border-color css
<style>
span { border-color: #9A89EC; }
span { border-color: rgb(154,137,236); }
td.TdClassName
{
border-color: #9A89EC;
}
.TagClassName
{
border-color: #9A89EC;
}
</style>