Shades of Medium Purple #9569DF
Tints of Medium Purple #9569DF
RGB
CMYK
RGB Variations
Color information
#9569DF (or 0x9569DF) is known color: Medium Purple. HEX triplet: 95, 69 and DF. RGB value is (149,105,223). Sum of RGB (Red+Green+Blue) = 149+105+223=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #9569DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569DF is #6A9620. Grayscale: #838383. Windows color (decimal): -6985249 or 14641557. OLE color: 14641557.
HSL color Cylindrical-coordinate representation of color #9569DF: hue angle of 262.37º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9569DF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 105 | 223 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.13 |
| HSL | 262.37º | 0.65% | 0.64% | - |
| HSV(B) | 262.37º | 0.53% | 0.87% | - |
| XYZ | 30.77 | 21.82 | 72.4 | - |
| YUV | 131.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 223 | 0.33 | 0.53 | 0 | 0.13 | 262.37 | 0.65 | 0.64 |
| Hex | 95 | 69 | DF | 21 | 35 | 0 | D | 106 | 41 | 40 |
| Octal | 225 | 151 | 337 | 41 | 65 | 0 | 15 | 406 | 101 | 100 |
| Binary | 10010101 | 1101001 | 11011111 | 100001 | 110101 | 0 | 1101 | 100000110 | 1000001 | 1000000 |
Color Harmonies of #9569DF
Complementary color
Monochromatic Colors of #9569DF
Black with #9569DF
Text Example
Text Example
White with #9569DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569DF; }
p { color: rgb(149,105,223); }
H1.HeaderClassName
{
color: #9569DF;
}
.AnyTagClassName
{
color: #9569DF;
}
</style>
background-color css
<style>
a { background-color: #9569DF; }
a { background-color: rgb(149,105,223); }
div.DivClassName
{
background-color: #9569DF;
}
.BgClassName
{
background-color: #9569DF;
}
</style>
border-color css
<style>
span { border-color: #9569DF; }
span { border-color: rgb(149,105,223); }
td.TdClassName
{
border-color: #9569DF;
}
.TagClassName
{
border-color: #9569DF;
}
</style>