Shades of Medium Purple #9076EC
Tints of Medium Purple #9076EC
RGB
CMYK
RGB Variations
Color information
#9076EC (or 0x9076EC) is known color: Medium Purple. HEX triplet: 90, 76 and EC. RGB value is (144,118,236). Sum of RGB (Red+Green+Blue) = 144+118+236=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #9076EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9076EC is #6F8913. Grayscale: #8A8A8A. Windows color (decimal): -7309588 or 15496848. OLE color: 15496848.
HSL color Cylindrical-coordinate representation of color #9076EC: hue angle of 253.22º 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 #9076EC is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 118 | 236 | - |
| CMYK | 0.39 | 0.5 | 0 | 0.07 |
| HSL | 253.22º | 0.76% | 0.69% | - |
| HSV(B) | 253.22º | 0.5% | 0.93% | - |
| XYZ | 33.12 | 24.94 | 82.43 | - |
| YUV | 139.23 | 182.61 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 236 | 0.39 | 0.5 | 0 | 0.07 | 253.22 | 0.76 | 0.69 |
| Hex | 90 | 76 | EC | 27 | 32 | 0 | 7 | FD | 4C | 45 |
| Octal | 220 | 166 | 354 | 47 | 62 | 0 | 7 | 375 | 114 | 105 |
| Binary | 10010000 | 1110110 | 11101100 | 100111 | 110010 | 0 | 111 | 11111101 | 1001100 | 1000101 |
Color Harmonies of #9076EC
Complementary color
Monochromatic Colors of #9076EC
Black with #9076EC
Text Example
Text Example
White with #9076EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076EC; }
p { color: rgb(144,118,236); }
H1.HeaderClassName
{
color: #9076EC;
}
.AnyTagClassName
{
color: #9076EC;
}
</style>
background-color css
<style>
a { background-color: #9076EC; }
a { background-color: rgb(144,118,236); }
div.DivClassName
{
background-color: #9076EC;
}
.BgClassName
{
background-color: #9076EC;
}
</style>
border-color css
<style>
span { border-color: #9076EC; }
span { border-color: rgb(144,118,236); }
td.TdClassName
{
border-color: #9076EC;
}
.TagClassName
{
border-color: #9076EC;
}
</style>