Shades of Medium Purple #9A74DD
Tints of Medium Purple #9A74DD
RGB
CMYK
RGB Variations
Color information
#9A74DD (or 0x9A74DD) is known color: Medium Purple. HEX triplet: 9A, 74 and DD. RGB value is (154,116,221). Sum of RGB (Red+Green+Blue) = 154+116+221=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A74DD is #658B22. Grayscale: #8A8A8A. Windows color (decimal): -6654755 or 14513306. OLE color: 14513306.
HSL color Cylindrical-coordinate representation of color #9A74DD: hue angle of 261.71º 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 #9A74DD is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 116 | 221 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.13 |
| HSL | 261.71º | 0.61% | 0.66% | - |
| HSV(B) | 261.71º | 0.48% | 0.87% | - |
| XYZ | 32.62 | 24.58 | 71.43 | - |
| YUV | 139.33 | 174.09 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 221 | 0.30 | 0.48 | 0 | 0.13 | 261.71 | 0.61 | 0.66 |
| Hex | 9A | 74 | DD | 1E | 30 | 0 | D | 106 | 3D | 42 |
| Octal | 232 | 164 | 335 | 36 | 60 | 0 | 15 | 406 | 75 | 102 |
| Binary | 10011010 | 1110100 | 11011101 | 11110 | 110000 | 0 | 1101 | 100000110 | 111101 | 1000010 |
Color Harmonies of #9A74DD
Complementary color
Monochromatic Colors of #9A74DD
Black with #9A74DD
Text Example
Text Example
White with #9A74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A74DD; }
p { color: rgb(154,116,221); }
H1.HeaderClassName
{
color: #9A74DD;
}
.AnyTagClassName
{
color: #9A74DD;
}
</style>
background-color css
<style>
a { background-color: #9A74DD; }
a { background-color: rgb(154,116,221); }
div.DivClassName
{
background-color: #9A74DD;
}
.BgClassName
{
background-color: #9A74DD;
}
</style>
border-color css
<style>
span { border-color: #9A74DD; }
span { border-color: rgb(154,116,221); }
td.TdClassName
{
border-color: #9A74DD;
}
.TagClassName
{
border-color: #9A74DD;
}
</style>