Shades of Medium Purple #9A71DF
Tints of Medium Purple #9A71DF
RGB
CMYK
RGB Variations
Color information
#9A71DF (or 0x9A71DF) is known color: Medium Purple. HEX triplet: 9A, 71 and DF. RGB value is (154,113,223). Sum of RGB (Red+Green+Blue) = 154+113+223=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A71DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A71DF is #658E20. Grayscale: #898989. Windows color (decimal): -6655521 or 14643610. OLE color: 14643610.
HSL color Cylindrical-coordinate representation of color #9A71DF: hue angle of 262.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A71DF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 113 | 223 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.13 |
| HSL | 262.36º | 0.63% | 0.66% | - |
| HSV(B) | 262.36º | 0.49% | 0.87% | - |
| XYZ | 32.55 | 24.01 | 72.73 | - |
| YUV | 137.8 | 176.08 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 223 | 0.31 | 0.49 | 0 | 0.13 | 262.36 | 0.63 | 0.66 |
| Hex | 9A | 71 | DF | 1F | 31 | 0 | D | 106 | 3F | 42 |
| Octal | 232 | 161 | 337 | 37 | 61 | 0 | 15 | 406 | 77 | 102 |
| Binary | 10011010 | 1110001 | 11011111 | 11111 | 110001 | 0 | 1101 | 100000110 | 111111 | 1000010 |
Color Harmonies of #9A71DF
Complementary color
Monochromatic Colors of #9A71DF
Black with #9A71DF
Text Example
Text Example
White with #9A71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A71DF; }
p { color: rgb(154,113,223); }
H1.HeaderClassName
{
color: #9A71DF;
}
.AnyTagClassName
{
color: #9A71DF;
}
</style>
background-color css
<style>
a { background-color: #9A71DF; }
a { background-color: rgb(154,113,223); }
div.DivClassName
{
background-color: #9A71DF;
}
.BgClassName
{
background-color: #9A71DF;
}
</style>
border-color css
<style>
span { border-color: #9A71DF; }
span { border-color: rgb(154,113,223); }
td.TdClassName
{
border-color: #9A71DF;
}
.TagClassName
{
border-color: #9A71DF;
}
</style>