Shades of Medium Purple #9052EE
Tints of Medium Purple #9052EE
RGB
CMYK
RGB Variations
Color information
#9052EE (or 0x9052EE) is known color: Medium Purple. HEX triplet: 90, 52 and EE. RGB value is (144,82,238). Sum of RGB (Red+Green+Blue) = 144+82+238=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #9052EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9052EE is #6FAD11. Grayscale: #757575. Windows color (decimal): -7318802 or 15618704. OLE color: 15618704.
HSL color Cylindrical-coordinate representation of color #9052EE: hue angle of 263.85º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9052EE is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 82 | 238 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.07 |
| HSL | 263.85º | 0.82% | 0.63% | - |
| HSV(B) | 263.85º | 0.66% | 0.93% | - |
| XYZ | 29.95 | 18.14 | 82.81 | - |
| YUV | 118.32 | 195.54 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 238 | 0.39 | 0.66 | 0 | 0.07 | 263.85 | 0.82 | 0.63 |
| Hex | 90 | 52 | EE | 27 | 42 | 0 | 7 | 108 | 52 | 3F |
| Octal | 220 | 122 | 356 | 47 | 102 | 0 | 7 | 410 | 122 | 77 |
| Binary | 10010000 | 1010010 | 11101110 | 100111 | 1000010 | 0 | 111 | 100001000 | 1010010 | 111111 |
Color Harmonies of #9052EE
Complementary color
Monochromatic Colors of #9052EE
Black with #9052EE
Text Example
Text Example
White with #9052EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052EE; }
p { color: rgb(144,82,238); }
H1.HeaderClassName
{
color: #9052EE;
}
.AnyTagClassName
{
color: #9052EE;
}
</style>
background-color css
<style>
a { background-color: #9052EE; }
a { background-color: rgb(144,82,238); }
div.DivClassName
{
background-color: #9052EE;
}
.BgClassName
{
background-color: #9052EE;
}
</style>
border-color css
<style>
span { border-color: #9052EE; }
span { border-color: rgb(144,82,238); }
td.TdClassName
{
border-color: #9052EE;
}
.TagClassName
{
border-color: #9052EE;
}
</style>