Shades of Medium Purple #906AEC
Tints of Medium Purple #906AEC
RGB
CMYK
RGB Variations
Color information
#906AEC (or 0x906AEC) is known color: Medium Purple. HEX triplet: 90, 6A and EC. RGB value is (144,106,236). Sum of RGB (Red+Green+Blue) = 144+106+236=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #906AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906AEC is #6F9513. Grayscale: #838383. Windows color (decimal): -7312660 or 15493776. OLE color: 15493776.
HSL color Cylindrical-coordinate representation of color #906AEC: hue angle of 257.54º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #906AEC is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 106 | 236 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.07 |
| HSL | 257.54º | 0.77% | 0.67% | - |
| HSV(B) | 257.54º | 0.55% | 0.93% | - |
| XYZ | 31.8 | 22.29 | 81.98 | - |
| YUV | 132.18 | 186.59 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 236 | 0.39 | 0.55 | 0 | 0.07 | 257.54 | 0.77 | 0.67 |
| Hex | 90 | 6A | EC | 27 | 37 | 0 | 7 | 102 | 4D | 43 |
| Octal | 220 | 152 | 354 | 47 | 67 | 0 | 7 | 402 | 115 | 103 |
| Binary | 10010000 | 1101010 | 11101100 | 100111 | 110111 | 0 | 111 | 100000010 | 1001101 | 1000011 |
Color Harmonies of #906AEC
Complementary color
Monochromatic Colors of #906AEC
Black with #906AEC
Text Example
Text Example
White with #906AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AEC; }
p { color: rgb(144,106,236); }
H1.HeaderClassName
{
color: #906AEC;
}
.AnyTagClassName
{
color: #906AEC;
}
</style>
background-color css
<style>
a { background-color: #906AEC; }
a { background-color: rgb(144,106,236); }
div.DivClassName
{
background-color: #906AEC;
}
.BgClassName
{
background-color: #906AEC;
}
</style>
border-color css
<style>
span { border-color: #906AEC; }
span { border-color: rgb(144,106,236); }
td.TdClassName
{
border-color: #906AEC;
}
.TagClassName
{
border-color: #906AEC;
}
</style>