Shades of Medium Purple #9062F0
Tints of Medium Purple #9062F0
RGB
CMYK
RGB Variations
Color information
#9062F0 (or 0x9062F0) is known color: Medium Purple. HEX triplet: 90, 62 and F0. RGB value is (144,98,240). Sum of RGB (Red+Green+Blue) = 144+98+240=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #9062F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9062F0 is #6F9D0F. Grayscale: #7F7F7F. Windows color (decimal): -7314704 or 15753872. OLE color: 15753872.
HSL color Cylindrical-coordinate representation of color #9062F0: hue angle of 259.44º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9062F0 is Cyan = 0.4, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 98 | 240 | - |
| CMYK | 0.4 | 0.59 | 0 | 0.06 |
| HSL | 259.44º | 0.83% | 0.66% | - |
| HSV(B) | 259.44º | 0.59% | 0.94% | - |
| XYZ | 31.6 | 20.96 | 84.82 | - |
| YUV | 127.94 | 191.24 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 240 | 0.4 | 0.59 | 0 | 0.06 | 259.44 | 0.83 | 0.66 |
| Hex | 90 | 62 | F0 | 28 | 3B | 0 | 6 | 103 | 53 | 42 |
| Octal | 220 | 142 | 360 | 50 | 73 | 0 | 6 | 403 | 123 | 102 |
| Binary | 10010000 | 1100010 | 11110000 | 101000 | 111011 | 0 | 110 | 100000011 | 1010011 | 1000010 |
Color Harmonies of #9062F0
Complementary color
Monochromatic Colors of #9062F0
Black with #9062F0
Text Example
Text Example
White with #9062F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9062F0; }
p { color: rgb(144,98,240); }
H1.HeaderClassName
{
color: #9062F0;
}
.AnyTagClassName
{
color: #9062F0;
}
</style>
background-color css
<style>
a { background-color: #9062F0; }
a { background-color: rgb(144,98,240); }
div.DivClassName
{
background-color: #9062F0;
}
.BgClassName
{
background-color: #9062F0;
}
</style>
border-color css
<style>
span { border-color: #9062F0; }
span { border-color: rgb(144,98,240); }
td.TdClassName
{
border-color: #9062F0;
}
.TagClassName
{
border-color: #9062F0;
}
</style>