Shades of Medium Purple #9480EC
Tints of Medium Purple #9480EC
RGB
CMYK
RGB Variations
Color information
#9480EC (or 0x9480EC) is known color: Medium Purple. HEX triplet: 94, 80 and EC. RGB value is (148,128,236). Sum of RGB (Red+Green+Blue) = 148+128+236=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #9480EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9480EC is #6B7F13. Grayscale: #919191. Windows color (decimal): -7044884 or 15499412. OLE color: 15499412.
HSL color Cylindrical-coordinate representation of color #9480EC: hue angle of 251.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9480EC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 128 | 236 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.07 |
| HSL | 251.11º | 0.74% | 0.71% | - |
| HSV(B) | 251.11º | 0.46% | 0.93% | - |
| XYZ | 35.07 | 27.79 | 82.87 | - |
| YUV | 146.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 236 | 0.37 | 0.46 | 0 | 0.07 | 251.11 | 0.74 | 0.71 |
| Hex | 94 | 80 | EC | 25 | 2E | 0 | 7 | FB | 4A | 47 |
| Octal | 224 | 200 | 354 | 45 | 56 | 0 | 7 | 373 | 112 | 107 |
| Binary | 10010100 | 10000000 | 11101100 | 100101 | 101110 | 0 | 111 | 11111011 | 1001010 | 1000111 |
Color Harmonies of #9480EC
Complementary color
Monochromatic Colors of #9480EC
Black with #9480EC
Text Example
Text Example
White with #9480EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9480EC; }
p { color: rgb(148,128,236); }
H1.HeaderClassName
{
color: #9480EC;
}
.AnyTagClassName
{
color: #9480EC;
}
</style>
background-color css
<style>
a { background-color: #9480EC; }
a { background-color: rgb(148,128,236); }
div.DivClassName
{
background-color: #9480EC;
}
.BgClassName
{
background-color: #9480EC;
}
</style>
border-color css
<style>
span { border-color: #9480EC; }
span { border-color: rgb(148,128,236); }
td.TdClassName
{
border-color: #9480EC;
}
.TagClassName
{
border-color: #9480EC;
}
</style>