Shades of Medium Purple #9A71D3
Tints of Medium Purple #9A71D3
RGB
CMYK
RGB Variations
Color information
#9A71D3 (or 0x9A71D3) is known color: Medium Purple. HEX triplet: 9A, 71 and D3. RGB value is (154,113,211). Sum of RGB (Red+Green+Blue) = 154+113+211=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #9A71D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A71D3 is #658E2C. Grayscale: #888888. Windows color (decimal): -6655533 or 13857178. OLE color: 13857178.
HSL color Cylindrical-coordinate representation of color #9A71D3: hue angle of 265.1º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A71D3 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 113 | 211 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.17 |
| HSL | 265.1º | 0.53% | 0.64% | - |
| HSV(B) | 265.1º | 0.46% | 0.83% | - |
| XYZ | 30.99 | 23.38 | 64.51 | - |
| YUV | 136.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 211 | 0.27 | 0.46 | 0 | 0.17 | 265.1 | 0.53 | 0.64 |
| Hex | 9A | 71 | D3 | 1B | 2E | 0 | 11 | 109 | 35 | 40 |
| Octal | 232 | 161 | 323 | 33 | 56 | 0 | 21 | 411 | 65 | 100 |
| Binary | 10011010 | 1110001 | 11010011 | 11011 | 101110 | 0 | 10001 | 100001001 | 110101 | 1000000 |
Color Harmonies of #9A71D3
Complementary color
Monochromatic Colors of #9A71D3
Black with #9A71D3
Text Example
Text Example
White with #9A71D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A71D3; }
p { color: rgb(154,113,211); }
H1.HeaderClassName
{
color: #9A71D3;
}
.AnyTagClassName
{
color: #9A71D3;
}
</style>
background-color css
<style>
a { background-color: #9A71D3; }
a { background-color: rgb(154,113,211); }
div.DivClassName
{
background-color: #9A71D3;
}
.BgClassName
{
background-color: #9A71D3;
}
</style>
border-color css
<style>
span { border-color: #9A71D3; }
span { border-color: rgb(154,113,211); }
td.TdClassName
{
border-color: #9A71D3;
}
.TagClassName
{
border-color: #9A71D3;
}
</style>