Shades of Medium Purple #9578E5
Tints of Medium Purple #9578E5
RGB
CMYK
RGB Variations
Color information
#9578E5 (or 0x9578E5) is known color: Medium Purple. HEX triplet: 95, 78 and E5. RGB value is (149,120,229). Sum of RGB (Red+Green+Blue) = 149+120+229=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #9578E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578E5 is #6A871A. Grayscale: #8C8C8C. Windows color (decimal): -6981403 or 15038613. OLE color: 15038613.
HSL color Cylindrical-coordinate representation of color #9578E5: hue angle of 255.96º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9578E5 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 120 | 229 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.10 |
| HSL | 255.96º | 0.68% | 0.68% | - |
| HSV(B) | 255.96º | 0.48% | 0.9% | - |
| XYZ | 33.25 | 25.48 | 77.29 | - |
| YUV | 141.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 229 | 0.35 | 0.48 | 0 | 0.10 | 255.96 | 0.68 | 0.68 |
| Hex | 95 | 78 | E5 | 23 | 30 | 0 | A | 100 | 44 | 44 |
| Octal | 225 | 170 | 345 | 43 | 60 | 0 | 12 | 400 | 104 | 104 |
| Binary | 10010101 | 1111000 | 11100101 | 100011 | 110000 | 0 | 1010 | 100000000 | 1000100 | 1000100 |
Color Harmonies of #9578E5
Complementary color
Monochromatic Colors of #9578E5
Black with #9578E5
Text Example
Text Example
White with #9578E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9578E5; }
p { color: rgb(149,120,229); }
H1.HeaderClassName
{
color: #9578E5;
}
.AnyTagClassName
{
color: #9578E5;
}
</style>
background-color css
<style>
a { background-color: #9578E5; }
a { background-color: rgb(149,120,229); }
div.DivClassName
{
background-color: #9578E5;
}
.BgClassName
{
background-color: #9578E5;
}
</style>
border-color css
<style>
span { border-color: #9578E5; }
span { border-color: rgb(149,120,229); }
td.TdClassName
{
border-color: #9578E5;
}
.TagClassName
{
border-color: #9578E5;
}
</style>