Shades of Medium Purple #9C87DF
Tints of Medium Purple #9C87DF
RGB
CMYK
RGB Variations
Color information
#9C87DF (or 0x9C87DF) is known color: Medium Purple. HEX triplet: 9C, 87 and DF. RGB value is (156,135,223). Sum of RGB (Red+Green+Blue) = 156+135+223=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C87DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C87DF is #637820. Grayscale: #969696. Windows color (decimal): -6518817 or 14649244. OLE color: 14649244.
HSL color Cylindrical-coordinate representation of color #9C87DF: hue angle of 254.32º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C87DF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 135 | 223 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.13 |
| HSL | 254.32º | 0.58% | 0.7% | - |
| HSV(B) | 254.32º | 0.39% | 0.87% | - |
| XYZ | 35.69 | 29.72 | 73.67 | - |
| YUV | 151.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 223 | 0.30 | 0.39 | 0 | 0.13 | 254.32 | 0.58 | 0.7 |
| Hex | 9C | 87 | DF | 1E | 27 | 0 | D | FE | 3A | 46 |
| Octal | 234 | 207 | 337 | 36 | 47 | 0 | 15 | 376 | 72 | 106 |
| Binary | 10011100 | 10000111 | 11011111 | 11110 | 100111 | 0 | 1101 | 11111110 | 111010 | 1000110 |
Color Harmonies of #9C87DF
Complementary color
Monochromatic Colors of #9C87DF
Black with #9C87DF
Text Example
Text Example
White with #9C87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C87DF; }
p { color: rgb(156,135,223); }
H1.HeaderClassName
{
color: #9C87DF;
}
.AnyTagClassName
{
color: #9C87DF;
}
</style>
background-color css
<style>
a { background-color: #9C87DF; }
a { background-color: rgb(156,135,223); }
div.DivClassName
{
background-color: #9C87DF;
}
.BgClassName
{
background-color: #9C87DF;
}
</style>
border-color css
<style>
span { border-color: #9C87DF; }
span { border-color: rgb(156,135,223); }
td.TdClassName
{
border-color: #9C87DF;
}
.TagClassName
{
border-color: #9C87DF;
}
</style>