Shades of Medium Purple #9A74D6
Tints of Medium Purple #9A74D6
RGB
CMYK
RGB Variations
Color information
#9A74D6 (or 0x9A74D6) is known color: Medium Purple. HEX triplet: 9A, 74 and D6. RGB value is (154,116,214). Sum of RGB (Red+Green+Blue) = 154+116+214=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #9A74D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A74D6 is #658B29. Grayscale: #8A8A8A. Windows color (decimal): -6654762 or 14054554. OLE color: 14054554.
HSL color Cylindrical-coordinate representation of color #9A74D6: hue angle of 263.27º degrees, saturation: 0.54, 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 #9A74D6 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 116 | 214 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.16 |
| HSL | 263.27º | 0.54% | 0.65% | - |
| HSV(B) | 263.27º | 0.46% | 0.84% | - |
| XYZ | 31.71 | 24.22 | 66.62 | - |
| YUV | 138.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 214 | 0.28 | 0.46 | 0 | 0.16 | 263.27 | 0.54 | 0.65 |
| Hex | 9A | 74 | D6 | 1C | 2E | 0 | 10 | 107 | 36 | 41 |
| Octal | 232 | 164 | 326 | 34 | 56 | 0 | 20 | 407 | 66 | 101 |
| Binary | 10011010 | 1110100 | 11010110 | 11100 | 101110 | 0 | 10000 | 100000111 | 110110 | 1000001 |
Color Harmonies of #9A74D6
Complementary color
Monochromatic Colors of #9A74D6
Black with #9A74D6
Text Example
Text Example
White with #9A74D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A74D6; }
p { color: rgb(154,116,214); }
H1.HeaderClassName
{
color: #9A74D6;
}
.AnyTagClassName
{
color: #9A74D6;
}
</style>
background-color css
<style>
a { background-color: #9A74D6; }
a { background-color: rgb(154,116,214); }
div.DivClassName
{
background-color: #9A74D6;
}
.BgClassName
{
background-color: #9A74D6;
}
</style>
border-color css
<style>
span { border-color: #9A74D6; }
span { border-color: rgb(154,116,214); }
td.TdClassName
{
border-color: #9A74D6;
}
.TagClassName
{
border-color: #9A74D6;
}
</style>