Shades of Medium Purple #9572E7
Tints of Medium Purple #9572E7
RGB
CMYK
RGB Variations
Color information
#9572E7 (or 0x9572E7) is known color: Medium Purple. HEX triplet: 95, 72 and E7. RGB value is (149,114,231). Sum of RGB (Red+Green+Blue) = 149+114+231=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #9572E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9572E7 is #6A8D18. Grayscale: #898989. Windows color (decimal): -6982937 or 15168149. OLE color: 15168149.
HSL color Cylindrical-coordinate representation of color #9572E7: hue angle of 257.95º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9572E7 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 114 | 231 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.09 |
| HSL | 257.95º | 0.71% | 0.68% | - |
| HSV(B) | 257.95º | 0.51% | 0.91% | - |
| XYZ | 32.84 | 24.19 | 78.54 | - |
| YUV | 137.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 231 | 0.35 | 0.51 | 0 | 0.09 | 257.95 | 0.71 | 0.68 |
| Hex | 95 | 72 | E7 | 23 | 33 | 0 | 9 | 102 | 47 | 44 |
| Octal | 225 | 162 | 347 | 43 | 63 | 0 | 11 | 402 | 107 | 104 |
| Binary | 10010101 | 1110010 | 11100111 | 100011 | 110011 | 0 | 1001 | 100000010 | 1000111 | 1000100 |
Color Harmonies of #9572E7
Complementary color
Monochromatic Colors of #9572E7
Black with #9572E7
Text Example
Text Example
White with #9572E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9572E7; }
p { color: rgb(149,114,231); }
H1.HeaderClassName
{
color: #9572E7;
}
.AnyTagClassName
{
color: #9572E7;
}
</style>
background-color css
<style>
a { background-color: #9572E7; }
a { background-color: rgb(149,114,231); }
div.DivClassName
{
background-color: #9572E7;
}
.BgClassName
{
background-color: #9572E7;
}
</style>
border-color css
<style>
span { border-color: #9572E7; }
span { border-color: rgb(149,114,231); }
td.TdClassName
{
border-color: #9572E7;
}
.TagClassName
{
border-color: #9572E7;
}
</style>