Shades of Medium Purple #9565DF
Tints of Medium Purple #9565DF
RGB
CMYK
RGB Variations
Color information
#9565DF (or 0x9565DF) is known color: Medium Purple. HEX triplet: 95, 65 and DF. RGB value is (149,101,223). Sum of RGB (Red+Green+Blue) = 149+101+223=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #9565DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565DF is #6A9A20. Grayscale: #808080. Windows color (decimal): -6986273 or 14640533. OLE color: 14640533.
HSL color Cylindrical-coordinate representation of color #9565DF: hue angle of 263.61º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9565DF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 101 | 223 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.13 |
| HSL | 263.61º | 0.66% | 0.64% | - |
| HSV(B) | 263.61º | 0.55% | 0.87% | - |
| XYZ | 30.37 | 21.02 | 72.27 | - |
| YUV | 129.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 223 | 0.33 | 0.55 | 0 | 0.13 | 263.61 | 0.66 | 0.64 |
| Hex | 95 | 65 | DF | 21 | 37 | 0 | D | 108 | 42 | 40 |
| Octal | 225 | 145 | 337 | 41 | 67 | 0 | 15 | 410 | 102 | 100 |
| Binary | 10010101 | 1100101 | 11011111 | 100001 | 110111 | 0 | 1101 | 100001000 | 1000010 | 1000000 |
Color Harmonies of #9565DF
Complementary color
Monochromatic Colors of #9565DF
Black with #9565DF
Text Example
Text Example
White with #9565DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9565DF; }
p { color: rgb(149,101,223); }
H1.HeaderClassName
{
color: #9565DF;
}
.AnyTagClassName
{
color: #9565DF;
}
</style>
background-color css
<style>
a { background-color: #9565DF; }
a { background-color: rgb(149,101,223); }
div.DivClassName
{
background-color: #9565DF;
}
.BgClassName
{
background-color: #9565DF;
}
</style>
border-color css
<style>
span { border-color: #9565DF; }
span { border-color: rgb(149,101,223); }
td.TdClassName
{
border-color: #9565DF;
}
.TagClassName
{
border-color: #9565DF;
}
</style>