Shades of Medium Purple #9176DE
Tints of Medium Purple #9176DE
RGB
CMYK
RGB Variations
Color information
#9176DE (or 0x9176DE) is known color: Medium Purple. HEX triplet: 91, 76 and DE. RGB value is (145,118,222). Sum of RGB (Red+Green+Blue) = 145+118+222=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #9176DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176DE is #6E8921. Grayscale: #898989. Windows color (decimal): -7244066 or 14579345. OLE color: 14579345.
HSL color Cylindrical-coordinate representation of color #9176DE: hue angle of 255.58º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9176DE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 118 | 222 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.13 |
| HSL | 255.58º | 0.61% | 0.67% | - |
| HSV(B) | 255.58º | 0.47% | 0.87% | - |
| XYZ | 31.34 | 24.25 | 72.14 | - |
| YUV | 137.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 222 | 0.35 | 0.47 | 0 | 0.13 | 255.58 | 0.61 | 0.67 |
| Hex | 91 | 76 | DE | 23 | 2F | 0 | D | 100 | 3D | 43 |
| Octal | 221 | 166 | 336 | 43 | 57 | 0 | 15 | 400 | 75 | 103 |
| Binary | 10010001 | 1110110 | 11011110 | 100011 | 101111 | 0 | 1101 | 100000000 | 111101 | 1000011 |
Color Harmonies of #9176DE
Complementary color
Monochromatic Colors of #9176DE
Black with #9176DE
Text Example
Text Example
White with #9176DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9176DE; }
p { color: rgb(145,118,222); }
H1.HeaderClassName
{
color: #9176DE;
}
.AnyTagClassName
{
color: #9176DE;
}
</style>
background-color css
<style>
a { background-color: #9176DE; }
a { background-color: rgb(145,118,222); }
div.DivClassName
{
background-color: #9176DE;
}
.BgClassName
{
background-color: #9176DE;
}
</style>
border-color css
<style>
span { border-color: #9176DE; }
span { border-color: rgb(145,118,222); }
td.TdClassName
{
border-color: #9176DE;
}
.TagClassName
{
border-color: #9176DE;
}
</style>