Shades of Medium Purple #905FDC
Tints of Medium Purple #905FDC
RGB
CMYK
RGB Variations
Color information
#905FDC (or 0x905FDC) is known color: Medium Purple. HEX triplet: 90, 5F and DC. RGB value is (144,95,220). Sum of RGB (Red+Green+Blue) = 144+95+220=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #905FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FDC is #6FA023. Grayscale: #7B7B7B. Windows color (decimal): -7315492 or 14442384. OLE color: 14442384.
HSL color Cylindrical-coordinate representation of color #905FDC: hue angle of 263.52º 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 #905FDC is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 95 | 220 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.14 |
| HSL | 263.52º | 0.64% | 0.62% | - |
| HSV(B) | 263.52º | 0.57% | 0.86% | - |
| XYZ | 28.51 | 19.28 | 69.93 | - |
| YUV | 123.9 | 182.23 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 220 | 0.35 | 0.57 | 0 | 0.14 | 263.52 | 0.64 | 0.62 |
| Hex | 90 | 5F | DC | 23 | 39 | 0 | E | 108 | 40 | 3E |
| Octal | 220 | 137 | 334 | 43 | 71 | 0 | 16 | 410 | 100 | 76 |
| Binary | 10010000 | 1011111 | 11011100 | 100011 | 111001 | 0 | 1110 | 100001000 | 1000000 | 111110 |
Color Harmonies of #905FDC
Complementary color
Monochromatic Colors of #905FDC
Black with #905FDC
Text Example
Text Example
White with #905FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FDC; }
p { color: rgb(144,95,220); }
H1.HeaderClassName
{
color: #905FDC;
}
.AnyTagClassName
{
color: #905FDC;
}
</style>
background-color css
<style>
a { background-color: #905FDC; }
a { background-color: rgb(144,95,220); }
div.DivClassName
{
background-color: #905FDC;
}
.BgClassName
{
background-color: #905FDC;
}
</style>
border-color css
<style>
span { border-color: #905FDC; }
span { border-color: rgb(144,95,220); }
td.TdClassName
{
border-color: #905FDC;
}
.TagClassName
{
border-color: #905FDC;
}
</style>