Shades of Medium Purple #907CE0
Tints of Medium Purple #907CE0
RGB
CMYK
RGB Variations
Color information
#907CE0 (or 0x907CE0) is known color: Medium Purple. HEX triplet: 90, 7C and E0. RGB value is (144,124,224). Sum of RGB (Red+Green+Blue) = 144+124+224=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #907CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CE0 is #6F831F. Grayscale: #8D8D8D. Windows color (decimal): -7308064 or 14711952. OLE color: 14711952.
HSL color Cylindrical-coordinate representation of color #907CE0: hue angle of 252º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #907CE0 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 124 | 224 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.12 |
| HSL | 252º | 0.62% | 0.68% | - |
| HSV(B) | 252º | 0.45% | 0.88% | - |
| XYZ | 32.16 | 25.73 | 73.79 | - |
| YUV | 141.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 224 | 0.36 | 0.45 | 0 | 0.12 | 252 | 0.62 | 0.68 |
| Hex | 90 | 7C | E0 | 24 | 2D | 0 | C | FC | 3E | 44 |
| Octal | 220 | 174 | 340 | 44 | 55 | 0 | 14 | 374 | 76 | 104 |
| Binary | 10010000 | 1111100 | 11100000 | 100100 | 101101 | 0 | 1100 | 11111100 | 111110 | 1000100 |
Color Harmonies of #907CE0
Complementary color
Monochromatic Colors of #907CE0
Black with #907CE0
Text Example
Text Example
White with #907CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907CE0; }
p { color: rgb(144,124,224); }
H1.HeaderClassName
{
color: #907CE0;
}
.AnyTagClassName
{
color: #907CE0;
}
</style>
background-color css
<style>
a { background-color: #907CE0; }
a { background-color: rgb(144,124,224); }
div.DivClassName
{
background-color: #907CE0;
}
.BgClassName
{
background-color: #907CE0;
}
</style>
border-color css
<style>
span { border-color: #907CE0; }
span { border-color: rgb(144,124,224); }
td.TdClassName
{
border-color: #907CE0;
}
.TagClassName
{
border-color: #907CE0;
}
</style>