Shades of Medium Purple #9182E5
Tints of Medium Purple #9182E5
RGB
CMYK
RGB Variations
Color information
#9182E5 (or 0x9182E5) is known color: Medium Purple. HEX triplet: 91, 82 and E5. RGB value is (145,130,229). Sum of RGB (Red+Green+Blue) = 145+130+229=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #9182E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182E5 is #6E7D1A. Grayscale: #919191. Windows color (decimal): -7240987 or 15041169. OLE color: 15041169.
HSL color Cylindrical-coordinate representation of color #9182E5: hue angle of 249.09º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9182E5 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 130 | 229 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.10 |
| HSL | 249.09º | 0.66% | 0.7% | - |
| HSV(B) | 249.09º | 0.43% | 0.9% | - |
| XYZ | 33.8 | 27.64 | 77.68 | - |
| YUV | 145.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 229 | 0.37 | 0.43 | 0 | 0.10 | 249.09 | 0.66 | 0.7 |
| Hex | 91 | 82 | E5 | 25 | 2B | 0 | A | F9 | 42 | 46 |
| Octal | 221 | 202 | 345 | 45 | 53 | 0 | 12 | 371 | 102 | 106 |
| Binary | 10010001 | 10000010 | 11100101 | 100101 | 101011 | 0 | 1010 | 11111001 | 1000010 | 1000110 |
Color Harmonies of #9182E5
Complementary color
Monochromatic Colors of #9182E5
Black with #9182E5
Text Example
Text Example
White with #9182E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182E5; }
p { color: rgb(145,130,229); }
H1.HeaderClassName
{
color: #9182E5;
}
.AnyTagClassName
{
color: #9182E5;
}
</style>
background-color css
<style>
a { background-color: #9182E5; }
a { background-color: rgb(145,130,229); }
div.DivClassName
{
background-color: #9182E5;
}
.BgClassName
{
background-color: #9182E5;
}
</style>
border-color css
<style>
span { border-color: #9182E5; }
span { border-color: rgb(145,130,229); }
td.TdClassName
{
border-color: #9182E5;
}
.TagClassName
{
border-color: #9182E5;
}
</style>