Shades of Medium Purple #9180DD
Tints of Medium Purple #9180DD
RGB
CMYK
RGB Variations
Color information
#9180DD (or 0x9180DD) is known color: Medium Purple. HEX triplet: 91, 80 and DD. RGB value is (145,128,221). Sum of RGB (Red+Green+Blue) = 145+128+221=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #9180DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180DD is #6E7F22. Grayscale: #8F8F8F. Windows color (decimal): -7241507 or 14516369. OLE color: 14516369.
HSL color Cylindrical-coordinate representation of color #9180DD: hue angle of 250.97º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9180DD is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 128 | 221 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.13 |
| HSL | 250.97º | 0.58% | 0.68% | - |
| HSV(B) | 250.97º | 0.42% | 0.87% | - |
| XYZ | 32.45 | 26.68 | 71.85 | - |
| YUV | 143.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 221 | 0.34 | 0.42 | 0 | 0.13 | 250.97 | 0.58 | 0.68 |
| Hex | 91 | 80 | DD | 22 | 2A | 0 | D | FB | 3A | 44 |
| Octal | 221 | 200 | 335 | 42 | 52 | 0 | 15 | 373 | 72 | 104 |
| Binary | 10010001 | 10000000 | 11011101 | 100010 | 101010 | 0 | 1101 | 11111011 | 111010 | 1000100 |
Color Harmonies of #9180DD
Complementary color
Monochromatic Colors of #9180DD
Black with #9180DD
Text Example
Text Example
White with #9180DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9180DD; }
p { color: rgb(145,128,221); }
H1.HeaderClassName
{
color: #9180DD;
}
.AnyTagClassName
{
color: #9180DD;
}
</style>
background-color css
<style>
a { background-color: #9180DD; }
a { background-color: rgb(145,128,221); }
div.DivClassName
{
background-color: #9180DD;
}
.BgClassName
{
background-color: #9180DD;
}
</style>
border-color css
<style>
span { border-color: #9180DD; }
span { border-color: rgb(145,128,221); }
td.TdClassName
{
border-color: #9180DD;
}
.TagClassName
{
border-color: #9180DD;
}
</style>