Shades of Medium Purple #906CEF
Tints of Medium Purple #906CEF
RGB
CMYK
RGB Variations
Color information
#906CEF (or 0x906CEF) is known color: Medium Purple. HEX triplet: 90, 6C and EF. RGB value is (144,108,239). Sum of RGB (Red+Green+Blue) = 144+108+239=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #906CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906CEF is #6F9310. Grayscale: #858585. Windows color (decimal): -7312145 or 15690896. OLE color: 15690896.
HSL color Cylindrical-coordinate representation of color #906CEF: hue angle of 256.49º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #906CEF is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 108 | 239 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.06 |
| HSL | 256.49º | 0.8% | 0.68% | - |
| HSV(B) | 256.49º | 0.55% | 0.94% | - |
| XYZ | 32.44 | 22.89 | 84.37 | - |
| YUV | 133.7 | 187.43 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 239 | 0.40 | 0.55 | 0 | 0.06 | 256.49 | 0.8 | 0.68 |
| Hex | 90 | 6C | EF | 28 | 37 | 0 | 6 | 100 | 50 | 44 |
| Octal | 220 | 154 | 357 | 50 | 67 | 0 | 6 | 400 | 120 | 104 |
| Binary | 10010000 | 1101100 | 11101111 | 101000 | 110111 | 0 | 110 | 100000000 | 1010000 | 1000100 |
Color Harmonies of #906CEF
Complementary color
Monochromatic Colors of #906CEF
Black with #906CEF
Text Example
Text Example
White with #906CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CEF; }
p { color: rgb(144,108,239); }
H1.HeaderClassName
{
color: #906CEF;
}
.AnyTagClassName
{
color: #906CEF;
}
</style>
background-color css
<style>
a { background-color: #906CEF; }
a { background-color: rgb(144,108,239); }
div.DivClassName
{
background-color: #906CEF;
}
.BgClassName
{
background-color: #906CEF;
}
</style>
border-color css
<style>
span { border-color: #906CEF; }
span { border-color: rgb(144,108,239); }
td.TdClassName
{
border-color: #906CEF;
}
.TagClassName
{
border-color: #906CEF;
}
</style>