Shades of Medium Purple #9081DD
Tints of Medium Purple #9081DD
RGB
CMYK
RGB Variations
Color information
#9081DD (or 0x9081DD) is known color: Medium Purple. HEX triplet: 90, 81 and DD. RGB value is (144,129,221). Sum of RGB (Red+Green+Blue) = 144+129+221=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #9081DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081DD is #6F7E22. Grayscale: #8F8F8F. Windows color (decimal): -7306787 or 14516624. OLE color: 14516624.
HSL color Cylindrical-coordinate representation of color #9081DD: hue angle of 249.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9081DD is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 129 | 221 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.13 |
| HSL | 249.78º | 0.58% | 0.69% | - |
| HSV(B) | 249.78º | 0.42% | 0.87% | - |
| XYZ | 32.4 | 26.85 | 71.88 | - |
| YUV | 143.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 221 | 0.35 | 0.42 | 0 | 0.13 | 249.78 | 0.58 | 0.69 |
| Hex | 90 | 81 | DD | 23 | 2A | 0 | D | FA | 3A | 45 |
| Octal | 220 | 201 | 335 | 43 | 52 | 0 | 15 | 372 | 72 | 105 |
| Binary | 10010000 | 10000001 | 11011101 | 100011 | 101010 | 0 | 1101 | 11111010 | 111010 | 1000101 |
Color Harmonies of #9081DD
Complementary color
Monochromatic Colors of #9081DD
Black with #9081DD
Text Example
Text Example
White with #9081DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9081DD; }
p { color: rgb(144,129,221); }
H1.HeaderClassName
{
color: #9081DD;
}
.AnyTagClassName
{
color: #9081DD;
}
</style>
background-color css
<style>
a { background-color: #9081DD; }
a { background-color: rgb(144,129,221); }
div.DivClassName
{
background-color: #9081DD;
}
.BgClassName
{
background-color: #9081DD;
}
</style>
border-color css
<style>
span { border-color: #9081DD; }
span { border-color: rgb(144,129,221); }
td.TdClassName
{
border-color: #9081DD;
}
.TagClassName
{
border-color: #9081DD;
}
</style>