Shades of Medium Purple #9576D3
Tints of Medium Purple #9576D3
RGB
CMYK
RGB Variations
Color information
#9576D3 (or 0x9576D3) is known color: Medium Purple. HEX triplet: 95, 76 and D3. RGB value is (149,118,211). Sum of RGB (Red+Green+Blue) = 149+118+211=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #9576D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576D3 is #6A892C. Grayscale: #898989. Windows color (decimal): -6981933 or 13858453. OLE color: 13858453.
HSL color Cylindrical-coordinate representation of color #9576D3: hue angle of 260º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9576D3 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 118 | 211 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.17 |
| HSL | 260º | 0.51% | 0.65% | - |
| HSV(B) | 260º | 0.44% | 0.83% | - |
| XYZ | 30.63 | 24.05 | 64.66 | - |
| YUV | 137.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 211 | 0.29 | 0.44 | 0 | 0.17 | 260 | 0.51 | 0.65 |
| Hex | 95 | 76 | D3 | 1D | 2C | 0 | 11 | 104 | 33 | 41 |
| Octal | 225 | 166 | 323 | 35 | 54 | 0 | 21 | 404 | 63 | 101 |
| Binary | 10010101 | 1110110 | 11010011 | 11101 | 101100 | 0 | 10001 | 100000100 | 110011 | 1000001 |
Color Harmonies of #9576D3
Complementary color
Monochromatic Colors of #9576D3
Black with #9576D3
Text Example
Text Example
White with #9576D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9576D3; }
p { color: rgb(149,118,211); }
H1.HeaderClassName
{
color: #9576D3;
}
.AnyTagClassName
{
color: #9576D3;
}
</style>
background-color css
<style>
a { background-color: #9576D3; }
a { background-color: rgb(149,118,211); }
div.DivClassName
{
background-color: #9576D3;
}
.BgClassName
{
background-color: #9576D3;
}
</style>
border-color css
<style>
span { border-color: #9576D3; }
span { border-color: rgb(149,118,211); }
td.TdClassName
{
border-color: #9576D3;
}
.TagClassName
{
border-color: #9576D3;
}
</style>