Shades of Medium Purple #9563DF
Tints of Medium Purple #9563DF
RGB
CMYK
RGB Variations
Color information
#9563DF (or 0x9563DF) is known color: Medium Purple. HEX triplet: 95, 63 and DF. RGB value is (149,99,223). Sum of RGB (Red+Green+Blue) = 149+99+223=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #9563DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563DF is #6A9C20. Grayscale: #7F7F7F. Windows color (decimal): -6986785 or 14640021. OLE color: 14640021.
HSL color Cylindrical-coordinate representation of color #9563DF: hue angle of 264.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9563DF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 99 | 223 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.13 |
| HSL | 264.19º | 0.66% | 0.63% | - |
| HSV(B) | 264.19º | 0.56% | 0.87% | - |
| XYZ | 30.18 | 20.64 | 72.21 | - |
| YUV | 128.09 | 181.57 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 223 | 0.33 | 0.56 | 0 | 0.13 | 264.19 | 0.66 | 0.63 |
| Hex | 95 | 63 | DF | 21 | 38 | 0 | D | 108 | 42 | 3F |
| Octal | 225 | 143 | 337 | 41 | 70 | 0 | 15 | 410 | 102 | 77 |
| Binary | 10010101 | 1100011 | 11011111 | 100001 | 111000 | 0 | 1101 | 100001000 | 1000010 | 111111 |
Color Harmonies of #9563DF
Complementary color
Monochromatic Colors of #9563DF
Black with #9563DF
Text Example
Text Example
White with #9563DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9563DF; }
p { color: rgb(149,99,223); }
H1.HeaderClassName
{
color: #9563DF;
}
.AnyTagClassName
{
color: #9563DF;
}
</style>
background-color css
<style>
a { background-color: #9563DF; }
a { background-color: rgb(149,99,223); }
div.DivClassName
{
background-color: #9563DF;
}
.BgClassName
{
background-color: #9563DF;
}
</style>
border-color css
<style>
span { border-color: #9563DF; }
span { border-color: rgb(149,99,223); }
td.TdClassName
{
border-color: #9563DF;
}
.TagClassName
{
border-color: #9563DF;
}
</style>