Shades of Medium Purple #906ADF
Tints of Medium Purple #906ADF
RGB
CMYK
RGB Variations
Color information
#906ADF (or 0x906ADF) is known color: Medium Purple. HEX triplet: 90, 6A and DF. RGB value is (144,106,223). Sum of RGB (Red+Green+Blue) = 144+106+223=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #906ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ADF is #6F9520. Grayscale: #828282. Windows color (decimal): -7312673 or 14641808. OLE color: 14641808.
HSL color Cylindrical-coordinate representation of color #906ADF: hue angle of 259.49º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #906ADF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 106 | 223 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.13 |
| HSL | 259.49º | 0.65% | 0.65% | - |
| HSV(B) | 259.49º | 0.52% | 0.87% | - |
| XYZ | 29.97 | 21.57 | 72.39 | - |
| YUV | 130.7 | 180.09 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 223 | 0.35 | 0.52 | 0 | 0.13 | 259.49 | 0.65 | 0.65 |
| Hex | 90 | 6A | DF | 23 | 34 | 0 | D | 103 | 41 | 41 |
| Octal | 220 | 152 | 337 | 43 | 64 | 0 | 15 | 403 | 101 | 101 |
| Binary | 10010000 | 1101010 | 11011111 | 100011 | 110100 | 0 | 1101 | 100000011 | 1000001 | 1000001 |
Color Harmonies of #906ADF
Complementary color
Monochromatic Colors of #906ADF
Black with #906ADF
Text Example
Text Example
White with #906ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906ADF; }
p { color: rgb(144,106,223); }
H1.HeaderClassName
{
color: #906ADF;
}
.AnyTagClassName
{
color: #906ADF;
}
</style>
background-color css
<style>
a { background-color: #906ADF; }
a { background-color: rgb(144,106,223); }
div.DivClassName
{
background-color: #906ADF;
}
.BgClassName
{
background-color: #906ADF;
}
</style>
border-color css
<style>
span { border-color: #906ADF; }
span { border-color: rgb(144,106,223); }
td.TdClassName
{
border-color: #906ADF;
}
.TagClassName
{
border-color: #906ADF;
}
</style>