Shades of Medium Purple #9183DD
Tints of Medium Purple #9183DD
RGB
CMYK
RGB Variations
Color information
#9183DD (or 0x9183DD) is known color: Medium Purple. HEX triplet: 91, 83 and DD. RGB value is (145,131,221). Sum of RGB (Red+Green+Blue) = 145+131+221=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #9183DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183DD is #6E7C22. Grayscale: #919191. Windows color (decimal): -7240739 or 14517137. OLE color: 14517137.
HSL color Cylindrical-coordinate representation of color #9183DD: hue angle of 249.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9183DD is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 131 | 221 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.13 |
| HSL | 249.33º | 0.57% | 0.69% | - |
| HSV(B) | 249.33º | 0.41% | 0.87% | - |
| XYZ | 32.84 | 27.47 | 71.98 | - |
| YUV | 145.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 221 | 0.34 | 0.41 | 0 | 0.13 | 249.33 | 0.57 | 0.69 |
| Hex | 91 | 83 | DD | 22 | 29 | 0 | D | F9 | 39 | 45 |
| Octal | 221 | 203 | 335 | 42 | 51 | 0 | 15 | 371 | 71 | 105 |
| Binary | 10010001 | 10000011 | 11011101 | 100010 | 101001 | 0 | 1101 | 11111001 | 111001 | 1000101 |
Color Harmonies of #9183DD
Complementary color
Monochromatic Colors of #9183DD
Black with #9183DD
Text Example
Text Example
White with #9183DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183DD; }
p { color: rgb(145,131,221); }
H1.HeaderClassName
{
color: #9183DD;
}
.AnyTagClassName
{
color: #9183DD;
}
</style>
background-color css
<style>
a { background-color: #9183DD; }
a { background-color: rgb(145,131,221); }
div.DivClassName
{
background-color: #9183DD;
}
.BgClassName
{
background-color: #9183DD;
}
</style>
border-color css
<style>
span { border-color: #9183DD; }
span { border-color: rgb(145,131,221); }
td.TdClassName
{
border-color: #9183DD;
}
.TagClassName
{
border-color: #9183DD;
}
</style>