Shades of Cold Purple #9D8DB7
Tints of Cold Purple #9D8DB7
RGB
CMYK
RGB Variations
Color information
#9D8DB7 (or 0x9D8DB7) is known color: Cold Purple. HEX triplet: 9D, 8D and B7. RGB value is (157,141,183). Sum of RGB (Red+Green+Blue) = 157+141+183=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #9D8DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DB7 is #627248. Grayscale: #969696. Windows color (decimal): -6451785 or 12029341. OLE color: 12029341.
HSL color Cylindrical-coordinate representation of color #9D8DB7: hue angle of 262.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D8DB7 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 141 | 183 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.28 |
| HSL | 262.86º | 0.23% | 0.64% | - |
| HSV(B) | 262.86º | 0.23% | 0.72% | - |
| XYZ | 31.98 | 29.64 | 48.83 | - |
| YUV | 150.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 183 | 0.14 | 0.23 | 0 | 0.28 | 262.86 | 0.23 | 0.64 |
| Hex | 9D | 8D | B7 | E | 17 | 0 | 1C | 107 | 17 | 40 |
| Octal | 235 | 215 | 267 | 16 | 27 | 0 | 34 | 407 | 27 | 100 |
| Binary | 10011101 | 10001101 | 10110111 | 1110 | 10111 | 0 | 11100 | 100000111 | 10111 | 1000000 |
Color Harmonies of #9D8DB7
Complementary color
Monochromatic Colors of #9D8DB7
Black with #9D8DB7
Text Example
Text Example
White with #9D8DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8DB7; }
p { color: rgb(157,141,183); }
H1.HeaderClassName
{
color: #9D8DB7;
}
.AnyTagClassName
{
color: #9D8DB7;
}
</style>
background-color css
<style>
a { background-color: #9D8DB7; }
a { background-color: rgb(157,141,183); }
div.DivClassName
{
background-color: #9D8DB7;
}
.BgClassName
{
background-color: #9D8DB7;
}
</style>
border-color css
<style>
span { border-color: #9D8DB7; }
span { border-color: rgb(157,141,183); }
td.TdClassName
{
border-color: #9D8DB7;
}
.TagClassName
{
border-color: #9D8DB7;
}
</style>