Shades of Medium Purple #9489E8
Tints of Medium Purple #9489E8
RGB
CMYK
RGB Variations
Color information
#9489E8 (or 0x9489E8) is known color: Medium Purple. HEX triplet: 94, 89 and E8. RGB value is (148,137,232). Sum of RGB (Red+Green+Blue) = 148+137+232=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #9489E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9489E8 is #6B7617. Grayscale: #969696. Windows color (decimal): -7042584 or 15239572. OLE color: 15239572.
HSL color Cylindrical-coordinate representation of color #9489E8: hue angle of 246.95º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9489E8 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 137 | 232 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.09 |
| HSL | 246.95º | 0.67% | 0.72% | - |
| HSV(B) | 246.95º | 0.41% | 0.91% | - |
| XYZ | 35.72 | 30.01 | 80.25 | - |
| YUV | 151.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 232 | 0.36 | 0.41 | 0 | 0.09 | 246.95 | 0.67 | 0.72 |
| Hex | 94 | 89 | E8 | 24 | 29 | 0 | 9 | F7 | 43 | 48 |
| Octal | 224 | 211 | 350 | 44 | 51 | 0 | 11 | 367 | 103 | 110 |
| Binary | 10010100 | 10001001 | 11101000 | 100100 | 101001 | 0 | 1001 | 11110111 | 1000011 | 1001000 |
Color Harmonies of #9489E8
Complementary color
Monochromatic Colors of #9489E8
Black with #9489E8
Text Example
Text Example
White with #9489E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9489E8; }
p { color: rgb(148,137,232); }
H1.HeaderClassName
{
color: #9489E8;
}
.AnyTagClassName
{
color: #9489E8;
}
</style>
background-color css
<style>
a { background-color: #9489E8; }
a { background-color: rgb(148,137,232); }
div.DivClassName
{
background-color: #9489E8;
}
.BgClassName
{
background-color: #9489E8;
}
</style>
border-color css
<style>
span { border-color: #9489E8; }
span { border-color: rgb(148,137,232); }
td.TdClassName
{
border-color: #9489E8;
}
.TagClassName
{
border-color: #9489E8;
}
</style>