Shades of Medium Purple #9176DD
Tints of Medium Purple #9176DD
RGB
CMYK
RGB Variations
Color information
#9176DD (or 0x9176DD) is known color: Medium Purple. HEX triplet: 91, 76 and DD. RGB value is (145,118,221). Sum of RGB (Red+Green+Blue) = 145+118+221=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #9176DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176DD is #6E8922. Grayscale: #898989. Windows color (decimal): -7244067 or 14513809. OLE color: 14513809.
HSL color Cylindrical-coordinate representation of color #9176DD: hue angle of 255.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9176DD is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 118 | 221 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.13 |
| HSL | 255.73º | 0.6% | 0.66% | - |
| HSV(B) | 255.73º | 0.47% | 0.87% | - |
| XYZ | 31.21 | 24.2 | 71.43 | - |
| YUV | 137.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 221 | 0.34 | 0.47 | 0 | 0.13 | 255.73 | 0.6 | 0.66 |
| Hex | 91 | 76 | DD | 22 | 2F | 0 | D | 100 | 3C | 42 |
| Octal | 221 | 166 | 335 | 42 | 57 | 0 | 15 | 400 | 74 | 102 |
| Binary | 10010001 | 1110110 | 11011101 | 100010 | 101111 | 0 | 1101 | 100000000 | 111100 | 1000010 |
Color Harmonies of #9176DD
Complementary color
Monochromatic Colors of #9176DD
Black with #9176DD
Text Example
Text Example
White with #9176DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9176DD; }
p { color: rgb(145,118,221); }
H1.HeaderClassName
{
color: #9176DD;
}
.AnyTagClassName
{
color: #9176DD;
}
</style>
background-color css
<style>
a { background-color: #9176DD; }
a { background-color: rgb(145,118,221); }
div.DivClassName
{
background-color: #9176DD;
}
.BgClassName
{
background-color: #9176DD;
}
</style>
border-color css
<style>
span { border-color: #9176DD; }
span { border-color: rgb(145,118,221); }
td.TdClassName
{
border-color: #9176DD;
}
.TagClassName
{
border-color: #9176DD;
}
</style>