Shades of Medium Purple #9175D8
Tints of Medium Purple #9175D8
RGB
CMYK
RGB Variations
Color information
#9175D8 (or 0x9175D8) is known color: Medium Purple. HEX triplet: 91, 75 and D8. RGB value is (145,117,216). Sum of RGB (Red+Green+Blue) = 145+117+216=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #9175D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175D8 is #6E8A27. Grayscale: #888888. Windows color (decimal): -7244328 or 14185873. OLE color: 14185873.
HSL color Cylindrical-coordinate representation of color #9175D8: hue angle of 256.97º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9175D8 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 117 | 216 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.15 |
| HSL | 256.97º | 0.56% | 0.65% | - |
| HSV(B) | 256.97º | 0.46% | 0.85% | - |
| XYZ | 30.43 | 23.7 | 67.94 | - |
| YUV | 136.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 216 | 0.33 | 0.46 | 0 | 0.15 | 256.97 | 0.56 | 0.65 |
| Hex | 91 | 75 | D8 | 21 | 2E | 0 | F | 101 | 38 | 41 |
| Octal | 221 | 165 | 330 | 41 | 56 | 0 | 17 | 401 | 70 | 101 |
| Binary | 10010001 | 1110101 | 11011000 | 100001 | 101110 | 0 | 1111 | 100000001 | 111000 | 1000001 |
Color Harmonies of #9175D8
Complementary color
Monochromatic Colors of #9175D8
Black with #9175D8
Text Example
Text Example
White with #9175D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175D8; }
p { color: rgb(145,117,216); }
H1.HeaderClassName
{
color: #9175D8;
}
.AnyTagClassName
{
color: #9175D8;
}
</style>
background-color css
<style>
a { background-color: #9175D8; }
a { background-color: rgb(145,117,216); }
div.DivClassName
{
background-color: #9175D8;
}
.BgClassName
{
background-color: #9175D8;
}
</style>
border-color css
<style>
span { border-color: #9175D8; }
span { border-color: rgb(145,117,216); }
td.TdClassName
{
border-color: #9175D8;
}
.TagClassName
{
border-color: #9175D8;
}
</style>