Shades of Medium Purple #9A7AE3
Tints of Medium Purple #9A7AE3
RGB
CMYK
RGB Variations
Color information
#9A7AE3 (or 0x9A7AE3) is known color: Medium Purple. HEX triplet: 9A, 7A and E3. RGB value is (154,122,227). Sum of RGB (Red+Green+Blue) = 154+122+227=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #9A7AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7AE3 is #65851C. Grayscale: #8F8F8F. Windows color (decimal): -6653213 or 14908058. OLE color: 14908058.
HSL color Cylindrical-coordinate representation of color #9A7AE3: hue angle of 258.29º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A7AE3 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 122 | 227 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.11 |
| HSL | 258.29º | 0.65% | 0.68% | - |
| HSV(B) | 258.29º | 0.46% | 0.89% | - |
| XYZ | 34.15 | 26.34 | 75.96 | - |
| YUV | 143.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 227 | 0.32 | 0.46 | 0 | 0.11 | 258.29 | 0.65 | 0.68 |
| Hex | 9A | 7A | E3 | 20 | 2E | 0 | B | 102 | 41 | 44 |
| Octal | 232 | 172 | 343 | 40 | 56 | 0 | 13 | 402 | 101 | 104 |
| Binary | 10011010 | 1111010 | 11100011 | 100000 | 101110 | 0 | 1011 | 100000010 | 1000001 | 1000100 |
Color Harmonies of #9A7AE3
Complementary color
Monochromatic Colors of #9A7AE3
Black with #9A7AE3
Text Example
Text Example
White with #9A7AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7AE3; }
p { color: rgb(154,122,227); }
H1.HeaderClassName
{
color: #9A7AE3;
}
.AnyTagClassName
{
color: #9A7AE3;
}
</style>
background-color css
<style>
a { background-color: #9A7AE3; }
a { background-color: rgb(154,122,227); }
div.DivClassName
{
background-color: #9A7AE3;
}
.BgClassName
{
background-color: #9A7AE3;
}
</style>
border-color css
<style>
span { border-color: #9A7AE3; }
span { border-color: rgb(154,122,227); }
td.TdClassName
{
border-color: #9A7AE3;
}
.TagClassName
{
border-color: #9A7AE3;
}
</style>