Shades of Medium Purple #9A7EDF
Tints of Medium Purple #9A7EDF
RGB
CMYK
RGB Variations
Color information
#9A7EDF (or 0x9A7EDF) is known color: Medium Purple. HEX triplet: 9A, 7E and DF. RGB value is (154,126,223). Sum of RGB (Red+Green+Blue) = 154+126+223=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A7EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EDF is #658120. Grayscale: #919191. Windows color (decimal): -6652193 or 14646938. OLE color: 14646938.
HSL color Cylindrical-coordinate representation of color #9A7EDF: hue angle of 257.32º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A7EDF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 126 | 223 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.13 |
| HSL | 257.32º | 0.6% | 0.68% | - |
| HSV(B) | 257.32º | 0.43% | 0.87% | - |
| XYZ | 34.11 | 27.12 | 73.25 | - |
| YUV | 145.43 | 171.78 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 223 | 0.31 | 0.43 | 0 | 0.13 | 257.32 | 0.6 | 0.68 |
| Hex | 9A | 7E | DF | 1F | 2B | 0 | D | 101 | 3C | 44 |
| Octal | 232 | 176 | 337 | 37 | 53 | 0 | 15 | 401 | 74 | 104 |
| Binary | 10011010 | 1111110 | 11011111 | 11111 | 101011 | 0 | 1101 | 100000001 | 111100 | 1000100 |
Color Harmonies of #9A7EDF
Complementary color
Monochromatic Colors of #9A7EDF
Black with #9A7EDF
Text Example
Text Example
White with #9A7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EDF; }
p { color: rgb(154,126,223); }
H1.HeaderClassName
{
color: #9A7EDF;
}
.AnyTagClassName
{
color: #9A7EDF;
}
</style>
background-color css
<style>
a { background-color: #9A7EDF; }
a { background-color: rgb(154,126,223); }
div.DivClassName
{
background-color: #9A7EDF;
}
.BgClassName
{
background-color: #9A7EDF;
}
</style>
border-color css
<style>
span { border-color: #9A7EDF; }
span { border-color: rgb(154,126,223); }
td.TdClassName
{
border-color: #9A7EDF;
}
.TagClassName
{
border-color: #9A7EDF;
}
</style>