Shades of Medium Purple #9476EC
Tints of Medium Purple #9476EC
RGB
CMYK
RGB Variations
Color information
#9476EC (or 0x9476EC) is known color: Medium Purple. HEX triplet: 94, 76 and EC. RGB value is (148,118,236). Sum of RGB (Red+Green+Blue) = 148+118+236=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #9476EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9476EC is #6B8913. Grayscale: #8B8B8B. Windows color (decimal): -7047444 or 15496852. OLE color: 15496852.
HSL color Cylindrical-coordinate representation of color #9476EC: hue angle of 255.25º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9476EC is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 118 | 236 | - |
| CMYK | 0.37 | 0.5 | 0 | 0.07 |
| HSL | 255.25º | 0.76% | 0.69% | - |
| HSV(B) | 255.25º | 0.5% | 0.93% | - |
| XYZ | 33.83 | 25.31 | 82.46 | - |
| YUV | 140.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 236 | 0.37 | 0.5 | 0 | 0.07 | 255.25 | 0.76 | 0.69 |
| Hex | 94 | 76 | EC | 25 | 32 | 0 | 7 | FF | 4C | 45 |
| Octal | 224 | 166 | 354 | 45 | 62 | 0 | 7 | 377 | 114 | 105 |
| Binary | 10010100 | 1110110 | 11101100 | 100101 | 110010 | 0 | 111 | 11111111 | 1001100 | 1000101 |
Color Harmonies of #9476EC
Complementary color
Monochromatic Colors of #9476EC
Black with #9476EC
Text Example
Text Example
White with #9476EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9476EC; }
p { color: rgb(148,118,236); }
H1.HeaderClassName
{
color: #9476EC;
}
.AnyTagClassName
{
color: #9476EC;
}
</style>
background-color css
<style>
a { background-color: #9476EC; }
a { background-color: rgb(148,118,236); }
div.DivClassName
{
background-color: #9476EC;
}
.BgClassName
{
background-color: #9476EC;
}
</style>
border-color css
<style>
span { border-color: #9476EC; }
span { border-color: rgb(148,118,236); }
td.TdClassName
{
border-color: #9476EC;
}
.TagClassName
{
border-color: #9476EC;
}
</style>