Shades of Medium Purple #9174DF
Tints of Medium Purple #9174DF
RGB
CMYK
RGB Variations
Color information
#9174DF (or 0x9174DF) is known color: Medium Purple. HEX triplet: 91, 74 and DF. RGB value is (145,116,223). Sum of RGB (Red+Green+Blue) = 145+116+223=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #9174DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9174DF is #6E8B20. Grayscale: #888888. Windows color (decimal): -7244577 or 14644369. OLE color: 14644369.
HSL color Cylindrical-coordinate representation of color #9174DF: hue angle of 256.26º degrees, saturation: 0.63, 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 #9174DF is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 116 | 223 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.13 |
| HSL | 256.26º | 0.63% | 0.66% | - |
| HSV(B) | 256.26º | 0.48% | 0.87% | - |
| XYZ | 31.24 | 23.84 | 72.77 | - |
| YUV | 136.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 223 | 0.35 | 0.48 | 0 | 0.13 | 256.26 | 0.63 | 0.66 |
| Hex | 91 | 74 | DF | 23 | 30 | 0 | D | 100 | 3F | 42 |
| Octal | 221 | 164 | 337 | 43 | 60 | 0 | 15 | 400 | 77 | 102 |
| Binary | 10010001 | 1110100 | 11011111 | 100011 | 110000 | 0 | 1101 | 100000000 | 111111 | 1000010 |
Color Harmonies of #9174DF
Complementary color
Monochromatic Colors of #9174DF
Black with #9174DF
Text Example
Text Example
White with #9174DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9174DF; }
p { color: rgb(145,116,223); }
H1.HeaderClassName
{
color: #9174DF;
}
.AnyTagClassName
{
color: #9174DF;
}
</style>
background-color css
<style>
a { background-color: #9174DF; }
a { background-color: rgb(145,116,223); }
div.DivClassName
{
background-color: #9174DF;
}
.BgClassName
{
background-color: #9174DF;
}
</style>
border-color css
<style>
span { border-color: #9174DF; }
span { border-color: rgb(145,116,223); }
td.TdClassName
{
border-color: #9174DF;
}
.TagClassName
{
border-color: #9174DF;
}
</style>