Shades of Medium Purple #9457EE
Tints of Medium Purple #9457EE
RGB
CMYK
RGB Variations
Color information
#9457EE (or 0x9457EE) is known color: Medium Purple. HEX triplet: 94, 57 and EE. RGB value is (148,87,238). Sum of RGB (Red+Green+Blue) = 148+87+238=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #9457EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9457EE is #6BA811. Grayscale: #797979. Windows color (decimal): -7055378 or 15619988. OLE color: 15619988.
HSL color Cylindrical-coordinate representation of color #9457EE: hue angle of 264.24º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9457EE is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 87 | 238 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.07 |
| HSL | 264.24º | 0.82% | 0.64% | - |
| HSV(B) | 264.24º | 0.63% | 0.93% | - |
| XYZ | 31.05 | 19.29 | 82.97 | - |
| YUV | 122.45 | 193.21 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 238 | 0.38 | 0.63 | 0 | 0.07 | 264.24 | 0.82 | 0.64 |
| Hex | 94 | 57 | EE | 26 | 3F | 0 | 7 | 108 | 52 | 40 |
| Octal | 224 | 127 | 356 | 46 | 77 | 0 | 7 | 410 | 122 | 100 |
| Binary | 10010100 | 1010111 | 11101110 | 100110 | 111111 | 0 | 111 | 100001000 | 1010010 | 1000000 |
Color Harmonies of #9457EE
Complementary color
Monochromatic Colors of #9457EE
Black with #9457EE
Text Example
Text Example
White with #9457EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9457EE; }
p { color: rgb(148,87,238); }
H1.HeaderClassName
{
color: #9457EE;
}
.AnyTagClassName
{
color: #9457EE;
}
</style>
background-color css
<style>
a { background-color: #9457EE; }
a { background-color: rgb(148,87,238); }
div.DivClassName
{
background-color: #9457EE;
}
.BgClassName
{
background-color: #9457EE;
}
</style>
border-color css
<style>
span { border-color: #9457EE; }
span { border-color: rgb(148,87,238); }
td.TdClassName
{
border-color: #9457EE;
}
.TagClassName
{
border-color: #9457EE;
}
</style>