Shades of Medium Purple #9576DA
Tints of Medium Purple #9576DA
RGB
CMYK
RGB Variations
Color information
#9576DA (or 0x9576DA) is known color: Medium Purple. HEX triplet: 95, 76 and DA. RGB value is (149,118,218). Sum of RGB (Red+Green+Blue) = 149+118+218=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #9576DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576DA is #6A8925. Grayscale: #8A8A8A. Windows color (decimal): -6981926 or 14317205. OLE color: 14317205.
HSL color Cylindrical-coordinate representation of color #9576DA: hue angle of 258.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9576DA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 118 | 218 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.15 |
| HSL | 258.6º | 0.57% | 0.66% | - |
| HSV(B) | 258.6º | 0.46% | 0.85% | - |
| XYZ | 31.53 | 24.41 | 69.38 | - |
| YUV | 138.67 | 172.77 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 218 | 0.32 | 0.46 | 0 | 0.15 | 258.6 | 0.57 | 0.66 |
| Hex | 95 | 76 | DA | 20 | 2E | 0 | F | 103 | 39 | 42 |
| Octal | 225 | 166 | 332 | 40 | 56 | 0 | 17 | 403 | 71 | 102 |
| Binary | 10010101 | 1110110 | 11011010 | 100000 | 101110 | 0 | 1111 | 100000011 | 111001 | 1000010 |
Color Harmonies of #9576DA
Complementary color
Monochromatic Colors of #9576DA
Black with #9576DA
Text Example
Text Example
White with #9576DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9576DA; }
p { color: rgb(149,118,218); }
H1.HeaderClassName
{
color: #9576DA;
}
.AnyTagClassName
{
color: #9576DA;
}
</style>
background-color css
<style>
a { background-color: #9576DA; }
a { background-color: rgb(149,118,218); }
div.DivClassName
{
background-color: #9576DA;
}
.BgClassName
{
background-color: #9576DA;
}
</style>
border-color css
<style>
span { border-color: #9576DA; }
span { border-color: rgb(149,118,218); }
td.TdClassName
{
border-color: #9576DA;
}
.TagClassName
{
border-color: #9576DA;
}
</style>