Shades of Medium Purple #9572EF
Tints of Medium Purple #9572EF
RGB
CMYK
RGB Variations
Color information
#9572EF (or 0x9572EF) is known color: Medium Purple. HEX triplet: 95, 72 and EF. RGB value is (149,114,239). Sum of RGB (Red+Green+Blue) = 149+114+239=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #9572EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9572EF is #6A8D10. Grayscale: #8A8A8A. Windows color (decimal): -6982929 or 15692437. OLE color: 15692437.
HSL color Cylindrical-coordinate representation of color #9572EF: hue angle of 256.8º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9572EF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 114 | 239 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.06 |
| HSL | 256.8º | 0.8% | 0.69% | - |
| HSV(B) | 256.8º | 0.52% | 0.94% | - |
| XYZ | 33.99 | 24.66 | 84.63 | - |
| YUV | 138.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 239 | 0.38 | 0.52 | 0 | 0.06 | 256.8 | 0.8 | 0.69 |
| Hex | 95 | 72 | EF | 26 | 34 | 0 | 6 | 101 | 50 | 45 |
| Octal | 225 | 162 | 357 | 46 | 64 | 0 | 6 | 401 | 120 | 105 |
| Binary | 10010101 | 1110010 | 11101111 | 100110 | 110100 | 0 | 110 | 100000001 | 1010000 | 1000101 |
Color Harmonies of #9572EF
Complementary color
Monochromatic Colors of #9572EF
Black with #9572EF
Text Example
Text Example
White with #9572EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9572EF; }
p { color: rgb(149,114,239); }
H1.HeaderClassName
{
color: #9572EF;
}
.AnyTagClassName
{
color: #9572EF;
}
</style>
background-color css
<style>
a { background-color: #9572EF; }
a { background-color: rgb(149,114,239); }
div.DivClassName
{
background-color: #9572EF;
}
.BgClassName
{
background-color: #9572EF;
}
</style>
border-color css
<style>
span { border-color: #9572EF; }
span { border-color: rgb(149,114,239); }
td.TdClassName
{
border-color: #9572EF;
}
.TagClassName
{
border-color: #9572EF;
}
</style>