Shades of Medium Purple #905DE7
Tints of Medium Purple #905DE7
RGB
CMYK
RGB Variations
Color information
#905DE7 (or 0x905DE7) is known color: Medium Purple. HEX triplet: 90, 5D and E7. RGB value is (144,93,231). Sum of RGB (Red+Green+Blue) = 144+93+231=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #905DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905DE7 is #6FA218. Grayscale: #7B7B7B. Windows color (decimal): -7315993 or 15162768. OLE color: 15162768.
HSL color Cylindrical-coordinate representation of color #905DE7: hue angle of 262.17º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #905DE7 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 93 | 231 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.09 |
| HSL | 262.17º | 0.74% | 0.64% | - |
| HSV(B) | 262.17º | 0.6% | 0.91% | - |
| XYZ | 29.84 | 19.53 | 77.8 | - |
| YUV | 123.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 231 | 0.38 | 0.60 | 0 | 0.09 | 262.17 | 0.74 | 0.64 |
| Hex | 90 | 5D | E7 | 26 | 3C | 0 | 9 | 106 | 4A | 40 |
| Octal | 220 | 135 | 347 | 46 | 74 | 0 | 11 | 406 | 112 | 100 |
| Binary | 10010000 | 1011101 | 11100111 | 100110 | 111100 | 0 | 1001 | 100000110 | 1001010 | 1000000 |
Color Harmonies of #905DE7
Complementary color
Monochromatic Colors of #905DE7
Black with #905DE7
Text Example
Text Example
White with #905DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DE7; }
p { color: rgb(144,93,231); }
H1.HeaderClassName
{
color: #905DE7;
}
.AnyTagClassName
{
color: #905DE7;
}
</style>
background-color css
<style>
a { background-color: #905DE7; }
a { background-color: rgb(144,93,231); }
div.DivClassName
{
background-color: #905DE7;
}
.BgClassName
{
background-color: #905DE7;
}
</style>
border-color css
<style>
span { border-color: #905DE7; }
span { border-color: rgb(144,93,231); }
td.TdClassName
{
border-color: #905DE7;
}
.TagClassName
{
border-color: #905DE7;
}
</style>