Shades of Medium Purple #9C87DA
Tints of Medium Purple #9C87DA
RGB
CMYK
RGB Variations
Color information
#9C87DA (or 0x9C87DA) is known color: Medium Purple. HEX triplet: 9C, 87 and DA. RGB value is (156,135,218). Sum of RGB (Red+Green+Blue) = 156+135+218=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C87DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C87DA is #637825. Grayscale: #969696. Windows color (decimal): -6518822 or 14321564. OLE color: 14321564.
HSL color Cylindrical-coordinate representation of color #9C87DA: hue angle of 255.18º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C87DA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 135 | 218 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.15 |
| HSL | 255.18º | 0.53% | 0.69% | - |
| HSV(B) | 255.18º | 0.38% | 0.85% | - |
| XYZ | 35.03 | 29.46 | 70.17 | - |
| YUV | 150.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 218 | 0.28 | 0.38 | 0 | 0.15 | 255.18 | 0.53 | 0.69 |
| Hex | 9C | 87 | DA | 1C | 26 | 0 | F | FF | 35 | 45 |
| Octal | 234 | 207 | 332 | 34 | 46 | 0 | 17 | 377 | 65 | 105 |
| Binary | 10011100 | 10000111 | 11011010 | 11100 | 100110 | 0 | 1111 | 11111111 | 110101 | 1000101 |
Color Harmonies of #9C87DA
Complementary color
Monochromatic Colors of #9C87DA
Black with #9C87DA
Text Example
Text Example
White with #9C87DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C87DA; }
p { color: rgb(156,135,218); }
H1.HeaderClassName
{
color: #9C87DA;
}
.AnyTagClassName
{
color: #9C87DA;
}
</style>
background-color css
<style>
a { background-color: #9C87DA; }
a { background-color: rgb(156,135,218); }
div.DivClassName
{
background-color: #9C87DA;
}
.BgClassName
{
background-color: #9C87DA;
}
</style>
border-color css
<style>
span { border-color: #9C87DA; }
span { border-color: rgb(156,135,218); }
td.TdClassName
{
border-color: #9C87DA;
}
.TagClassName
{
border-color: #9C87DA;
}
</style>