Shades of Medium Purple #9178DF
Tints of Medium Purple #9178DF
RGB
CMYK
RGB Variations
Color information
#9178DF (or 0x9178DF) is known color: Medium Purple. HEX triplet: 91, 78 and DF. RGB value is (145,120,223). Sum of RGB (Red+Green+Blue) = 145+120+223=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #9178DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9178DF is #6E8720. Grayscale: #8A8A8A. Windows color (decimal): -7243553 or 14645393. OLE color: 14645393.
HSL color Cylindrical-coordinate representation of color #9178DF: hue angle of 254.56º degrees, saturation: 0.62, 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 #9178DF is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 120 | 223 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.13 |
| HSL | 254.56º | 0.62% | 0.67% | - |
| HSV(B) | 254.56º | 0.46% | 0.87% | - |
| XYZ | 31.71 | 24.78 | 72.92 | - |
| YUV | 139.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 223 | 0.35 | 0.46 | 0 | 0.13 | 254.56 | 0.62 | 0.67 |
| Hex | 91 | 78 | DF | 23 | 2E | 0 | D | FF | 3E | 43 |
| Octal | 221 | 170 | 337 | 43 | 56 | 0 | 15 | 377 | 76 | 103 |
| Binary | 10010001 | 1111000 | 11011111 | 100011 | 101110 | 0 | 1101 | 11111111 | 111110 | 1000011 |
Color Harmonies of #9178DF
Complementary color
Monochromatic Colors of #9178DF
Black with #9178DF
Text Example
Text Example
White with #9178DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9178DF; }
p { color: rgb(145,120,223); }
H1.HeaderClassName
{
color: #9178DF;
}
.AnyTagClassName
{
color: #9178DF;
}
</style>
background-color css
<style>
a { background-color: #9178DF; }
a { background-color: rgb(145,120,223); }
div.DivClassName
{
background-color: #9178DF;
}
.BgClassName
{
background-color: #9178DF;
}
</style>
border-color css
<style>
span { border-color: #9178DF; }
span { border-color: rgb(145,120,223); }
td.TdClassName
{
border-color: #9178DF;
}
.TagClassName
{
border-color: #9178DF;
}
</style>