Shades of Medium Purple #905EDC
Tints of Medium Purple #905EDC
RGB
CMYK
RGB Variations
Color information
#905EDC (or 0x905EDC) is known color: Medium Purple. HEX triplet: 90, 5E and DC. RGB value is (144,94,220). Sum of RGB (Red+Green+Blue) = 144+94+220=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #905EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EDC is #6FA123. Grayscale: #7A7A7A. Windows color (decimal): -7315748 or 14442128. OLE color: 14442128.
HSL color Cylindrical-coordinate representation of color #905EDC: hue angle of 263.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #905EDC is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 94 | 220 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.14 |
| HSL | 263.81º | 0.64% | 0.62% | - |
| HSV(B) | 263.81º | 0.57% | 0.86% | - |
| XYZ | 28.42 | 19.1 | 69.9 | - |
| YUV | 123.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 220 | 0.35 | 0.57 | 0 | 0.14 | 263.81 | 0.64 | 0.62 |
| Hex | 90 | 5E | DC | 23 | 39 | 0 | E | 108 | 40 | 3E |
| Octal | 220 | 136 | 334 | 43 | 71 | 0 | 16 | 410 | 100 | 76 |
| Binary | 10010000 | 1011110 | 11011100 | 100011 | 111001 | 0 | 1110 | 100001000 | 1000000 | 111110 |
Color Harmonies of #905EDC
Complementary color
Monochromatic Colors of #905EDC
Black with #905EDC
Text Example
Text Example
White with #905EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EDC; }
p { color: rgb(144,94,220); }
H1.HeaderClassName
{
color: #905EDC;
}
.AnyTagClassName
{
color: #905EDC;
}
</style>
background-color css
<style>
a { background-color: #905EDC; }
a { background-color: rgb(144,94,220); }
div.DivClassName
{
background-color: #905EDC;
}
.BgClassName
{
background-color: #905EDC;
}
</style>
border-color css
<style>
span { border-color: #905EDC; }
span { border-color: rgb(144,94,220); }
td.TdClassName
{
border-color: #905EDC;
}
.TagClassName
{
border-color: #905EDC;
}
</style>