Shades of Medium Purple #906ADC
Tints of Medium Purple #906ADC
RGB
CMYK
RGB Variations
Color information
#906ADC (or 0x906ADC) is known color: Medium Purple. HEX triplet: 90, 6A and DC. RGB value is (144,106,220). Sum of RGB (Red+Green+Blue) = 144+106+220=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #906ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ADC is #6F9523. Grayscale: #818181. Windows color (decimal): -7312676 or 14445200. OLE color: 14445200.
HSL color Cylindrical-coordinate representation of color #906ADC: hue angle of 260º degrees, saturation: 0.62, 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 #906ADC is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 106 | 220 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.14 |
| HSL | 260º | 0.62% | 0.64% | - |
| HSV(B) | 260º | 0.52% | 0.86% | - |
| XYZ | 29.57 | 21.4 | 70.28 | - |
| YUV | 130.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 220 | 0.35 | 0.52 | 0 | 0.14 | 260 | 0.62 | 0.64 |
| Hex | 90 | 6A | DC | 23 | 34 | 0 | E | 104 | 3E | 40 |
| Octal | 220 | 152 | 334 | 43 | 64 | 0 | 16 | 404 | 76 | 100 |
| Binary | 10010000 | 1101010 | 11011100 | 100011 | 110100 | 0 | 1110 | 100000100 | 111110 | 1000000 |
Color Harmonies of #906ADC
Complementary color
Monochromatic Colors of #906ADC
Black with #906ADC
Text Example
Text Example
White with #906ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906ADC; }
p { color: rgb(144,106,220); }
H1.HeaderClassName
{
color: #906ADC;
}
.AnyTagClassName
{
color: #906ADC;
}
</style>
background-color css
<style>
a { background-color: #906ADC; }
a { background-color: rgb(144,106,220); }
div.DivClassName
{
background-color: #906ADC;
}
.BgClassName
{
background-color: #906ADC;
}
</style>
border-color css
<style>
span { border-color: #906ADC; }
span { border-color: rgb(144,106,220); }
td.TdClassName
{
border-color: #906ADC;
}
.TagClassName
{
border-color: #906ADC;
}
</style>