Shades of Medium Purple #9A74DC
Tints of Medium Purple #9A74DC
RGB
CMYK
RGB Variations
Color information
#9A74DC (or 0x9A74DC) is known color: Medium Purple. HEX triplet: 9A, 74 and DC. RGB value is (154,116,220). Sum of RGB (Red+Green+Blue) = 154+116+220=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A74DC is #658B23. Grayscale: #8A8A8A. Windows color (decimal): -6654756 or 14447770. OLE color: 14447770.
HSL color Cylindrical-coordinate representation of color #9A74DC: hue angle of 261.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A74DC is Cyan = 0.3, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 116 | 220 | - |
| CMYK | 0.3 | 0.47 | 0 | 0.14 |
| HSL | 261.92º | 0.6% | 0.66% | - |
| HSV(B) | 261.92º | 0.47% | 0.86% | - |
| XYZ | 32.49 | 24.53 | 70.73 | - |
| YUV | 139.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 220 | 0.3 | 0.47 | 0 | 0.14 | 261.92 | 0.6 | 0.66 |
| Hex | 9A | 74 | DC | 1E | 2F | 0 | E | 106 | 3C | 42 |
| Octal | 232 | 164 | 334 | 36 | 57 | 0 | 16 | 406 | 74 | 102 |
| Binary | 10011010 | 1110100 | 11011100 | 11110 | 101111 | 0 | 1110 | 100000110 | 111100 | 1000010 |
Color Harmonies of #9A74DC
Complementary color
Monochromatic Colors of #9A74DC
Black with #9A74DC
Text Example
Text Example
White with #9A74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A74DC; }
p { color: rgb(154,116,220); }
H1.HeaderClassName
{
color: #9A74DC;
}
.AnyTagClassName
{
color: #9A74DC;
}
</style>
background-color css
<style>
a { background-color: #9A74DC; }
a { background-color: rgb(154,116,220); }
div.DivClassName
{
background-color: #9A74DC;
}
.BgClassName
{
background-color: #9A74DC;
}
</style>
border-color css
<style>
span { border-color: #9A74DC; }
span { border-color: rgb(154,116,220); }
td.TdClassName
{
border-color: #9A74DC;
}
.TagClassName
{
border-color: #9A74DC;
}
</style>