Shades of Medium Purple #9061DF
Tints of Medium Purple #9061DF
RGB
CMYK
RGB Variations
Color information
#9061DF (or 0x9061DF) is known color: Medium Purple. HEX triplet: 90, 61 and DF. RGB value is (144,97,223). Sum of RGB (Red+Green+Blue) = 144+97+223=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #9061DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061DF is #6F9E20. Grayscale: #7C7C7C. Windows color (decimal): -7314977 or 14639504. OLE color: 14639504.
HSL color Cylindrical-coordinate representation of color #9061DF: hue angle of 262.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9061DF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 97 | 223 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.13 |
| HSL | 262.38º | 0.66% | 0.63% | - |
| HSV(B) | 262.38º | 0.57% | 0.87% | - |
| XYZ | 29.1 | 19.81 | 72.1 | - |
| YUV | 125.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 223 | 0.35 | 0.57 | 0 | 0.13 | 262.38 | 0.66 | 0.63 |
| Hex | 90 | 61 | DF | 23 | 39 | 0 | D | 106 | 42 | 3F |
| Octal | 220 | 141 | 337 | 43 | 71 | 0 | 15 | 406 | 102 | 77 |
| Binary | 10010000 | 1100001 | 11011111 | 100011 | 111001 | 0 | 1101 | 100000110 | 1000010 | 111111 |
Color Harmonies of #9061DF
Complementary color
Monochromatic Colors of #9061DF
Black with #9061DF
Text Example
Text Example
White with #9061DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9061DF; }
p { color: rgb(144,97,223); }
H1.HeaderClassName
{
color: #9061DF;
}
.AnyTagClassName
{
color: #9061DF;
}
</style>
background-color css
<style>
a { background-color: #9061DF; }
a { background-color: rgb(144,97,223); }
div.DivClassName
{
background-color: #9061DF;
}
.BgClassName
{
background-color: #9061DF;
}
</style>
border-color css
<style>
span { border-color: #9061DF; }
span { border-color: rgb(144,97,223); }
td.TdClassName
{
border-color: #9061DF;
}
.TagClassName
{
border-color: #9061DF;
}
</style>