Shades of Medium Purple #9064DF
Tints of Medium Purple #9064DF
RGB
CMYK
RGB Variations
Color information
#9064DF (or 0x9064DF) is known color: Medium Purple. HEX triplet: 90, 64 and DF. RGB value is (144,100,223). Sum of RGB (Red+Green+Blue) = 144+100+223=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #9064DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9064DF is #6F9B20. Grayscale: #7E7E7E. Windows color (decimal): -7314209 or 14640272. OLE color: 14640272.
HSL color Cylindrical-coordinate representation of color #9064DF: hue angle of 261.46º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9064DF is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 100 | 223 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.13 |
| HSL | 261.46º | 0.66% | 0.63% | - |
| HSV(B) | 261.46º | 0.55% | 0.87% | - |
| XYZ | 29.38 | 20.37 | 72.2 | - |
| YUV | 127.18 | 182.08 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 223 | 0.35 | 0.55 | 0 | 0.13 | 261.46 | 0.66 | 0.63 |
| Hex | 90 | 64 | DF | 23 | 37 | 0 | D | 105 | 42 | 3F |
| Octal | 220 | 144 | 337 | 43 | 67 | 0 | 15 | 405 | 102 | 77 |
| Binary | 10010000 | 1100100 | 11011111 | 100011 | 110111 | 0 | 1101 | 100000101 | 1000010 | 111111 |
Color Harmonies of #9064DF
Complementary color
Monochromatic Colors of #9064DF
Black with #9064DF
Text Example
Text Example
White with #9064DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9064DF; }
p { color: rgb(144,100,223); }
H1.HeaderClassName
{
color: #9064DF;
}
.AnyTagClassName
{
color: #9064DF;
}
</style>
background-color css
<style>
a { background-color: #9064DF; }
a { background-color: rgb(144,100,223); }
div.DivClassName
{
background-color: #9064DF;
}
.BgClassName
{
background-color: #9064DF;
}
</style>
border-color css
<style>
span { border-color: #9064DF; }
span { border-color: rgb(144,100,223); }
td.TdClassName
{
border-color: #9064DF;
}
.TagClassName
{
border-color: #9064DF;
}
</style>