Shades of Medium Purple #907DD6
Tints of Medium Purple #907DD6
RGB
CMYK
RGB Variations
Color information
#907DD6 (or 0x907DD6) is known color: Medium Purple. HEX triplet: 90, 7D and D6. RGB value is (144,125,214). Sum of RGB (Red+Green+Blue) = 144+125+214=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #907DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DD6 is #6F8229. Grayscale: #8C8C8C. Windows color (decimal): -7307818 or 14056848. OLE color: 14056848.
HSL color Cylindrical-coordinate representation of color #907DD6: hue angle of 252.81º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #907DD6 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 125 | 214 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.16 |
| HSL | 252.81º | 0.52% | 0.66% | - |
| HSV(B) | 252.81º | 0.42% | 0.84% | - |
| XYZ | 30.97 | 25.45 | 66.9 | - |
| YUV | 140.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 214 | 0.33 | 0.42 | 0 | 0.16 | 252.81 | 0.52 | 0.66 |
| Hex | 90 | 7D | D6 | 21 | 2A | 0 | 10 | FD | 34 | 42 |
| Octal | 220 | 175 | 326 | 41 | 52 | 0 | 20 | 375 | 64 | 102 |
| Binary | 10010000 | 1111101 | 11010110 | 100001 | 101010 | 0 | 10000 | 11111101 | 110100 | 1000010 |
Color Harmonies of #907DD6
Complementary color
Monochromatic Colors of #907DD6
Black with #907DD6
Text Example
Text Example
White with #907DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907DD6; }
p { color: rgb(144,125,214); }
H1.HeaderClassName
{
color: #907DD6;
}
.AnyTagClassName
{
color: #907DD6;
}
</style>
background-color css
<style>
a { background-color: #907DD6; }
a { background-color: rgb(144,125,214); }
div.DivClassName
{
background-color: #907DD6;
}
.BgClassName
{
background-color: #907DD6;
}
</style>
border-color css
<style>
span { border-color: #907DD6; }
span { border-color: rgb(144,125,214); }
td.TdClassName
{
border-color: #907DD6;
}
.TagClassName
{
border-color: #907DD6;
}
</style>