Shades of Medium Purple #9A7EEA
Tints of Medium Purple #9A7EEA
RGB
CMYK
RGB Variations
Color information
#9A7EEA (or 0x9A7EEA) is known color: Medium Purple. HEX triplet: 9A, 7E and EA. RGB value is (154,126,234). Sum of RGB (Red+Green+Blue) = 154+126+234=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A7EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7EEA is #658115. Grayscale: #929292. Windows color (decimal): -6652182 or 15367834. OLE color: 15367834.
HSL color Cylindrical-coordinate representation of color #9A7EEA: hue angle of 255.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A7EEA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 126 | 234 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.08 |
| HSL | 255.56º | 0.72% | 0.71% | - |
| HSV(B) | 255.56º | 0.46% | 0.92% | - |
| XYZ | 35.64 | 27.73 | 81.32 | - |
| YUV | 146.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 234 | 0.34 | 0.46 | 0 | 0.08 | 255.56 | 0.72 | 0.71 |
| Hex | 9A | 7E | EA | 22 | 2E | 0 | 8 | 100 | 48 | 47 |
| Octal | 232 | 176 | 352 | 42 | 56 | 0 | 10 | 400 | 110 | 107 |
| Binary | 10011010 | 1111110 | 11101010 | 100010 | 101110 | 0 | 1000 | 100000000 | 1001000 | 1000111 |
Color Harmonies of #9A7EEA
Complementary color
Monochromatic Colors of #9A7EEA
Black with #9A7EEA
Text Example
Text Example
White with #9A7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EEA; }
p { color: rgb(154,126,234); }
H1.HeaderClassName
{
color: #9A7EEA;
}
.AnyTagClassName
{
color: #9A7EEA;
}
</style>
background-color css
<style>
a { background-color: #9A7EEA; }
a { background-color: rgb(154,126,234); }
div.DivClassName
{
background-color: #9A7EEA;
}
.BgClassName
{
background-color: #9A7EEA;
}
</style>
border-color css
<style>
span { border-color: #9A7EEA; }
span { border-color: rgb(154,126,234); }
td.TdClassName
{
border-color: #9A7EEA;
}
.TagClassName
{
border-color: #9A7EEA;
}
</style>