Shades of Medium Purple #9181DC
Tints of Medium Purple #9181DC
RGB
CMYK
RGB Variations
Color information
#9181DC (or 0x9181DC) is known color: Medium Purple. HEX triplet: 91, 81 and DC. RGB value is (145,129,220). Sum of RGB (Red+Green+Blue) = 145+129+220=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #9181DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9181DC is #6E7E23. Grayscale: #8F8F8F. Windows color (decimal): -7241252 or 14451089. OLE color: 14451089.
HSL color Cylindrical-coordinate representation of color #9181DC: hue angle of 250.55º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9181DC is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 129 | 220 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.14 |
| HSL | 250.55º | 0.57% | 0.68% | - |
| HSV(B) | 250.55º | 0.41% | 0.86% | - |
| XYZ | 32.45 | 26.89 | 71.19 | - |
| YUV | 144.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 220 | 0.34 | 0.41 | 0 | 0.14 | 250.55 | 0.57 | 0.68 |
| Hex | 91 | 81 | DC | 22 | 29 | 0 | E | FB | 39 | 44 |
| Octal | 221 | 201 | 334 | 42 | 51 | 0 | 16 | 373 | 71 | 104 |
| Binary | 10010001 | 10000001 | 11011100 | 100010 | 101001 | 0 | 1110 | 11111011 | 111001 | 1000100 |
Color Harmonies of #9181DC
Complementary color
Monochromatic Colors of #9181DC
Black with #9181DC
Text Example
Text Example
White with #9181DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9181DC; }
p { color: rgb(145,129,220); }
H1.HeaderClassName
{
color: #9181DC;
}
.AnyTagClassName
{
color: #9181DC;
}
</style>
background-color css
<style>
a { background-color: #9181DC; }
a { background-color: rgb(145,129,220); }
div.DivClassName
{
background-color: #9181DC;
}
.BgClassName
{
background-color: #9181DC;
}
</style>
border-color css
<style>
span { border-color: #9181DC; }
span { border-color: rgb(145,129,220); }
td.TdClassName
{
border-color: #9181DC;
}
.TagClassName
{
border-color: #9181DC;
}
</style>