Shades of Medium Purple #9C87E6
Tints of Medium Purple #9C87E6
RGB
CMYK
RGB Variations
Color information
#9C87E6 (or 0x9C87E6) is known color: Medium Purple. HEX triplet: 9C, 87 and E6. RGB value is (156,135,230). Sum of RGB (Red+Green+Blue) = 156+135+230=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #9C87E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C87E6 is #637819. Grayscale: #979797. Windows color (decimal): -6518810 or 15107996. OLE color: 15107996.
HSL color Cylindrical-coordinate representation of color #9C87E6: hue angle of 253.26º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C87E6 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 135 | 230 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.10 |
| HSL | 253.26º | 0.66% | 0.72% | - |
| HSV(B) | 253.26º | 0.41% | 0.9% | - |
| XYZ | 36.66 | 30.11 | 78.74 | - |
| YUV | 152.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 230 | 0.32 | 0.41 | 0 | 0.10 | 253.26 | 0.66 | 0.72 |
| Hex | 9C | 87 | E6 | 20 | 29 | 0 | A | FD | 42 | 48 |
| Octal | 234 | 207 | 346 | 40 | 51 | 0 | 12 | 375 | 102 | 110 |
| Binary | 10011100 | 10000111 | 11100110 | 100000 | 101001 | 0 | 1010 | 11111101 | 1000010 | 1001000 |
Color Harmonies of #9C87E6
Complementary color
Monochromatic Colors of #9C87E6
Black with #9C87E6
Text Example
Text Example
White with #9C87E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C87E6; }
p { color: rgb(156,135,230); }
H1.HeaderClassName
{
color: #9C87E6;
}
.AnyTagClassName
{
color: #9C87E6;
}
</style>
background-color css
<style>
a { background-color: #9C87E6; }
a { background-color: rgb(156,135,230); }
div.DivClassName
{
background-color: #9C87E6;
}
.BgClassName
{
background-color: #9C87E6;
}
</style>
border-color css
<style>
span { border-color: #9C87E6; }
span { border-color: rgb(156,135,230); }
td.TdClassName
{
border-color: #9C87E6;
}
.TagClassName
{
border-color: #9C87E6;
}
</style>