Shades of Medium Purple #9A7EE0
Tints of Medium Purple #9A7EE0
RGB
CMYK
RGB Variations
Color information
#9A7EE0 (or 0x9A7EE0) is known color: Medium Purple. HEX triplet: 9A, 7E and E0. RGB value is (154,126,224). Sum of RGB (Red+Green+Blue) = 154+126+224=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A7EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EE0 is #65811F. Grayscale: #919191. Windows color (decimal): -6652192 or 14712474. OLE color: 14712474.
HSL color Cylindrical-coordinate representation of color #9A7EE0: hue angle of 257.14º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A7EE0 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 126 | 224 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.12 |
| HSL | 257.14º | 0.61% | 0.69% | - |
| HSV(B) | 257.14º | 0.44% | 0.88% | - |
| XYZ | 34.24 | 27.17 | 73.96 | - |
| YUV | 145.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 224 | 0.31 | 0.44 | 0 | 0.12 | 257.14 | 0.61 | 0.69 |
| Hex | 9A | 7E | E0 | 1F | 2C | 0 | C | 101 | 3D | 45 |
| Octal | 232 | 176 | 340 | 37 | 54 | 0 | 14 | 401 | 75 | 105 |
| Binary | 10011010 | 1111110 | 11100000 | 11111 | 101100 | 0 | 1100 | 100000001 | 111101 | 1000101 |
Color Harmonies of #9A7EE0
Complementary color
Monochromatic Colors of #9A7EE0
Black with #9A7EE0
Text Example
Text Example
White with #9A7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EE0; }
p { color: rgb(154,126,224); }
H1.HeaderClassName
{
color: #9A7EE0;
}
.AnyTagClassName
{
color: #9A7EE0;
}
</style>
background-color css
<style>
a { background-color: #9A7EE0; }
a { background-color: rgb(154,126,224); }
div.DivClassName
{
background-color: #9A7EE0;
}
.BgClassName
{
background-color: #9A7EE0;
}
</style>
border-color css
<style>
span { border-color: #9A7EE0; }
span { border-color: rgb(154,126,224); }
td.TdClassName
{
border-color: #9A7EE0;
}
.TagClassName
{
border-color: #9A7EE0;
}
</style>