Shades of Cold Purple #9B8DB9
Tints of Cold Purple #9B8DB9
RGB
CMYK
RGB Variations
Color information
#9B8DB9 (or 0x9B8DB9) is known color: Cold Purple. HEX triplet: 9B, 8D and B9. RGB value is (155,141,185). Sum of RGB (Red+Green+Blue) = 155+141+185=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #9B8DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8DB9 is #647246. Grayscale: #969696. Windows color (decimal): -6582855 or 12160411. OLE color: 12160411.
HSL color Cylindrical-coordinate representation of color #9B8DB9: hue angle of 259.09º degrees, saturation: 0.24, 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 #9B8DB9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 141 | 185 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.27 |
| HSL | 259.09º | 0.24% | 0.64% | - |
| HSV(B) | 259.09º | 0.24% | 0.73% | - |
| XYZ | 31.8 | 29.52 | 49.92 | - |
| YUV | 150.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 185 | 0.16 | 0.24 | 0 | 0.27 | 259.09 | 0.24 | 0.64 |
| Hex | 9B | 8D | B9 | 10 | 18 | 0 | 1B | 103 | 18 | 40 |
| Octal | 233 | 215 | 271 | 20 | 30 | 0 | 33 | 403 | 30 | 100 |
| Binary | 10011011 | 10001101 | 10111001 | 10000 | 11000 | 0 | 11011 | 100000011 | 11000 | 1000000 |
Color Harmonies of #9B8DB9
Complementary color
Monochromatic Colors of #9B8DB9
Black with #9B8DB9
Text Example
Text Example
White with #9B8DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8DB9; }
p { color: rgb(155,141,185); }
H1.HeaderClassName
{
color: #9B8DB9;
}
.AnyTagClassName
{
color: #9B8DB9;
}
</style>
background-color css
<style>
a { background-color: #9B8DB9; }
a { background-color: rgb(155,141,185); }
div.DivClassName
{
background-color: #9B8DB9;
}
.BgClassName
{
background-color: #9B8DB9;
}
</style>
border-color css
<style>
span { border-color: #9B8DB9; }
span { border-color: rgb(155,141,185); }
td.TdClassName
{
border-color: #9B8DB9;
}
.TagClassName
{
border-color: #9B8DB9;
}
</style>