Shades of Medium Purple #9571E0
Tints of Medium Purple #9571E0
RGB
CMYK
RGB Variations
Color information
#9571E0 (or 0x9571E0) is known color: Medium Purple. HEX triplet: 95, 71 and E0. RGB value is (149,113,224). Sum of RGB (Red+Green+Blue) = 149+113+224=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #9571E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571E0 is #6A8E1F. Grayscale: #888888. Windows color (decimal): -6983200 or 14709141. OLE color: 14709141.
HSL color Cylindrical-coordinate representation of color #9571E0: hue angle of 259.46º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9571E0 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 113 | 224 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.12 |
| HSL | 259.46º | 0.64% | 0.66% | - |
| HSV(B) | 259.46º | 0.5% | 0.88% | - |
| XYZ | 31.75 | 23.58 | 73.4 | - |
| YUV | 136.42 | 177.43 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 224 | 0.33 | 0.50 | 0 | 0.12 | 259.46 | 0.64 | 0.66 |
| Hex | 95 | 71 | E0 | 21 | 32 | 0 | C | 103 | 40 | 42 |
| Octal | 225 | 161 | 340 | 41 | 62 | 0 | 14 | 403 | 100 | 102 |
| Binary | 10010101 | 1110001 | 11100000 | 100001 | 110010 | 0 | 1100 | 100000011 | 1000000 | 1000010 |
Color Harmonies of #9571E0
Complementary color
Monochromatic Colors of #9571E0
Black with #9571E0
Text Example
Text Example
White with #9571E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9571E0; }
p { color: rgb(149,113,224); }
H1.HeaderClassName
{
color: #9571E0;
}
.AnyTagClassName
{
color: #9571E0;
}
</style>
background-color css
<style>
a { background-color: #9571E0; }
a { background-color: rgb(149,113,224); }
div.DivClassName
{
background-color: #9571E0;
}
.BgClassName
{
background-color: #9571E0;
}
</style>
border-color css
<style>
span { border-color: #9571E0; }
span { border-color: rgb(149,113,224); }
td.TdClassName
{
border-color: #9571E0;
}
.TagClassName
{
border-color: #9571E0;
}
</style>