Shades of Medium Purple #906CDA
Tints of Medium Purple #906CDA
RGB
CMYK
RGB Variations
Color information
#906CDA (or 0x906CDA) is known color: Medium Purple. HEX triplet: 90, 6C and DA. RGB value is (144,108,218). Sum of RGB (Red+Green+Blue) = 144+108+218=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #906CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CDA is #6F9325. Grayscale: #828282. Windows color (decimal): -7312166 or 14314640. OLE color: 14314640.
HSL color Cylindrical-coordinate representation of color #906CDA: hue angle of 259.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #906CDA is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 108 | 218 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.15 |
| HSL | 259.64º | 0.6% | 0.64% | - |
| HSV(B) | 259.64º | 0.5% | 0.85% | - |
| XYZ | 29.52 | 21.72 | 68.97 | - |
| YUV | 131.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 218 | 0.34 | 0.50 | 0 | 0.15 | 259.64 | 0.6 | 0.64 |
| Hex | 90 | 6C | DA | 22 | 32 | 0 | F | 104 | 3C | 40 |
| Octal | 220 | 154 | 332 | 42 | 62 | 0 | 17 | 404 | 74 | 100 |
| Binary | 10010000 | 1101100 | 11011010 | 100010 | 110010 | 0 | 1111 | 100000100 | 111100 | 1000000 |
Color Harmonies of #906CDA
Complementary color
Monochromatic Colors of #906CDA
Black with #906CDA
Text Example
Text Example
White with #906CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CDA; }
p { color: rgb(144,108,218); }
H1.HeaderClassName
{
color: #906CDA;
}
.AnyTagClassName
{
color: #906CDA;
}
</style>
background-color css
<style>
a { background-color: #906CDA; }
a { background-color: rgb(144,108,218); }
div.DivClassName
{
background-color: #906CDA;
}
.BgClassName
{
background-color: #906CDA;
}
</style>
border-color css
<style>
span { border-color: #906CDA; }
span { border-color: rgb(144,108,218); }
td.TdClassName
{
border-color: #906CDA;
}
.TagClassName
{
border-color: #906CDA;
}
</style>