Shades of Medium Purple #9574DD
Tints of Medium Purple #9574DD
RGB
CMYK
RGB Variations
Color information
#9574DD (or 0x9574DD) is known color: Medium Purple. HEX triplet: 95, 74 and DD. RGB value is (149,116,221). Sum of RGB (Red+Green+Blue) = 149+116+221=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9574DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9574DD is #6A8B22. Grayscale: #898989. Windows color (decimal): -6982435 or 14513301. OLE color: 14513301.
HSL color Cylindrical-coordinate representation of color #9574DD: hue angle of 258.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9574DD is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 116 | 221 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.13 |
| HSL | 258.86º | 0.61% | 0.66% | - |
| HSV(B) | 258.86º | 0.48% | 0.87% | - |
| XYZ | 31.69 | 24.1 | 71.39 | - |
| YUV | 137.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 221 | 0.33 | 0.48 | 0 | 0.13 | 258.86 | 0.61 | 0.66 |
| Hex | 95 | 74 | DD | 21 | 30 | 0 | D | 103 | 3D | 42 |
| Octal | 225 | 164 | 335 | 41 | 60 | 0 | 15 | 403 | 75 | 102 |
| Binary | 10010101 | 1110100 | 11011101 | 100001 | 110000 | 0 | 1101 | 100000011 | 111101 | 1000010 |
Color Harmonies of #9574DD
Complementary color
Monochromatic Colors of #9574DD
Black with #9574DD
Text Example
Text Example
White with #9574DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9574DD; }
p { color: rgb(149,116,221); }
H1.HeaderClassName
{
color: #9574DD;
}
.AnyTagClassName
{
color: #9574DD;
}
</style>
background-color css
<style>
a { background-color: #9574DD; }
a { background-color: rgb(149,116,221); }
div.DivClassName
{
background-color: #9574DD;
}
.BgClassName
{
background-color: #9574DD;
}
</style>
border-color css
<style>
span { border-color: #9574DD; }
span { border-color: rgb(149,116,221); }
td.TdClassName
{
border-color: #9574DD;
}
.TagClassName
{
border-color: #9574DD;
}
</style>