Shades of Medium Purple #9487EB
Tints of Medium Purple #9487EB
RGB
CMYK
RGB Variations
Color information
#9487EB (or 0x9487EB) is known color: Medium Purple. HEX triplet: 94, 87 and EB. RGB value is (148,135,235). Sum of RGB (Red+Green+Blue) = 148+135+235=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #9487EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9487EB is #6B7814. Grayscale: #959595. Windows color (decimal): -7043093 or 15435668. OLE color: 15435668.
HSL color Cylindrical-coordinate representation of color #9487EB: hue angle of 247.8º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9487EB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 135 | 235 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.08 |
| HSL | 247.8º | 0.71% | 0.73% | - |
| HSV(B) | 247.8º | 0.43% | 0.92% | - |
| XYZ | 35.87 | 29.62 | 82.42 | - |
| YUV | 150.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 235 | 0.37 | 0.43 | 0 | 0.08 | 247.8 | 0.71 | 0.73 |
| Hex | 94 | 87 | EB | 25 | 2B | 0 | 8 | F8 | 47 | 49 |
| Octal | 224 | 207 | 353 | 45 | 53 | 0 | 10 | 370 | 107 | 111 |
| Binary | 10010100 | 10000111 | 11101011 | 100101 | 101011 | 0 | 1000 | 11111000 | 1000111 | 1001001 |
Color Harmonies of #9487EB
Complementary color
Monochromatic Colors of #9487EB
Black with #9487EB
Text Example
Text Example
White with #9487EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9487EB; }
p { color: rgb(148,135,235); }
H1.HeaderClassName
{
color: #9487EB;
}
.AnyTagClassName
{
color: #9487EB;
}
</style>
background-color css
<style>
a { background-color: #9487EB; }
a { background-color: rgb(148,135,235); }
div.DivClassName
{
background-color: #9487EB;
}
.BgClassName
{
background-color: #9487EB;
}
</style>
border-color css
<style>
span { border-color: #9487EB; }
span { border-color: rgb(148,135,235); }
td.TdClassName
{
border-color: #9487EB;
}
.TagClassName
{
border-color: #9487EB;
}
</style>