Shades of Medium Purple #9069DF
Tints of Medium Purple #9069DF
RGB
CMYK
RGB Variations
Color information
#9069DF (or 0x9069DF) is known color: Medium Purple. HEX triplet: 90, 69 and DF. RGB value is (144,105,223). Sum of RGB (Red+Green+Blue) = 144+105+223=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #9069DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069DF is #6F9620. Grayscale: #818181. Windows color (decimal): -7312929 or 14641552. OLE color: 14641552.
HSL color Cylindrical-coordinate representation of color #9069DF: hue angle of 259.83º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9069DF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 105 | 223 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.13 |
| HSL | 259.83º | 0.65% | 0.64% | - |
| HSV(B) | 259.83º | 0.53% | 0.87% | - |
| XYZ | 29.87 | 21.36 | 72.36 | - |
| YUV | 130.11 | 180.42 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 223 | 0.35 | 0.53 | 0 | 0.13 | 259.83 | 0.65 | 0.64 |
| Hex | 90 | 69 | DF | 23 | 35 | 0 | D | 104 | 41 | 40 |
| Octal | 220 | 151 | 337 | 43 | 65 | 0 | 15 | 404 | 101 | 100 |
| Binary | 10010000 | 1101001 | 11011111 | 100011 | 110101 | 0 | 1101 | 100000100 | 1000001 | 1000000 |
Color Harmonies of #9069DF
Complementary color
Monochromatic Colors of #9069DF
Black with #9069DF
Text Example
Text Example
White with #9069DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069DF; }
p { color: rgb(144,105,223); }
H1.HeaderClassName
{
color: #9069DF;
}
.AnyTagClassName
{
color: #9069DF;
}
</style>
background-color css
<style>
a { background-color: #9069DF; }
a { background-color: rgb(144,105,223); }
div.DivClassName
{
background-color: #9069DF;
}
.BgClassName
{
background-color: #9069DF;
}
</style>
border-color css
<style>
span { border-color: #9069DF; }
span { border-color: rgb(144,105,223); }
td.TdClassName
{
border-color: #9069DF;
}
.TagClassName
{
border-color: #9069DF;
}
</style>