Shades of Cold Purple #9D8DBA
Tints of Cold Purple #9D8DBA
RGB
CMYK
RGB Variations
Color information
#9D8DBA (or 0x9D8DBA) is known color: Cold Purple. HEX triplet: 9D, 8D and BA. RGB value is (157,141,186). Sum of RGB (Red+Green+Blue) = 157+141+186=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D8DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DBA is #627245. Grayscale: #969696. Windows color (decimal): -6451782 or 12225949. OLE color: 12225949.
HSL color Cylindrical-coordinate representation of color #9D8DBA: hue angle of 261.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D8DBA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 141 | 186 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.27 |
| HSL | 261.33º | 0.25% | 0.64% | - |
| HSV(B) | 261.33º | 0.24% | 0.73% | - |
| XYZ | 32.29 | 29.76 | 50.5 | - |
| YUV | 150.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 186 | 0.16 | 0.24 | 0 | 0.27 | 261.33 | 0.25 | 0.64 |
| Hex | 9D | 8D | BA | 10 | 18 | 0 | 1B | 105 | 19 | 40 |
| Octal | 235 | 215 | 272 | 20 | 30 | 0 | 33 | 405 | 31 | 100 |
| Binary | 10011101 | 10001101 | 10111010 | 10000 | 11000 | 0 | 11011 | 100000101 | 11001 | 1000000 |
Color Harmonies of #9D8DBA
Complementary color
Monochromatic Colors of #9D8DBA
Black with #9D8DBA
Text Example
Text Example
White with #9D8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8DBA; }
p { color: rgb(157,141,186); }
H1.HeaderClassName
{
color: #9D8DBA;
}
.AnyTagClassName
{
color: #9D8DBA;
}
</style>
background-color css
<style>
a { background-color: #9D8DBA; }
a { background-color: rgb(157,141,186); }
div.DivClassName
{
background-color: #9D8DBA;
}
.BgClassName
{
background-color: #9D8DBA;
}
</style>
border-color css
<style>
span { border-color: #9D8DBA; }
span { border-color: rgb(157,141,186); }
td.TdClassName
{
border-color: #9D8DBA;
}
.TagClassName
{
border-color: #9D8DBA;
}
</style>