Shades of Medium Purple #9A73DD
Tints of Medium Purple #9A73DD
RGB
CMYK
RGB Variations
Color information
#9A73DD (or 0x9A73DD) is known color: Medium Purple. HEX triplet: 9A, 73 and DD. RGB value is (154,115,221). Sum of RGB (Red+Green+Blue) = 154+115+221=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A73DD is #658C22. Grayscale: #8A8A8A. Windows color (decimal): -6655011 or 14513050. OLE color: 14513050.
HSL color Cylindrical-coordinate representation of color #9A73DD: hue angle of 262.08º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A73DD is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 115 | 221 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.13 |
| HSL | 262.08º | 0.61% | 0.66% | - |
| HSV(B) | 262.08º | 0.48% | 0.87% | - |
| XYZ | 32.51 | 24.35 | 71.39 | - |
| YUV | 138.75 | 174.42 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 221 | 0.30 | 0.48 | 0 | 0.13 | 262.08 | 0.61 | 0.66 |
| Hex | 9A | 73 | DD | 1E | 30 | 0 | D | 106 | 3D | 42 |
| Octal | 232 | 163 | 335 | 36 | 60 | 0 | 15 | 406 | 75 | 102 |
| Binary | 10011010 | 1110011 | 11011101 | 11110 | 110000 | 0 | 1101 | 100000110 | 111101 | 1000010 |
Color Harmonies of #9A73DD
Complementary color
Monochromatic Colors of #9A73DD
Black with #9A73DD
Text Example
Text Example
White with #9A73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A73DD; }
p { color: rgb(154,115,221); }
H1.HeaderClassName
{
color: #9A73DD;
}
.AnyTagClassName
{
color: #9A73DD;
}
</style>
background-color css
<style>
a { background-color: #9A73DD; }
a { background-color: rgb(154,115,221); }
div.DivClassName
{
background-color: #9A73DD;
}
.BgClassName
{
background-color: #9A73DD;
}
</style>
border-color css
<style>
span { border-color: #9A73DD; }
span { border-color: rgb(154,115,221); }
td.TdClassName
{
border-color: #9A73DD;
}
.TagClassName
{
border-color: #9A73DD;
}
</style>