Shades of Medium Purple #9477EB
Tints of Medium Purple #9477EB
RGB
CMYK
RGB Variations
Color information
#9477EB (or 0x9477EB) is known color: Medium Purple. HEX triplet: 94, 77 and EB. RGB value is (148,119,235). Sum of RGB (Red+Green+Blue) = 148+119+235=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #9477EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9477EB is #6B8814. Grayscale: #8C8C8C. Windows color (decimal): -7047189 or 15431572. OLE color: 15431572.
HSL color Cylindrical-coordinate representation of color #9477EB: hue angle of 255º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9477EB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 119 | 235 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.08 |
| HSL | 255º | 0.74% | 0.69% | - |
| HSV(B) | 255º | 0.49% | 0.92% | - |
| XYZ | 33.8 | 25.49 | 81.74 | - |
| YUV | 140.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 119 | 235 | 0.37 | 0.49 | 0 | 0.08 | 255 | 0.74 | 0.69 |
| Hex | 94 | 77 | EB | 25 | 31 | 0 | 8 | FF | 4A | 45 |
| Octal | 224 | 167 | 353 | 45 | 61 | 0 | 10 | 377 | 112 | 105 |
| Binary | 10010100 | 1110111 | 11101011 | 100101 | 110001 | 0 | 1000 | 11111111 | 1001010 | 1000101 |
Color Harmonies of #9477EB
Complementary color
Monochromatic Colors of #9477EB
Black with #9477EB
Text Example
Text Example
White with #9477EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9477EB; }
p { color: rgb(148,119,235); }
H1.HeaderClassName
{
color: #9477EB;
}
.AnyTagClassName
{
color: #9477EB;
}
</style>
background-color css
<style>
a { background-color: #9477EB; }
a { background-color: rgb(148,119,235); }
div.DivClassName
{
background-color: #9477EB;
}
.BgClassName
{
background-color: #9477EB;
}
</style>
border-color css
<style>
span { border-color: #9477EB; }
span { border-color: rgb(148,119,235); }
td.TdClassName
{
border-color: #9477EB;
}
.TagClassName
{
border-color: #9477EB;
}
</style>