Shades of Medium Purple #9C88DD
Tints of Medium Purple #9C88DD
RGB
CMYK
RGB Variations
Color information
#9C88DD (or 0x9C88DD) is known color: Medium Purple. HEX triplet: 9C, 88 and DD. RGB value is (156,136,221). Sum of RGB (Red+Green+Blue) = 156+136+221=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C88DD is #637722. Grayscale: #979797. Windows color (decimal): -6518563 or 14518428. OLE color: 14518428.
HSL color Cylindrical-coordinate representation of color #9C88DD: hue angle of 254.12º degrees, saturation: 0.56, 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 #9C88DD is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 136 | 221 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.13 |
| HSL | 254.12º | 0.56% | 0.7% | - |
| HSV(B) | 254.12º | 0.38% | 0.87% | - |
| XYZ | 35.57 | 29.9 | 72.3 | - |
| YUV | 151.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 221 | 0.29 | 0.38 | 0 | 0.13 | 254.12 | 0.56 | 0.7 |
| Hex | 9C | 88 | DD | 1D | 26 | 0 | D | FE | 38 | 46 |
| Octal | 234 | 210 | 335 | 35 | 46 | 0 | 15 | 376 | 70 | 106 |
| Binary | 10011100 | 10001000 | 11011101 | 11101 | 100110 | 0 | 1101 | 11111110 | 111000 | 1000110 |
Color Harmonies of #9C88DD
Complementary color
Monochromatic Colors of #9C88DD
Black with #9C88DD
Text Example
Text Example
White with #9C88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C88DD; }
p { color: rgb(156,136,221); }
H1.HeaderClassName
{
color: #9C88DD;
}
.AnyTagClassName
{
color: #9C88DD;
}
</style>
background-color css
<style>
a { background-color: #9C88DD; }
a { background-color: rgb(156,136,221); }
div.DivClassName
{
background-color: #9C88DD;
}
.BgClassName
{
background-color: #9C88DD;
}
</style>
border-color css
<style>
span { border-color: #9C88DD; }
span { border-color: rgb(156,136,221); }
td.TdClassName
{
border-color: #9C88DD;
}
.TagClassName
{
border-color: #9C88DD;
}
</style>