Shades of Medium Purple #9085DD
Tints of Medium Purple #9085DD
RGB
CMYK
RGB Variations
Color information
#9085DD (or 0x9085DD) is known color: Medium Purple. HEX triplet: 90, 85 and DD. RGB value is (144,133,221). Sum of RGB (Red+Green+Blue) = 144+133+221=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #9085DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085DD is #6F7A22. Grayscale: #919191. Windows color (decimal): -7305763 or 14517648. OLE color: 14517648.
HSL color Cylindrical-coordinate representation of color #9085DD: hue angle of 247.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9085DD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 133 | 221 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.13 |
| HSL | 247.5º | 0.56% | 0.69% | - |
| HSV(B) | 247.5º | 0.4% | 0.87% | - |
| XYZ | 32.94 | 27.92 | 72.06 | - |
| YUV | 146.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 221 | 0.35 | 0.40 | 0 | 0.13 | 247.5 | 0.56 | 0.69 |
| Hex | 90 | 85 | DD | 23 | 28 | 0 | D | F8 | 38 | 45 |
| Octal | 220 | 205 | 335 | 43 | 50 | 0 | 15 | 370 | 70 | 105 |
| Binary | 10010000 | 10000101 | 11011101 | 100011 | 101000 | 0 | 1101 | 11111000 | 111000 | 1000101 |
Color Harmonies of #9085DD
Complementary color
Monochromatic Colors of #9085DD
Black with #9085DD
Text Example
Text Example
White with #9085DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9085DD; }
p { color: rgb(144,133,221); }
H1.HeaderClassName
{
color: #9085DD;
}
.AnyTagClassName
{
color: #9085DD;
}
</style>
background-color css
<style>
a { background-color: #9085DD; }
a { background-color: rgb(144,133,221); }
div.DivClassName
{
background-color: #9085DD;
}
.BgClassName
{
background-color: #9085DD;
}
</style>
border-color css
<style>
span { border-color: #9085DD; }
span { border-color: rgb(144,133,221); }
td.TdClassName
{
border-color: #9085DD;
}
.TagClassName
{
border-color: #9085DD;
}
</style>