Shades of Medium Purple #9183DA
Tints of Medium Purple #9183DA
RGB
CMYK
RGB Variations
Color information
#9183DA (or 0x9183DA) is known color: Medium Purple. HEX triplet: 91, 83 and DA. RGB value is (145,131,218). Sum of RGB (Red+Green+Blue) = 145+131+218=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #9183DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183DA is #6E7C25. Grayscale: #909090. Windows color (decimal): -7240742 or 14320529. OLE color: 14320529.
HSL color Cylindrical-coordinate representation of color #9183DA: hue angle of 249.66º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9183DA is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 131 | 218 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.15 |
| HSL | 249.66º | 0.54% | 0.68% | - |
| HSV(B) | 249.66º | 0.4% | 0.85% | - |
| XYZ | 32.45 | 27.31 | 69.89 | - |
| YUV | 145.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 218 | 0.33 | 0.40 | 0 | 0.15 | 249.66 | 0.54 | 0.68 |
| Hex | 91 | 83 | DA | 21 | 28 | 0 | F | FA | 36 | 44 |
| Octal | 221 | 203 | 332 | 41 | 50 | 0 | 17 | 372 | 66 | 104 |
| Binary | 10010001 | 10000011 | 11011010 | 100001 | 101000 | 0 | 1111 | 11111010 | 110110 | 1000100 |
Color Harmonies of #9183DA
Complementary color
Monochromatic Colors of #9183DA
Black with #9183DA
Text Example
Text Example
White with #9183DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183DA; }
p { color: rgb(145,131,218); }
H1.HeaderClassName
{
color: #9183DA;
}
.AnyTagClassName
{
color: #9183DA;
}
</style>
background-color css
<style>
a { background-color: #9183DA; }
a { background-color: rgb(145,131,218); }
div.DivClassName
{
background-color: #9183DA;
}
.BgClassName
{
background-color: #9183DA;
}
</style>
border-color css
<style>
span { border-color: #9183DA; }
span { border-color: rgb(145,131,218); }
td.TdClassName
{
border-color: #9183DA;
}
.TagClassName
{
border-color: #9183DA;
}
</style>