Shades of Medium Purple #9C89DD
Tints of Medium Purple #9C89DD
RGB
CMYK
RGB Variations
Color information
#9C89DD (or 0x9C89DD) is known color: Medium Purple. HEX triplet: 9C, 89 and DD. RGB value is (156,137,221). Sum of RGB (Red+Green+Blue) = 156+137+221=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C89DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C89DD is #637622. Grayscale: #979797. Windows color (decimal): -6518307 or 14518684. OLE color: 14518684.
HSL color Cylindrical-coordinate representation of color #9C89DD: hue angle of 253.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C89DD is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 137 | 221 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.13 |
| HSL | 253.57º | 0.55% | 0.7% | - |
| HSV(B) | 253.57º | 0.38% | 0.87% | - |
| XYZ | 35.71 | 30.18 | 72.35 | - |
| YUV | 152.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 221 | 0.29 | 0.38 | 0 | 0.13 | 253.57 | 0.55 | 0.7 |
| Hex | 9C | 89 | DD | 1D | 26 | 0 | D | FE | 37 | 46 |
| Octal | 234 | 211 | 335 | 35 | 46 | 0 | 15 | 376 | 67 | 106 |
| Binary | 10011100 | 10001001 | 11011101 | 11101 | 100110 | 0 | 1101 | 11111110 | 110111 | 1000110 |
Color Harmonies of #9C89DD
Complementary color
Monochromatic Colors of #9C89DD
Black with #9C89DD
Text Example
Text Example
White with #9C89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C89DD; }
p { color: rgb(156,137,221); }
H1.HeaderClassName
{
color: #9C89DD;
}
.AnyTagClassName
{
color: #9C89DD;
}
</style>
background-color css
<style>
a { background-color: #9C89DD; }
a { background-color: rgb(156,137,221); }
div.DivClassName
{
background-color: #9C89DD;
}
.BgClassName
{
background-color: #9C89DD;
}
</style>
border-color css
<style>
span { border-color: #9C89DD; }
span { border-color: rgb(156,137,221); }
td.TdClassName
{
border-color: #9C89DD;
}
.TagClassName
{
border-color: #9C89DD;
}
</style>