Shades of Medium Purple #9A7FEB
Tints of Medium Purple #9A7FEB
RGB
CMYK
RGB Variations
Color information
#9A7FEB (or 0x9A7FEB) is known color: Medium Purple. HEX triplet: 9A, 7F and EB. RGB value is (154,127,235). Sum of RGB (Red+Green+Blue) = 154+127+235=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A7FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7FEB is #658014. Grayscale: #929292. Windows color (decimal): -6651925 or 15433626. OLE color: 15433626.
HSL color Cylindrical-coordinate representation of color #9A7FEB: hue angle of 255º 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 #9A7FEB is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 127 | 235 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.08 |
| HSL | 255º | 0.73% | 0.71% | - |
| HSV(B) | 255º | 0.46% | 0.92% | - |
| XYZ | 35.91 | 28.05 | 82.12 | - |
| YUV | 147.39 | 177.45 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 235 | 0.34 | 0.46 | 0 | 0.08 | 255 | 0.73 | 0.71 |
| Hex | 9A | 7F | EB | 22 | 2E | 0 | 8 | FF | 49 | 47 |
| Octal | 232 | 177 | 353 | 42 | 56 | 0 | 10 | 377 | 111 | 107 |
| Binary | 10011010 | 1111111 | 11101011 | 100010 | 101110 | 0 | 1000 | 11111111 | 1001001 | 1000111 |
Color Harmonies of #9A7FEB
Complementary color
Monochromatic Colors of #9A7FEB
Black with #9A7FEB
Text Example
Text Example
White with #9A7FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FEB; }
p { color: rgb(154,127,235); }
H1.HeaderClassName
{
color: #9A7FEB;
}
.AnyTagClassName
{
color: #9A7FEB;
}
</style>
background-color css
<style>
a { background-color: #9A7FEB; }
a { background-color: rgb(154,127,235); }
div.DivClassName
{
background-color: #9A7FEB;
}
.BgClassName
{
background-color: #9A7FEB;
}
</style>
border-color css
<style>
span { border-color: #9A7FEB; }
span { border-color: rgb(154,127,235); }
td.TdClassName
{
border-color: #9A7FEB;
}
.TagClassName
{
border-color: #9A7FEB;
}
</style>