Shades of Medium Purple #906CDF
Tints of Medium Purple #906CDF
RGB
CMYK
RGB Variations
Color information
#906CDF (or 0x906CDF) is known color: Medium Purple. HEX triplet: 90, 6C and DF. RGB value is (144,108,223). Sum of RGB (Red+Green+Blue) = 144+108+223=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #906CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CDF is #6F9320. Grayscale: #838383. Windows color (decimal): -7312161 or 14642320. OLE color: 14642320.
HSL color Cylindrical-coordinate representation of color #906CDF: hue angle of 258.78º degrees, saturation: 0.64, 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 #906CDF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 108 | 223 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.13 |
| HSL | 258.78º | 0.64% | 0.65% | - |
| HSV(B) | 258.78º | 0.52% | 0.87% | - |
| XYZ | 30.18 | 21.98 | 72.46 | - |
| YUV | 131.87 | 179.43 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 223 | 0.35 | 0.52 | 0 | 0.13 | 258.78 | 0.64 | 0.65 |
| Hex | 90 | 6C | DF | 23 | 34 | 0 | D | 103 | 40 | 41 |
| Octal | 220 | 154 | 337 | 43 | 64 | 0 | 15 | 403 | 100 | 101 |
| Binary | 10010000 | 1101100 | 11011111 | 100011 | 110100 | 0 | 1101 | 100000011 | 1000000 | 1000001 |
Color Harmonies of #906CDF
Complementary color
Monochromatic Colors of #906CDF
Black with #906CDF
Text Example
Text Example
White with #906CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CDF; }
p { color: rgb(144,108,223); }
H1.HeaderClassName
{
color: #906CDF;
}
.AnyTagClassName
{
color: #906CDF;
}
</style>
background-color css
<style>
a { background-color: #906CDF; }
a { background-color: rgb(144,108,223); }
div.DivClassName
{
background-color: #906CDF;
}
.BgClassName
{
background-color: #906CDF;
}
</style>
border-color css
<style>
span { border-color: #906CDF; }
span { border-color: rgb(144,108,223); }
td.TdClassName
{
border-color: #906CDF;
}
.TagClassName
{
border-color: #906CDF;
}
</style>