Shades of Medium Purple #9488E9
Tints of Medium Purple #9488E9
RGB
CMYK
RGB Variations
Color information
#9488E9 (or 0x9488E9) is known color: Medium Purple. HEX triplet: 94, 88 and E9. RGB value is (148,136,233). Sum of RGB (Red+Green+Blue) = 148+136+233=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #9488E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9488E9 is #6B7716. Grayscale: #969696. Windows color (decimal): -7042839 or 15304852. OLE color: 15304852.
HSL color Cylindrical-coordinate representation of color #9488E9: hue angle of 247.42º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9488E9 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 136 | 233 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.09 |
| HSL | 247.42º | 0.69% | 0.72% | - |
| HSV(B) | 247.42º | 0.42% | 0.91% | - |
| XYZ | 35.72 | 29.79 | 80.96 | - |
| YUV | 150.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 233 | 0.36 | 0.42 | 0 | 0.09 | 247.42 | 0.69 | 0.72 |
| Hex | 94 | 88 | E9 | 24 | 2A | 0 | 9 | F7 | 45 | 48 |
| Octal | 224 | 210 | 351 | 44 | 52 | 0 | 11 | 367 | 105 | 110 |
| Binary | 10010100 | 10001000 | 11101001 | 100100 | 101010 | 0 | 1001 | 11110111 | 1000101 | 1001000 |
Color Harmonies of #9488E9
Complementary color
Monochromatic Colors of #9488E9
Black with #9488E9
Text Example
Text Example
White with #9488E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9488E9; }
p { color: rgb(148,136,233); }
H1.HeaderClassName
{
color: #9488E9;
}
.AnyTagClassName
{
color: #9488E9;
}
</style>
background-color css
<style>
a { background-color: #9488E9; }
a { background-color: rgb(148,136,233); }
div.DivClassName
{
background-color: #9488E9;
}
.BgClassName
{
background-color: #9488E9;
}
</style>
border-color css
<style>
span { border-color: #9488E9; }
span { border-color: rgb(148,136,233); }
td.TdClassName
{
border-color: #9488E9;
}
.TagClassName
{
border-color: #9488E9;
}
</style>