Shades of Medium Purple #906ADA
Tints of Medium Purple #906ADA
RGB
CMYK
RGB Variations
Color information
#906ADA (or 0x906ADA) is known color: Medium Purple. HEX triplet: 90, 6A and DA. RGB value is (144,106,218). Sum of RGB (Red+Green+Blue) = 144+106+218=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #906ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ADA is #6F9525. Grayscale: #818181. Windows color (decimal): -7312678 or 14314128. OLE color: 14314128.
HSL color Cylindrical-coordinate representation of color #906ADA: hue angle of 260.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #906ADA is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 106 | 218 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.15 |
| HSL | 260.36º | 0.6% | 0.64% | - |
| HSV(B) | 260.36º | 0.51% | 0.85% | - |
| XYZ | 29.31 | 21.3 | 68.9 | - |
| YUV | 130.13 | 177.59 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 218 | 0.34 | 0.51 | 0 | 0.15 | 260.36 | 0.6 | 0.64 |
| Hex | 90 | 6A | DA | 22 | 33 | 0 | F | 104 | 3C | 40 |
| Octal | 220 | 152 | 332 | 42 | 63 | 0 | 17 | 404 | 74 | 100 |
| Binary | 10010000 | 1101010 | 11011010 | 100010 | 110011 | 0 | 1111 | 100000100 | 111100 | 1000000 |
Color Harmonies of #906ADA
Complementary color
Monochromatic Colors of #906ADA
Black with #906ADA
Text Example
Text Example
White with #906ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906ADA; }
p { color: rgb(144,106,218); }
H1.HeaderClassName
{
color: #906ADA;
}
.AnyTagClassName
{
color: #906ADA;
}
</style>
background-color css
<style>
a { background-color: #906ADA; }
a { background-color: rgb(144,106,218); }
div.DivClassName
{
background-color: #906ADA;
}
.BgClassName
{
background-color: #906ADA;
}
</style>
border-color css
<style>
span { border-color: #906ADA; }
span { border-color: rgb(144,106,218); }
td.TdClassName
{
border-color: #906ADA;
}
.TagClassName
{
border-color: #906ADA;
}
</style>