Shades of Medium Purple #905BDC
Tints of Medium Purple #905BDC
RGB
CMYK
RGB Variations
Color information
#905BDC (or 0x905BDC) is known color: Medium Purple. HEX triplet: 90, 5B and DC. RGB value is (144,91,220). Sum of RGB (Red+Green+Blue) = 144+91+220=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #905BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905BDC is #6FA423. Grayscale: #797979. Windows color (decimal): -7316516 or 14441360. OLE color: 14441360.
HSL color Cylindrical-coordinate representation of color #905BDC: hue angle of 264.65º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #905BDC is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 91 | 220 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.14 |
| HSL | 264.65º | 0.65% | 0.61% | - |
| HSV(B) | 264.65º | 0.59% | 0.86% | - |
| XYZ | 28.16 | 18.58 | 69.81 | - |
| YUV | 121.55 | 183.56 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 220 | 0.35 | 0.59 | 0 | 0.14 | 264.65 | 0.65 | 0.61 |
| Hex | 90 | 5B | DC | 23 | 3B | 0 | E | 109 | 41 | 3D |
| Octal | 220 | 133 | 334 | 43 | 73 | 0 | 16 | 411 | 101 | 75 |
| Binary | 10010000 | 1011011 | 11011100 | 100011 | 111011 | 0 | 1110 | 100001001 | 1000001 | 111101 |
Color Harmonies of #905BDC
Complementary color
Monochromatic Colors of #905BDC
Black with #905BDC
Text Example
Text Example
White with #905BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905BDC; }
p { color: rgb(144,91,220); }
H1.HeaderClassName
{
color: #905BDC;
}
.AnyTagClassName
{
color: #905BDC;
}
</style>
background-color css
<style>
a { background-color: #905BDC; }
a { background-color: rgb(144,91,220); }
div.DivClassName
{
background-color: #905BDC;
}
.BgClassName
{
background-color: #905BDC;
}
</style>
border-color css
<style>
span { border-color: #905BDC; }
span { border-color: rgb(144,91,220); }
td.TdClassName
{
border-color: #905BDC;
}
.TagClassName
{
border-color: #905BDC;
}
</style>