Shades of Medium Purple #9A7FDD
Tints of Medium Purple #9A7FDD
RGB
CMYK
RGB Variations
Color information
#9A7FDD (or 0x9A7FDD) is known color: Medium Purple. HEX triplet: 9A, 7F and DD. RGB value is (154,127,221). Sum of RGB (Red+Green+Blue) = 154+127+221=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A7FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FDD is #658022. Grayscale: #919191. Windows color (decimal): -6651939 or 14516122. OLE color: 14516122.
HSL color Cylindrical-coordinate representation of color #9A7FDD: hue angle of 257.23º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A7FDD is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 127 | 221 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.13 |
| HSL | 257.23º | 0.58% | 0.68% | - |
| HSV(B) | 257.23º | 0.43% | 0.87% | - |
| XYZ | 33.97 | 27.27 | 71.88 | - |
| YUV | 145.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 221 | 0.30 | 0.43 | 0 | 0.13 | 257.23 | 0.58 | 0.68 |
| Hex | 9A | 7F | DD | 1E | 2B | 0 | D | 101 | 3A | 44 |
| Octal | 232 | 177 | 335 | 36 | 53 | 0 | 15 | 401 | 72 | 104 |
| Binary | 10011010 | 1111111 | 11011101 | 11110 | 101011 | 0 | 1101 | 100000001 | 111010 | 1000100 |
Color Harmonies of #9A7FDD
Complementary color
Monochromatic Colors of #9A7FDD
Black with #9A7FDD
Text Example
Text Example
White with #9A7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FDD; }
p { color: rgb(154,127,221); }
H1.HeaderClassName
{
color: #9A7FDD;
}
.AnyTagClassName
{
color: #9A7FDD;
}
</style>
background-color css
<style>
a { background-color: #9A7FDD; }
a { background-color: rgb(154,127,221); }
div.DivClassName
{
background-color: #9A7FDD;
}
.BgClassName
{
background-color: #9A7FDD;
}
</style>
border-color css
<style>
span { border-color: #9A7FDD; }
span { border-color: rgb(154,127,221); }
td.TdClassName
{
border-color: #9A7FDD;
}
.TagClassName
{
border-color: #9A7FDD;
}
</style>