Shades of Medium Purple #9A7ED5
Tints of Medium Purple #9A7ED5
RGB
CMYK
RGB Variations
Color information
#9A7ED5 (or 0x9A7ED5) is known color: Medium Purple. HEX triplet: 9A, 7E and D5. RGB value is (154,126,213). Sum of RGB (Red+Green+Blue) = 154+126+213=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #9A7ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ED5 is #65812A. Grayscale: #8F8F8F. Windows color (decimal): -6652203 or 13991578. OLE color: 13991578.
HSL color Cylindrical-coordinate representation of color #9A7ED5: hue angle of 259.31º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A7ED5 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 126 | 213 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.16 |
| HSL | 259.31º | 0.51% | 0.66% | - |
| HSV(B) | 259.31º | 0.41% | 0.84% | - |
| XYZ | 32.8 | 26.6 | 66.36 | - |
| YUV | 144.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 213 | 0.28 | 0.41 | 0 | 0.16 | 259.31 | 0.51 | 0.66 |
| Hex | 9A | 7E | D5 | 1C | 29 | 0 | 10 | 103 | 33 | 42 |
| Octal | 232 | 176 | 325 | 34 | 51 | 0 | 20 | 403 | 63 | 102 |
| Binary | 10011010 | 1111110 | 11010101 | 11100 | 101001 | 0 | 10000 | 100000011 | 110011 | 1000010 |
Color Harmonies of #9A7ED5
Complementary color
Monochromatic Colors of #9A7ED5
Black with #9A7ED5
Text Example
Text Example
White with #9A7ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7ED5; }
p { color: rgb(154,126,213); }
H1.HeaderClassName
{
color: #9A7ED5;
}
.AnyTagClassName
{
color: #9A7ED5;
}
</style>
background-color css
<style>
a { background-color: #9A7ED5; }
a { background-color: rgb(154,126,213); }
div.DivClassName
{
background-color: #9A7ED5;
}
.BgClassName
{
background-color: #9A7ED5;
}
</style>
border-color css
<style>
span { border-color: #9A7ED5; }
span { border-color: rgb(154,126,213); }
td.TdClassName
{
border-color: #9A7ED5;
}
.TagClassName
{
border-color: #9A7ED5;
}
</style>