Shades of Medium Purple #9069F0
Tints of Medium Purple #9069F0
RGB
CMYK
RGB Variations
Color information
#9069F0 (or 0x9069F0) is known color: Medium Purple. HEX triplet: 90, 69 and F0. RGB value is (144,105,240). Sum of RGB (Red+Green+Blue) = 144+105+240=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #9069F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069F0 is #6F960F. Grayscale: #838383. Windows color (decimal): -7312912 or 15755664. OLE color: 15755664.
HSL color Cylindrical-coordinate representation of color #9069F0: hue angle of 257.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9069F0 is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 105 | 240 | - |
| CMYK | 0.4 | 0.56 | 0 | 0.06 |
| HSL | 257.33º | 0.82% | 0.68% | - |
| HSV(B) | 257.33º | 0.56% | 0.94% | - |
| XYZ | 32.28 | 22.32 | 85.05 | - |
| YUV | 132.05 | 188.92 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 240 | 0.4 | 0.56 | 0 | 0.06 | 257.33 | 0.82 | 0.68 |
| Hex | 90 | 69 | F0 | 28 | 38 | 0 | 6 | 101 | 52 | 44 |
| Octal | 220 | 151 | 360 | 50 | 70 | 0 | 6 | 401 | 122 | 104 |
| Binary | 10010000 | 1101001 | 11110000 | 101000 | 111000 | 0 | 110 | 100000001 | 1010010 | 1000100 |
Color Harmonies of #9069F0
Complementary color
Monochromatic Colors of #9069F0
Black with #9069F0
Text Example
Text Example
White with #9069F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069F0; }
p { color: rgb(144,105,240); }
H1.HeaderClassName
{
color: #9069F0;
}
.AnyTagClassName
{
color: #9069F0;
}
</style>
background-color css
<style>
a { background-color: #9069F0; }
a { background-color: rgb(144,105,240); }
div.DivClassName
{
background-color: #9069F0;
}
.BgClassName
{
background-color: #9069F0;
}
</style>
border-color css
<style>
span { border-color: #9069F0; }
span { border-color: rgb(144,105,240); }
td.TdClassName
{
border-color: #9069F0;
}
.TagClassName
{
border-color: #9069F0;
}
</style>