Shades of Medium Purple #906AE0
Tints of Medium Purple #906AE0
RGB
CMYK
RGB Variations
Color information
#906AE0 (or 0x906AE0) is known color: Medium Purple. HEX triplet: 90, 6A and E0. RGB value is (144,106,224). Sum of RGB (Red+Green+Blue) = 144+106+224=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #906AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906AE0 is #6F951F. Grayscale: #828282. Windows color (decimal): -7312672 or 14707344. OLE color: 14707344.
HSL color Cylindrical-coordinate representation of color #906AE0: hue angle of 259.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #906AE0 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 106 | 224 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.12 |
| HSL | 259.32º | 0.66% | 0.65% | - |
| HSV(B) | 259.32º | 0.53% | 0.88% | - |
| XYZ | 30.11 | 21.62 | 73.11 | - |
| YUV | 130.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 224 | 0.36 | 0.53 | 0 | 0.12 | 259.32 | 0.66 | 0.65 |
| Hex | 90 | 6A | E0 | 24 | 35 | 0 | C | 103 | 42 | 41 |
| Octal | 220 | 152 | 340 | 44 | 65 | 0 | 14 | 403 | 102 | 101 |
| Binary | 10010000 | 1101010 | 11100000 | 100100 | 110101 | 0 | 1100 | 100000011 | 1000010 | 1000001 |
Color Harmonies of #906AE0
Complementary color
Monochromatic Colors of #906AE0
Black with #906AE0
Text Example
Text Example
White with #906AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AE0; }
p { color: rgb(144,106,224); }
H1.HeaderClassName
{
color: #906AE0;
}
.AnyTagClassName
{
color: #906AE0;
}
</style>
background-color css
<style>
a { background-color: #906AE0; }
a { background-color: rgb(144,106,224); }
div.DivClassName
{
background-color: #906AE0;
}
.BgClassName
{
background-color: #906AE0;
}
</style>
border-color css
<style>
span { border-color: #906AE0; }
span { border-color: rgb(144,106,224); }
td.TdClassName
{
border-color: #906AE0;
}
.TagClassName
{
border-color: #906AE0;
}
</style>