Shades of Medium Purple #9060DF
Tints of Medium Purple #9060DF
RGB
CMYK
RGB Variations
Color information
#9060DF (or 0x9060DF) is known color: Medium Purple. HEX triplet: 90, 60 and DF. RGB value is (144,96,223). Sum of RGB (Red+Green+Blue) = 144+96+223=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #9060DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060DF is #6F9F20. Grayscale: #7C7C7C. Windows color (decimal): -7315233 or 14639248. OLE color: 14639248.
HSL color Cylindrical-coordinate representation of color #9060DF: hue angle of 262.68º 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 #9060DF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 96 | 223 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.13 |
| HSL | 262.68º | 0.66% | 0.63% | - |
| HSV(B) | 262.68º | 0.57% | 0.87% | - |
| XYZ | 29 | 19.62 | 72.07 | - |
| YUV | 124.83 | 183.4 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 223 | 0.35 | 0.57 | 0 | 0.13 | 262.68 | 0.66 | 0.63 |
| Hex | 90 | 60 | DF | 23 | 39 | 0 | D | 107 | 42 | 3F |
| Octal | 220 | 140 | 337 | 43 | 71 | 0 | 15 | 407 | 102 | 77 |
| Binary | 10010000 | 1100000 | 11011111 | 100011 | 111001 | 0 | 1101 | 100000111 | 1000010 | 111111 |
Color Harmonies of #9060DF
Complementary color
Monochromatic Colors of #9060DF
Black with #9060DF
Text Example
Text Example
White with #9060DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9060DF; }
p { color: rgb(144,96,223); }
H1.HeaderClassName
{
color: #9060DF;
}
.AnyTagClassName
{
color: #9060DF;
}
</style>
background-color css
<style>
a { background-color: #9060DF; }
a { background-color: rgb(144,96,223); }
div.DivClassName
{
background-color: #9060DF;
}
.BgClassName
{
background-color: #9060DF;
}
</style>
border-color css
<style>
span { border-color: #9060DF; }
span { border-color: rgb(144,96,223); }
td.TdClassName
{
border-color: #9060DF;
}
.TagClassName
{
border-color: #9060DF;
}
</style>