Shades of Medium Purple #9A73D6
Tints of Medium Purple #9A73D6
RGB
CMYK
RGB Variations
Color information
#9A73D6 (or 0x9A73D6) is known color: Medium Purple. HEX triplet: 9A, 73 and D6. RGB value is (154,115,214). Sum of RGB (Red+Green+Blue) = 154+115+214=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #9A73D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A73D6 is #658C29. Grayscale: #898989. Windows color (decimal): -6655018 or 14054298. OLE color: 14054298.
HSL color Cylindrical-coordinate representation of color #9A73D6: hue angle of 263.64º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A73D6 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 115 | 214 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.16 |
| HSL | 263.64º | 0.55% | 0.65% | - |
| HSV(B) | 263.64º | 0.46% | 0.84% | - |
| XYZ | 31.59 | 23.99 | 66.58 | - |
| YUV | 137.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 214 | 0.28 | 0.46 | 0 | 0.16 | 263.64 | 0.55 | 0.65 |
| Hex | 9A | 73 | D6 | 1C | 2E | 0 | 10 | 108 | 37 | 41 |
| Octal | 232 | 163 | 326 | 34 | 56 | 0 | 20 | 410 | 67 | 101 |
| Binary | 10011010 | 1110011 | 11010110 | 11100 | 101110 | 0 | 10000 | 100001000 | 110111 | 1000001 |
Color Harmonies of #9A73D6
Complementary color
Monochromatic Colors of #9A73D6
Black with #9A73D6
Text Example
Text Example
White with #9A73D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A73D6; }
p { color: rgb(154,115,214); }
H1.HeaderClassName
{
color: #9A73D6;
}
.AnyTagClassName
{
color: #9A73D6;
}
</style>
background-color css
<style>
a { background-color: #9A73D6; }
a { background-color: rgb(154,115,214); }
div.DivClassName
{
background-color: #9A73D6;
}
.BgClassName
{
background-color: #9A73D6;
}
</style>
border-color css
<style>
span { border-color: #9A73D6; }
span { border-color: rgb(154,115,214); }
td.TdClassName
{
border-color: #9A73D6;
}
.TagClassName
{
border-color: #9A73D6;
}
</style>