Shades of Medium Purple #9076EE
Tints of Medium Purple #9076EE
RGB
CMYK
RGB Variations
Color information
#9076EE (or 0x9076EE) is known color: Medium Purple. HEX triplet: 90, 76 and EE. RGB value is (144,118,238). Sum of RGB (Red+Green+Blue) = 144+118+238=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #9076EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9076EE is #6F8911. Grayscale: #8B8B8B. Windows color (decimal): -7309586 or 15627920. OLE color: 15627920.
HSL color Cylindrical-coordinate representation of color #9076EE: hue angle of 253º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9076EE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 118 | 238 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.07 |
| HSL | 253º | 0.78% | 0.7% | - |
| HSV(B) | 253º | 0.5% | 0.93% | - |
| XYZ | 33.41 | 25.06 | 83.96 | - |
| YUV | 139.45 | 183.61 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 238 | 0.39 | 0.50 | 0 | 0.07 | 253 | 0.78 | 0.7 |
| Hex | 90 | 76 | EE | 27 | 32 | 0 | 7 | FD | 4E | 46 |
| Octal | 220 | 166 | 356 | 47 | 62 | 0 | 7 | 375 | 116 | 106 |
| Binary | 10010000 | 1110110 | 11101110 | 100111 | 110010 | 0 | 111 | 11111101 | 1001110 | 1000110 |
Color Harmonies of #9076EE
Complementary color
Monochromatic Colors of #9076EE
Black with #9076EE
Text Example
Text Example
White with #9076EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076EE; }
p { color: rgb(144,118,238); }
H1.HeaderClassName
{
color: #9076EE;
}
.AnyTagClassName
{
color: #9076EE;
}
</style>
background-color css
<style>
a { background-color: #9076EE; }
a { background-color: rgb(144,118,238); }
div.DivClassName
{
background-color: #9076EE;
}
.BgClassName
{
background-color: #9076EE;
}
</style>
border-color css
<style>
span { border-color: #9076EE; }
span { border-color: rgb(144,118,238); }
td.TdClassName
{
border-color: #9076EE;
}
.TagClassName
{
border-color: #9076EE;
}
</style>