Shades of Medium Purple #9A7EE1
Tints of Medium Purple #9A7EE1
RGB
CMYK
RGB Variations
Color information
#9A7EE1 (or 0x9A7EE1) is known color: Medium Purple. HEX triplet: 9A, 7E and E1. RGB value is (154,126,225). Sum of RGB (Red+Green+Blue) = 154+126+225=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #9A7EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EE1 is #65811E. Grayscale: #919191. Windows color (decimal): -6652191 or 14778010. OLE color: 14778010.
HSL color Cylindrical-coordinate representation of color #9A7EE1: hue angle of 256.97º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A7EE1 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 126 | 225 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.12 |
| HSL | 256.97º | 0.62% | 0.69% | - |
| HSV(B) | 256.97º | 0.44% | 0.88% | - |
| XYZ | 34.38 | 27.23 | 74.68 | - |
| YUV | 145.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 225 | 0.32 | 0.44 | 0 | 0.12 | 256.97 | 0.62 | 0.69 |
| Hex | 9A | 7E | E1 | 20 | 2C | 0 | C | 101 | 3E | 45 |
| Octal | 232 | 176 | 341 | 40 | 54 | 0 | 14 | 401 | 76 | 105 |
| Binary | 10011010 | 1111110 | 11100001 | 100000 | 101100 | 0 | 1100 | 100000001 | 111110 | 1000101 |
Color Harmonies of #9A7EE1
Complementary color
Monochromatic Colors of #9A7EE1
Black with #9A7EE1
Text Example
Text Example
White with #9A7EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EE1; }
p { color: rgb(154,126,225); }
H1.HeaderClassName
{
color: #9A7EE1;
}
.AnyTagClassName
{
color: #9A7EE1;
}
</style>
background-color css
<style>
a { background-color: #9A7EE1; }
a { background-color: rgb(154,126,225); }
div.DivClassName
{
background-color: #9A7EE1;
}
.BgClassName
{
background-color: #9A7EE1;
}
</style>
border-color css
<style>
span { border-color: #9A7EE1; }
span { border-color: rgb(154,126,225); }
td.TdClassName
{
border-color: #9A7EE1;
}
.TagClassName
{
border-color: #9A7EE1;
}
</style>