Shades of Medium Purple #9179DB
Tints of Medium Purple #9179DB
RGB
CMYK
RGB Variations
Color information
#9179DB (or 0x9179DB) is known color: Medium Purple. HEX triplet: 91, 79 and DB. RGB value is (145,121,219). Sum of RGB (Red+Green+Blue) = 145+121+219=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9179DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9179DB is #6E8624. Grayscale: #8A8A8A. Windows color (decimal): -7243301 or 14383505. OLE color: 14383505.
HSL color Cylindrical-coordinate representation of color #9179DB: hue angle of 254.69º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9179DB is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 121 | 219 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.14 |
| HSL | 254.69º | 0.58% | 0.67% | - |
| HSV(B) | 254.69º | 0.45% | 0.86% | - |
| XYZ | 31.3 | 24.81 | 70.16 | - |
| YUV | 139.35 | 172.95 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 219 | 0.34 | 0.45 | 0 | 0.14 | 254.69 | 0.58 | 0.67 |
| Hex | 91 | 79 | DB | 22 | 2D | 0 | E | FF | 3A | 43 |
| Octal | 221 | 171 | 333 | 42 | 55 | 0 | 16 | 377 | 72 | 103 |
| Binary | 10010001 | 1111001 | 11011011 | 100010 | 101101 | 0 | 1110 | 11111111 | 111010 | 1000011 |
Color Harmonies of #9179DB
Complementary color
Monochromatic Colors of #9179DB
Black with #9179DB
Text Example
Text Example
White with #9179DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9179DB; }
p { color: rgb(145,121,219); }
H1.HeaderClassName
{
color: #9179DB;
}
.AnyTagClassName
{
color: #9179DB;
}
</style>
background-color css
<style>
a { background-color: #9179DB; }
a { background-color: rgb(145,121,219); }
div.DivClassName
{
background-color: #9179DB;
}
.BgClassName
{
background-color: #9179DB;
}
</style>
border-color css
<style>
span { border-color: #9179DB; }
span { border-color: rgb(145,121,219); }
td.TdClassName
{
border-color: #9179DB;
}
.TagClassName
{
border-color: #9179DB;
}
</style>