Shades of Medium Purple #9A7EEF
Tints of Medium Purple #9A7EEF
RGB
CMYK
RGB Variations
Color information
#9A7EEF (or 0x9A7EEF) is known color: Medium Purple. HEX triplet: 9A, 7E and EF. RGB value is (154,126,239). Sum of RGB (Red+Green+Blue) = 154+126+239=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7EEF is #658110. Grayscale: #929292. Windows color (decimal): -6652177 or 15695514. OLE color: 15695514.
HSL color Cylindrical-coordinate representation of color #9A7EEF: hue angle of 254.87º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A7EEF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 126 | 239 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.06 |
| HSL | 254.87º | 0.78% | 0.72% | - |
| HSV(B) | 254.87º | 0.47% | 0.94% | - |
| XYZ | 36.37 | 28.02 | 85.15 | - |
| YUV | 147.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 239 | 0.36 | 0.47 | 0 | 0.06 | 254.87 | 0.78 | 0.72 |
| Hex | 9A | 7E | EF | 24 | 2F | 0 | 6 | FF | 4E | 48 |
| Octal | 232 | 176 | 357 | 44 | 57 | 0 | 6 | 377 | 116 | 110 |
| Binary | 10011010 | 1111110 | 11101111 | 100100 | 101111 | 0 | 110 | 11111111 | 1001110 | 1001000 |
Color Harmonies of #9A7EEF
Complementary color
Monochromatic Colors of #9A7EEF
Black with #9A7EEF
Text Example
Text Example
White with #9A7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EEF; }
p { color: rgb(154,126,239); }
H1.HeaderClassName
{
color: #9A7EEF;
}
.AnyTagClassName
{
color: #9A7EEF;
}
</style>
background-color css
<style>
a { background-color: #9A7EEF; }
a { background-color: rgb(154,126,239); }
div.DivClassName
{
background-color: #9A7EEF;
}
.BgClassName
{
background-color: #9A7EEF;
}
</style>
border-color css
<style>
span { border-color: #9A7EEF; }
span { border-color: rgb(154,126,239); }
td.TdClassName
{
border-color: #9A7EEF;
}
.TagClassName
{
border-color: #9A7EEF;
}
</style>