Shades of Medium Purple #9179DF
Tints of Medium Purple #9179DF
RGB
CMYK
RGB Variations
Color information
#9179DF (or 0x9179DF) is known color: Medium Purple. HEX triplet: 91, 79 and DF. RGB value is (145,121,223). Sum of RGB (Red+Green+Blue) = 145+121+223=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #9179DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9179DF is #6E8620. Grayscale: #8B8B8B. Windows color (decimal): -7243297 or 14645649. OLE color: 14645649.
HSL color Cylindrical-coordinate representation of color #9179DF: hue angle of 254.12º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9179DF is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 121 | 223 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.13 |
| HSL | 254.12º | 0.61% | 0.67% | - |
| HSV(B) | 254.12º | 0.46% | 0.87% | - |
| XYZ | 31.83 | 25.02 | 72.96 | - |
| YUV | 139.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 223 | 0.35 | 0.46 | 0 | 0.13 | 254.12 | 0.61 | 0.67 |
| Hex | 91 | 79 | DF | 23 | 2E | 0 | D | FE | 3D | 43 |
| Octal | 221 | 171 | 337 | 43 | 56 | 0 | 15 | 376 | 75 | 103 |
| Binary | 10010001 | 1111001 | 11011111 | 100011 | 101110 | 0 | 1101 | 11111110 | 111101 | 1000011 |
Color Harmonies of #9179DF
Complementary color
Monochromatic Colors of #9179DF
Black with #9179DF
Text Example
Text Example
White with #9179DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9179DF; }
p { color: rgb(145,121,223); }
H1.HeaderClassName
{
color: #9179DF;
}
.AnyTagClassName
{
color: #9179DF;
}
</style>
background-color css
<style>
a { background-color: #9179DF; }
a { background-color: rgb(145,121,223); }
div.DivClassName
{
background-color: #9179DF;
}
.BgClassName
{
background-color: #9179DF;
}
</style>
border-color css
<style>
span { border-color: #9179DF; }
span { border-color: rgb(145,121,223); }
td.TdClassName
{
border-color: #9179DF;
}
.TagClassName
{
border-color: #9179DF;
}
</style>