Shades of Medium Purple #906ADB
Tints of Medium Purple #906ADB
RGB
CMYK
RGB Variations
Color information
#906ADB (or 0x906ADB) is known color: Medium Purple. HEX triplet: 90, 6A and DB. RGB value is (144,106,219). Sum of RGB (Red+Green+Blue) = 144+106+219=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #906ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ADB is #6F9524. Grayscale: #818181. Windows color (decimal): -7312677 or 14379664. OLE color: 14379664.
HSL color Cylindrical-coordinate representation of color #906ADB: hue angle of 260.18º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #906ADB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 106 | 219 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.14 |
| HSL | 260.18º | 0.61% | 0.64% | - |
| HSV(B) | 260.18º | 0.52% | 0.86% | - |
| XYZ | 29.44 | 21.35 | 69.59 | - |
| YUV | 130.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 219 | 0.34 | 0.52 | 0 | 0.14 | 260.18 | 0.61 | 0.64 |
| Hex | 90 | 6A | DB | 22 | 34 | 0 | E | 104 | 3D | 40 |
| Octal | 220 | 152 | 333 | 42 | 64 | 0 | 16 | 404 | 75 | 100 |
| Binary | 10010000 | 1101010 | 11011011 | 100010 | 110100 | 0 | 1110 | 100000100 | 111101 | 1000000 |
Color Harmonies of #906ADB
Complementary color
Monochromatic Colors of #906ADB
Black with #906ADB
Text Example
Text Example
White with #906ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906ADB; }
p { color: rgb(144,106,219); }
H1.HeaderClassName
{
color: #906ADB;
}
.AnyTagClassName
{
color: #906ADB;
}
</style>
background-color css
<style>
a { background-color: #906ADB; }
a { background-color: rgb(144,106,219); }
div.DivClassName
{
background-color: #906ADB;
}
.BgClassName
{
background-color: #906ADB;
}
</style>
border-color css
<style>
span { border-color: #906ADB; }
span { border-color: rgb(144,106,219); }
td.TdClassName
{
border-color: #906ADB;
}
.TagClassName
{
border-color: #906ADB;
}
</style>