Shades of Medium Purple #907CD4
Tints of Medium Purple #907CD4
RGB
CMYK
RGB Variations
Color information
#907CD4 (or 0x907CD4) is known color: Medium Purple. HEX triplet: 90, 7C and D4. RGB value is (144,124,212). Sum of RGB (Red+Green+Blue) = 144+124+212=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 212 - color contains mainly: blue. Hex color #907CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CD4 is #6F832B. Grayscale: #8B8B8B. Windows color (decimal): -7308076 or 13925520. OLE color: 13925520.
HSL color Cylindrical-coordinate representation of color #907CD4: hue angle of 253.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #907CD4 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 124 | 212 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.17 |
| HSL | 253.64º | 0.51% | 0.66% | - |
| HSV(B) | 253.64º | 0.42% | 0.83% | - |
| XYZ | 30.59 | 25.1 | 65.52 | - |
| YUV | 140.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 212 | 0.32 | 0.42 | 0 | 0.17 | 253.64 | 0.51 | 0.66 |
| Hex | 90 | 7C | D4 | 20 | 2A | 0 | 11 | FE | 33 | 42 |
| Octal | 220 | 174 | 324 | 40 | 52 | 0 | 21 | 376 | 63 | 102 |
| Binary | 10010000 | 1111100 | 11010100 | 100000 | 101010 | 0 | 10001 | 11111110 | 110011 | 1000010 |
Color Harmonies of #907CD4
Complementary color
Monochromatic Colors of #907CD4
Black with #907CD4
Text Example
Text Example
White with #907CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907CD4; }
p { color: rgb(144,124,212); }
H1.HeaderClassName
{
color: #907CD4;
}
.AnyTagClassName
{
color: #907CD4;
}
</style>
background-color css
<style>
a { background-color: #907CD4; }
a { background-color: rgb(144,124,212); }
div.DivClassName
{
background-color: #907CD4;
}
.BgClassName
{
background-color: #907CD4;
}
</style>
border-color css
<style>
span { border-color: #907CD4; }
span { border-color: rgb(144,124,212); }
td.TdClassName
{
border-color: #907CD4;
}
.TagClassName
{
border-color: #907CD4;
}
</style>