Shades of Medium Purple #906BE3
Tints of Medium Purple #906BE3
RGB
CMYK
RGB Variations
Color information
#906BE3 (or 0x906BE3) is known color: Medium Purple. HEX triplet: 90, 6B and E3. RGB value is (144,107,227). Sum of RGB (Red+Green+Blue) = 144+107+227=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 227 - color contains mainly: blue. Hex color #906BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906BE3 is #6F941C. Grayscale: #838383. Windows color (decimal): -7312413 or 14904208. OLE color: 14904208.
HSL color Cylindrical-coordinate representation of color #906BE3: hue angle of 258.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #906BE3 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 107 | 227 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.11 |
| HSL | 258.5º | 0.68% | 0.65% | - |
| HSV(B) | 258.5º | 0.53% | 0.89% | - |
| XYZ | 30.62 | 21.99 | 75.3 | - |
| YUV | 131.74 | 181.76 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 227 | 0.37 | 0.53 | 0 | 0.11 | 258.5 | 0.68 | 0.65 |
| Hex | 90 | 6B | E3 | 25 | 35 | 0 | B | 102 | 44 | 41 |
| Octal | 220 | 153 | 343 | 45 | 65 | 0 | 13 | 402 | 104 | 101 |
| Binary | 10010000 | 1101011 | 11100011 | 100101 | 110101 | 0 | 1011 | 100000010 | 1000100 | 1000001 |
Color Harmonies of #906BE3
Complementary color
Monochromatic Colors of #906BE3
Black with #906BE3
Text Example
Text Example
White with #906BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906BE3; }
p { color: rgb(144,107,227); }
H1.HeaderClassName
{
color: #906BE3;
}
.AnyTagClassName
{
color: #906BE3;
}
</style>
background-color css
<style>
a { background-color: #906BE3; }
a { background-color: rgb(144,107,227); }
div.DivClassName
{
background-color: #906BE3;
}
.BgClassName
{
background-color: #906BE3;
}
</style>
border-color css
<style>
span { border-color: #906BE3; }
span { border-color: rgb(144,107,227); }
td.TdClassName
{
border-color: #906BE3;
}
.TagClassName
{
border-color: #906BE3;
}
</style>