Shades of Medium Purple #9A7DD5
Tints of Medium Purple #9A7DD5
RGB
CMYK
RGB Variations
Color information
#9A7DD5 (or 0x9A7DD5) is known color: Medium Purple. HEX triplet: 9A, 7D and D5. RGB value is (154,125,213). Sum of RGB (Red+Green+Blue) = 154+125+213=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #9A7DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DD5 is #65822A. Grayscale: #8F8F8F. Windows color (decimal): -6652459 or 13991322. OLE color: 13991322.
HSL color Cylindrical-coordinate representation of color #9A7DD5: hue angle of 259.77º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A7DD5 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 125 | 213 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.16 |
| HSL | 259.77º | 0.51% | 0.66% | - |
| HSV(B) | 259.77º | 0.41% | 0.84% | - |
| XYZ | 32.67 | 26.34 | 66.31 | - |
| YUV | 143.7 | 167.11 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 213 | 0.28 | 0.41 | 0 | 0.16 | 259.77 | 0.51 | 0.66 |
| Hex | 9A | 7D | D5 | 1C | 29 | 0 | 10 | 104 | 33 | 42 |
| Octal | 232 | 175 | 325 | 34 | 51 | 0 | 20 | 404 | 63 | 102 |
| Binary | 10011010 | 1111101 | 11010101 | 11100 | 101001 | 0 | 10000 | 100000100 | 110011 | 1000010 |
Color Harmonies of #9A7DD5
Complementary color
Monochromatic Colors of #9A7DD5
Black with #9A7DD5
Text Example
Text Example
White with #9A7DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7DD5; }
p { color: rgb(154,125,213); }
H1.HeaderClassName
{
color: #9A7DD5;
}
.AnyTagClassName
{
color: #9A7DD5;
}
</style>
background-color css
<style>
a { background-color: #9A7DD5; }
a { background-color: rgb(154,125,213); }
div.DivClassName
{
background-color: #9A7DD5;
}
.BgClassName
{
background-color: #9A7DD5;
}
</style>
border-color css
<style>
span { border-color: #9A7DD5; }
span { border-color: rgb(154,125,213); }
td.TdClassName
{
border-color: #9A7DD5;
}
.TagClassName
{
border-color: #9A7DD5;
}
</style>