Shades of Medium Purple #9578ED
Tints of Medium Purple #9578ED
RGB
CMYK
RGB Variations
Color information
#9578ED (or 0x9578ED) is known color: Medium Purple. HEX triplet: 95, 78 and ED. RGB value is (149,120,237). Sum of RGB (Red+Green+Blue) = 149+120+237=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #9578ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9578ED is #6A8712. Grayscale: #8D8D8D. Windows color (decimal): -6981395 or 15562901. OLE color: 15562901.
HSL color Cylindrical-coordinate representation of color #9578ED: hue angle of 254.87º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9578ED is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 120 | 237 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.07 |
| HSL | 254.87º | 0.76% | 0.7% | - |
| HSV(B) | 254.87º | 0.49% | 0.93% | - |
| XYZ | 34.4 | 25.94 | 83.31 | - |
| YUV | 142.01 | 181.61 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 237 | 0.37 | 0.49 | 0 | 0.07 | 254.87 | 0.76 | 0.7 |
| Hex | 95 | 78 | ED | 25 | 31 | 0 | 7 | FF | 4C | 46 |
| Octal | 225 | 170 | 355 | 45 | 61 | 0 | 7 | 377 | 114 | 106 |
| Binary | 10010101 | 1111000 | 11101101 | 100101 | 110001 | 0 | 111 | 11111111 | 1001100 | 1000110 |
Color Harmonies of #9578ED
Complementary color
Monochromatic Colors of #9578ED
Black with #9578ED
Text Example
Text Example
White with #9578ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9578ED; }
p { color: rgb(149,120,237); }
H1.HeaderClassName
{
color: #9578ED;
}
.AnyTagClassName
{
color: #9578ED;
}
</style>
background-color css
<style>
a { background-color: #9578ED; }
a { background-color: rgb(149,120,237); }
div.DivClassName
{
background-color: #9578ED;
}
.BgClassName
{
background-color: #9578ED;
}
</style>
border-color css
<style>
span { border-color: #9578ED; }
span { border-color: rgb(149,120,237); }
td.TdClassName
{
border-color: #9578ED;
}
.TagClassName
{
border-color: #9578ED;
}
</style>