Shades of Medium Purple #9A75D1
Tints of Medium Purple #9A75D1
RGB
CMYK
RGB Variations
Color information
#9A75D1 (or 0x9A75D1) is known color: Medium Purple. HEX triplet: 9A, 75 and D1. RGB value is (154,117,209). Sum of RGB (Red+Green+Blue) = 154+117+209=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A75D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75D1 is #658A2E. Grayscale: #8A8A8A. Windows color (decimal): -6654511 or 13727130. OLE color: 13727130.
HSL color Cylindrical-coordinate representation of color #9A75D1: hue angle of 264.13º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A75D1 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 117 | 209 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.18 |
| HSL | 264.13º | 0.5% | 0.64% | - |
| HSV(B) | 264.13º | 0.44% | 0.82% | - |
| XYZ | 31.2 | 24.2 | 63.35 | - |
| YUV | 138.55 | 167.76 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 209 | 0.26 | 0.44 | 0 | 0.18 | 264.13 | 0.5 | 0.64 |
| Hex | 9A | 75 | D1 | 1A | 2C | 0 | 12 | 108 | 32 | 40 |
| Octal | 232 | 165 | 321 | 32 | 54 | 0 | 22 | 410 | 62 | 100 |
| Binary | 10011010 | 1110101 | 11010001 | 11010 | 101100 | 0 | 10010 | 100001000 | 110010 | 1000000 |
Color Harmonies of #9A75D1
Complementary color
Monochromatic Colors of #9A75D1
Black with #9A75D1
Text Example
Text Example
White with #9A75D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A75D1; }
p { color: rgb(154,117,209); }
H1.HeaderClassName
{
color: #9A75D1;
}
.AnyTagClassName
{
color: #9A75D1;
}
</style>
background-color css
<style>
a { background-color: #9A75D1; }
a { background-color: rgb(154,117,209); }
div.DivClassName
{
background-color: #9A75D1;
}
.BgClassName
{
background-color: #9A75D1;
}
</style>
border-color css
<style>
span { border-color: #9A75D1; }
span { border-color: rgb(154,117,209); }
td.TdClassName
{
border-color: #9A75D1;
}
.TagClassName
{
border-color: #9A75D1;
}
</style>