Shades of Medium Purple #9A7EED
Tints of Medium Purple #9A7EED
RGB
CMYK
RGB Variations
Color information
#9A7EED (or 0x9A7EED) is known color: Medium Purple. HEX triplet: 9A, 7E and ED. RGB value is (154,126,237). Sum of RGB (Red+Green+Blue) = 154+126+237=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A7EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7EED is #658112. Grayscale: #929292. Windows color (decimal): -6652179 or 15564442. OLE color: 15564442.
HSL color Cylindrical-coordinate representation of color #9A7EED: hue angle of 255.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A7EED is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 126 | 237 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.07 |
| HSL | 255.14º | 0.76% | 0.71% | - |
| HSV(B) | 255.14º | 0.47% | 0.93% | - |
| XYZ | 36.07 | 27.91 | 83.61 | - |
| YUV | 147.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 237 | 0.35 | 0.47 | 0 | 0.07 | 255.14 | 0.76 | 0.71 |
| Hex | 9A | 7E | ED | 23 | 2F | 0 | 7 | FF | 4C | 47 |
| Octal | 232 | 176 | 355 | 43 | 57 | 0 | 7 | 377 | 114 | 107 |
| Binary | 10011010 | 1111110 | 11101101 | 100011 | 101111 | 0 | 111 | 11111111 | 1001100 | 1000111 |
Color Harmonies of #9A7EED
Complementary color
Monochromatic Colors of #9A7EED
Black with #9A7EED
Text Example
Text Example
White with #9A7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EED; }
p { color: rgb(154,126,237); }
H1.HeaderClassName
{
color: #9A7EED;
}
.AnyTagClassName
{
color: #9A7EED;
}
</style>
background-color css
<style>
a { background-color: #9A7EED; }
a { background-color: rgb(154,126,237); }
div.DivClassName
{
background-color: #9A7EED;
}
.BgClassName
{
background-color: #9A7EED;
}
</style>
border-color css
<style>
span { border-color: #9A7EED; }
span { border-color: rgb(154,126,237); }
td.TdClassName
{
border-color: #9A7EED;
}
.TagClassName
{
border-color: #9A7EED;
}
</style>