Shades of Medium Purple #9174DD
Tints of Medium Purple #9174DD
RGB
CMYK
RGB Variations
Color information
#9174DD (or 0x9174DD) is known color: Medium Purple. HEX triplet: 91, 74 and DD. RGB value is (145,116,221). Sum of RGB (Red+Green+Blue) = 145+116+221=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #9174DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9174DD is #6E8B22. Grayscale: #888888. Windows color (decimal): -7244579 or 14513297. OLE color: 14513297.
HSL color Cylindrical-coordinate representation of color #9174DD: hue angle of 256.57º 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 #9174DD is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 116 | 221 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.13 |
| HSL | 256.57º | 0.61% | 0.66% | - |
| HSV(B) | 256.57º | 0.48% | 0.87% | - |
| XYZ | 30.97 | 23.73 | 71.35 | - |
| YUV | 136.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 221 | 0.34 | 0.48 | 0 | 0.13 | 256.57 | 0.61 | 0.66 |
| Hex | 91 | 74 | DD | 22 | 30 | 0 | D | 101 | 3D | 42 |
| Octal | 221 | 164 | 335 | 42 | 60 | 0 | 15 | 401 | 75 | 102 |
| Binary | 10010001 | 1110100 | 11011101 | 100010 | 110000 | 0 | 1101 | 100000001 | 111101 | 1000010 |
Color Harmonies of #9174DD
Complementary color
Monochromatic Colors of #9174DD
Black with #9174DD
Text Example
Text Example
White with #9174DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9174DD; }
p { color: rgb(145,116,221); }
H1.HeaderClassName
{
color: #9174DD;
}
.AnyTagClassName
{
color: #9174DD;
}
</style>
background-color css
<style>
a { background-color: #9174DD; }
a { background-color: rgb(145,116,221); }
div.DivClassName
{
background-color: #9174DD;
}
.BgClassName
{
background-color: #9174DD;
}
</style>
border-color css
<style>
span { border-color: #9174DD; }
span { border-color: rgb(145,116,221); }
td.TdClassName
{
border-color: #9174DD;
}
.TagClassName
{
border-color: #9174DD;
}
</style>