Shades of Medium Purple #906AD4
Tints of Medium Purple #906AD4
RGB
CMYK
RGB Variations
Color information
#906AD4 (or 0x906AD4) is known color: Medium Purple. HEX triplet: 90, 6A and D4. RGB value is (144,106,212). Sum of RGB (Red+Green+Blue) = 144+106+212=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #906AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906AD4 is #6F952B. Grayscale: #818181. Windows color (decimal): -7312684 or 13920912. OLE color: 13920912.
HSL color Cylindrical-coordinate representation of color #906AD4: hue angle of 261.51º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #906AD4 is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 106 | 212 | - |
| CMYK | 0.32 | 0.5 | 0 | 0.17 |
| HSL | 261.51º | 0.55% | 0.62% | - |
| HSV(B) | 261.51º | 0.5% | 0.83% | - |
| XYZ | 28.54 | 20.99 | 64.83 | - |
| YUV | 129.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 212 | 0.32 | 0.5 | 0 | 0.17 | 261.51 | 0.55 | 0.62 |
| Hex | 90 | 6A | D4 | 20 | 32 | 0 | 11 | 106 | 37 | 3E |
| Octal | 220 | 152 | 324 | 40 | 62 | 0 | 21 | 406 | 67 | 76 |
| Binary | 10010000 | 1101010 | 11010100 | 100000 | 110010 | 0 | 10001 | 100000110 | 110111 | 111110 |
Color Harmonies of #906AD4
Complementary color
Monochromatic Colors of #906AD4
Black with #906AD4
Text Example
Text Example
White with #906AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AD4; }
p { color: rgb(144,106,212); }
H1.HeaderClassName
{
color: #906AD4;
}
.AnyTagClassName
{
color: #906AD4;
}
</style>
background-color css
<style>
a { background-color: #906AD4; }
a { background-color: rgb(144,106,212); }
div.DivClassName
{
background-color: #906AD4;
}
.BgClassName
{
background-color: #906AD4;
}
</style>
border-color css
<style>
span { border-color: #906AD4; }
span { border-color: rgb(144,106,212); }
td.TdClassName
{
border-color: #906AD4;
}
.TagClassName
{
border-color: #906AD4;
}
</style>