Shades of Medium Purple #9185DD
Tints of Medium Purple #9185DD
RGB
CMYK
RGB Variations
Color information
#9185DD (or 0x9185DD) is known color: Medium Purple. HEX triplet: 91, 85 and DD. RGB value is (145,133,221). Sum of RGB (Red+Green+Blue) = 145+133+221=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #9185DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185DD is #6E7A22. Grayscale: #929292. Windows color (decimal): -7240227 or 14517649. OLE color: 14517649.
HSL color Cylindrical-coordinate representation of color #9185DD: hue angle of 248.18º 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 #9185DD is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 133 | 221 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.13 |
| HSL | 248.18º | 0.56% | 0.69% | - |
| HSV(B) | 248.18º | 0.4% | 0.87% | - |
| XYZ | 33.12 | 28.02 | 72.07 | - |
| YUV | 146.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 221 | 0.34 | 0.40 | 0 | 0.13 | 248.18 | 0.56 | 0.69 |
| Hex | 91 | 85 | DD | 22 | 28 | 0 | D | F8 | 38 | 45 |
| Octal | 221 | 205 | 335 | 42 | 50 | 0 | 15 | 370 | 70 | 105 |
| Binary | 10010001 | 10000101 | 11011101 | 100010 | 101000 | 0 | 1101 | 11111000 | 111000 | 1000101 |
Color Harmonies of #9185DD
Complementary color
Monochromatic Colors of #9185DD
Black with #9185DD
Text Example
Text Example
White with #9185DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185DD; }
p { color: rgb(145,133,221); }
H1.HeaderClassName
{
color: #9185DD;
}
.AnyTagClassName
{
color: #9185DD;
}
</style>
background-color css
<style>
a { background-color: #9185DD; }
a { background-color: rgb(145,133,221); }
div.DivClassName
{
background-color: #9185DD;
}
.BgClassName
{
background-color: #9185DD;
}
</style>
border-color css
<style>
span { border-color: #9185DD; }
span { border-color: rgb(145,133,221); }
td.TdClassName
{
border-color: #9185DD;
}
.TagClassName
{
border-color: #9185DD;
}
</style>