Shades of Medium Purple #9482E5
Tints of Medium Purple #9482E5
RGB
CMYK
RGB Variations
Color information
#9482E5 (or 0x9482E5) is known color: Medium Purple. HEX triplet: 94, 82 and E5. RGB value is (148,130,229). Sum of RGB (Red+Green+Blue) = 148+130+229=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #9482E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482E5 is #6B7D1A. Grayscale: #929292. Windows color (decimal): -7044379 or 15041172. OLE color: 15041172.
HSL color Cylindrical-coordinate representation of color #9482E5: hue angle of 250.91º 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 #9482E5 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 130 | 229 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.10 |
| HSL | 250.91º | 0.66% | 0.7% | - |
| HSV(B) | 250.91º | 0.43% | 0.9% | - |
| XYZ | 34.34 | 27.92 | 77.71 | - |
| YUV | 146.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 229 | 0.35 | 0.43 | 0 | 0.10 | 250.91 | 0.66 | 0.7 |
| Hex | 94 | 82 | E5 | 23 | 2B | 0 | A | FB | 42 | 46 |
| Octal | 224 | 202 | 345 | 43 | 53 | 0 | 12 | 373 | 102 | 106 |
| Binary | 10010100 | 10000010 | 11100101 | 100011 | 101011 | 0 | 1010 | 11111011 | 1000010 | 1000110 |
Color Harmonies of #9482E5
Complementary color
Monochromatic Colors of #9482E5
Black with #9482E5
Text Example
Text Example
White with #9482E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9482E5; }
p { color: rgb(148,130,229); }
H1.HeaderClassName
{
color: #9482E5;
}
.AnyTagClassName
{
color: #9482E5;
}
</style>
background-color css
<style>
a { background-color: #9482E5; }
a { background-color: rgb(148,130,229); }
div.DivClassName
{
background-color: #9482E5;
}
.BgClassName
{
background-color: #9482E5;
}
</style>
border-color css
<style>
span { border-color: #9482E5; }
span { border-color: rgb(148,130,229); }
td.TdClassName
{
border-color: #9482E5;
}
.TagClassName
{
border-color: #9482E5;
}
</style>