Shades of Medium Purple #905ADE
Tints of Medium Purple #905ADE
RGB
CMYK
RGB Variations
Color information
#905ADE (or 0x905ADE) is known color: Medium Purple. HEX triplet: 90, 5A and DE. RGB value is (144,90,222). Sum of RGB (Red+Green+Blue) = 144+90+222=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #905ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ADE is #6FA521. Grayscale: #787878. Windows color (decimal): -7316770 or 14572176. OLE color: 14572176.
HSL color Cylindrical-coordinate representation of color #905ADE: hue angle of 264.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #905ADE is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 90 | 222 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.13 |
| HSL | 264.55º | 0.67% | 0.61% | - |
| HSV(B) | 264.55º | 0.59% | 0.87% | - |
| XYZ | 28.34 | 18.52 | 71.19 | - |
| YUV | 121.19 | 184.89 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 222 | 0.35 | 0.59 | 0 | 0.13 | 264.55 | 0.67 | 0.61 |
| Hex | 90 | 5A | DE | 23 | 3B | 0 | D | 109 | 43 | 3D |
| Octal | 220 | 132 | 336 | 43 | 73 | 0 | 15 | 411 | 103 | 75 |
| Binary | 10010000 | 1011010 | 11011110 | 100011 | 111011 | 0 | 1101 | 100001001 | 1000011 | 111101 |
Color Harmonies of #905ADE
Complementary color
Monochromatic Colors of #905ADE
Black with #905ADE
Text Example
Text Example
White with #905ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ADE; }
p { color: rgb(144,90,222); }
H1.HeaderClassName
{
color: #905ADE;
}
.AnyTagClassName
{
color: #905ADE;
}
</style>
background-color css
<style>
a { background-color: #905ADE; }
a { background-color: rgb(144,90,222); }
div.DivClassName
{
background-color: #905ADE;
}
.BgClassName
{
background-color: #905ADE;
}
</style>
border-color css
<style>
span { border-color: #905ADE; }
span { border-color: rgb(144,90,222); }
td.TdClassName
{
border-color: #905ADE;
}
.TagClassName
{
border-color: #905ADE;
}
</style>