Shades of Medium Purple #9572EC
Tints of Medium Purple #9572EC
RGB
CMYK
RGB Variations
Color information
#9572EC (or 0x9572EC) is known color: Medium Purple. HEX triplet: 95, 72 and EC. RGB value is (149,114,236). Sum of RGB (Red+Green+Blue) = 149+114+236=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #9572EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9572EC is #6A8D13. Grayscale: #898989. Windows color (decimal): -6982932 or 15495829. OLE color: 15495829.
HSL color Cylindrical-coordinate representation of color #9572EC: hue angle of 257.21º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9572EC is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 114 | 236 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.07 |
| HSL | 257.21º | 0.76% | 0.69% | - |
| HSV(B) | 257.21º | 0.52% | 0.93% | - |
| XYZ | 33.55 | 24.48 | 82.31 | - |
| YUV | 138.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 236 | 0.37 | 0.52 | 0 | 0.07 | 257.21 | 0.76 | 0.69 |
| Hex | 95 | 72 | EC | 25 | 34 | 0 | 7 | 101 | 4C | 45 |
| Octal | 225 | 162 | 354 | 45 | 64 | 0 | 7 | 401 | 114 | 105 |
| Binary | 10010101 | 1110010 | 11101100 | 100101 | 110100 | 0 | 111 | 100000001 | 1001100 | 1000101 |
Color Harmonies of #9572EC
Complementary color
Monochromatic Colors of #9572EC
Black with #9572EC
Text Example
Text Example
White with #9572EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9572EC; }
p { color: rgb(149,114,236); }
H1.HeaderClassName
{
color: #9572EC;
}
.AnyTagClassName
{
color: #9572EC;
}
</style>
background-color css
<style>
a { background-color: #9572EC; }
a { background-color: rgb(149,114,236); }
div.DivClassName
{
background-color: #9572EC;
}
.BgClassName
{
background-color: #9572EC;
}
</style>
border-color css
<style>
span { border-color: #9572EC; }
span { border-color: rgb(149,114,236); }
td.TdClassName
{
border-color: #9572EC;
}
.TagClassName
{
border-color: #9572EC;
}
</style>