Shades of Medium Purple #9A7EEB
Tints of Medium Purple #9A7EEB
RGB
CMYK
RGB Variations
Color information
#9A7EEB (or 0x9A7EEB) is known color: Medium Purple. HEX triplet: 9A, 7E and EB. RGB value is (154,126,235). Sum of RGB (Red+Green+Blue) = 154+126+235=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A7EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7EEB is #658114. Grayscale: #929292. Windows color (decimal): -6652181 or 15433370. OLE color: 15433370.
HSL color Cylindrical-coordinate representation of color #9A7EEB: hue angle of 255.41º degrees, saturation: 0.73, 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 #9A7EEB is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 126 | 235 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.08 |
| HSL | 255.41º | 0.73% | 0.71% | - |
| HSV(B) | 255.41º | 0.46% | 0.92% | - |
| XYZ | 35.78 | 27.79 | 82.08 | - |
| YUV | 146.8 | 177.78 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 235 | 0.34 | 0.46 | 0 | 0.08 | 255.41 | 0.73 | 0.71 |
| Hex | 9A | 7E | EB | 22 | 2E | 0 | 8 | FF | 49 | 47 |
| Octal | 232 | 176 | 353 | 42 | 56 | 0 | 10 | 377 | 111 | 107 |
| Binary | 10011010 | 1111110 | 11101011 | 100010 | 101110 | 0 | 1000 | 11111111 | 1001001 | 1000111 |
Color Harmonies of #9A7EEB
Complementary color
Monochromatic Colors of #9A7EEB
Black with #9A7EEB
Text Example
Text Example
White with #9A7EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EEB; }
p { color: rgb(154,126,235); }
H1.HeaderClassName
{
color: #9A7EEB;
}
.AnyTagClassName
{
color: #9A7EEB;
}
</style>
background-color css
<style>
a { background-color: #9A7EEB; }
a { background-color: rgb(154,126,235); }
div.DivClassName
{
background-color: #9A7EEB;
}
.BgClassName
{
background-color: #9A7EEB;
}
</style>
border-color css
<style>
span { border-color: #9A7EEB; }
span { border-color: rgb(154,126,235); }
td.TdClassName
{
border-color: #9A7EEB;
}
.TagClassName
{
border-color: #9A7EEB;
}
</style>