Shades of Medium Purple #906ADD
Tints of Medium Purple #906ADD
RGB
CMYK
RGB Variations
Color information
#906ADD (or 0x906ADD) is known color: Medium Purple. HEX triplet: 90, 6A and DD. RGB value is (144,106,221). Sum of RGB (Red+Green+Blue) = 144+106+221=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #906ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ADD is #6F9522. Grayscale: #828282. Windows color (decimal): -7312675 or 14510736. OLE color: 14510736.
HSL color Cylindrical-coordinate representation of color #906ADD: hue angle of 259.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #906ADD is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 106 | 221 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.13 |
| HSL | 259.83º | 0.63% | 0.64% | - |
| HSV(B) | 259.83º | 0.52% | 0.87% | - |
| XYZ | 29.71 | 21.46 | 70.98 | - |
| YUV | 130.47 | 179.09 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 221 | 0.35 | 0.52 | 0 | 0.13 | 259.83 | 0.63 | 0.64 |
| Hex | 90 | 6A | DD | 23 | 34 | 0 | D | 104 | 3F | 40 |
| Octal | 220 | 152 | 335 | 43 | 64 | 0 | 15 | 404 | 77 | 100 |
| Binary | 10010000 | 1101010 | 11011101 | 100011 | 110100 | 0 | 1101 | 100000100 | 111111 | 1000000 |
Color Harmonies of #906ADD
Complementary color
Monochromatic Colors of #906ADD
Black with #906ADD
Text Example
Text Example
White with #906ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906ADD; }
p { color: rgb(144,106,221); }
H1.HeaderClassName
{
color: #906ADD;
}
.AnyTagClassName
{
color: #906ADD;
}
</style>
background-color css
<style>
a { background-color: #906ADD; }
a { background-color: rgb(144,106,221); }
div.DivClassName
{
background-color: #906ADD;
}
.BgClassName
{
background-color: #906ADD;
}
</style>
border-color css
<style>
span { border-color: #906ADD; }
span { border-color: rgb(144,106,221); }
td.TdClassName
{
border-color: #906ADD;
}
.TagClassName
{
border-color: #906ADD;
}
</style>