Shades of Cold Purple #9D87CF
Tints of Cold Purple #9D87CF
RGB
CMYK
RGB Variations
Color information
#9D87CF (or 0x9D87CF) is known color: Cold Purple. HEX triplet: 9D, 87 and CF. RGB value is (157,135,207). Sum of RGB (Red+Green+Blue) = 157+135+207=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D87CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D87CF is #627830. Grayscale: #959595. Windows color (decimal): -6453297 or 13600669. OLE color: 13600669.
HSL color Cylindrical-coordinate representation of color #9D87CF: hue angle of 258.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D87CF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 135 | 207 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.19 |
| HSL | 258.33º | 0.43% | 0.67% | - |
| HSV(B) | 258.33º | 0.35% | 0.81% | - |
| XYZ | 33.83 | 29 | 62.85 | - |
| YUV | 149.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 207 | 0.24 | 0.35 | 0 | 0.19 | 258.33 | 0.43 | 0.67 |
| Hex | 9D | 87 | CF | 18 | 23 | 0 | 13 | 102 | 2B | 43 |
| Octal | 235 | 207 | 317 | 30 | 43 | 0 | 23 | 402 | 53 | 103 |
| Binary | 10011101 | 10000111 | 11001111 | 11000 | 100011 | 0 | 10011 | 100000010 | 101011 | 1000011 |
Color Harmonies of #9D87CF
Complementary color
Monochromatic Colors of #9D87CF
Black with #9D87CF
Text Example
Text Example
White with #9D87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D87CF; }
p { color: rgb(157,135,207); }
H1.HeaderClassName
{
color: #9D87CF;
}
.AnyTagClassName
{
color: #9D87CF;
}
</style>
background-color css
<style>
a { background-color: #9D87CF; }
a { background-color: rgb(157,135,207); }
div.DivClassName
{
background-color: #9D87CF;
}
.BgClassName
{
background-color: #9D87CF;
}
</style>
border-color css
<style>
span { border-color: #9D87CF; }
span { border-color: rgb(157,135,207); }
td.TdClassName
{
border-color: #9D87CF;
}
.TagClassName
{
border-color: #9D87CF;
}
</style>