Shades of Cold Purple #9B8DBD
Tints of Cold Purple #9B8DBD
RGB
CMYK
RGB Variations
Color information
#9B8DBD (or 0x9B8DBD) is known color: Cold Purple. HEX triplet: 9B, 8D and BD. RGB value is (155,141,189). Sum of RGB (Red+Green+Blue) = 155+141+189=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B8DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8DBD is #647242. Grayscale: #969696. Windows color (decimal): -6582851 or 12422555. OLE color: 12422555.
HSL color Cylindrical-coordinate representation of color #9B8DBD: hue angle of 257.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B8DBD is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 141 | 189 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.26 |
| HSL | 257.5º | 0.27% | 0.65% | - |
| HSV(B) | 257.5º | 0.25% | 0.74% | - |
| XYZ | 32.23 | 29.69 | 52.18 | - |
| YUV | 150.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 189 | 0.18 | 0.25 | 0 | 0.26 | 257.5 | 0.27 | 0.65 |
| Hex | 9B | 8D | BD | 12 | 19 | 0 | 1A | 102 | 1B | 41 |
| Octal | 233 | 215 | 275 | 22 | 31 | 0 | 32 | 402 | 33 | 101 |
| Binary | 10011011 | 10001101 | 10111101 | 10010 | 11001 | 0 | 11010 | 100000010 | 11011 | 1000001 |
Color Harmonies of #9B8DBD
Complementary color
Monochromatic Colors of #9B8DBD
Black with #9B8DBD
Text Example
Text Example
White with #9B8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8DBD; }
p { color: rgb(155,141,189); }
H1.HeaderClassName
{
color: #9B8DBD;
}
.AnyTagClassName
{
color: #9B8DBD;
}
</style>
background-color css
<style>
a { background-color: #9B8DBD; }
a { background-color: rgb(155,141,189); }
div.DivClassName
{
background-color: #9B8DBD;
}
.BgClassName
{
background-color: #9B8DBD;
}
</style>
border-color css
<style>
span { border-color: #9B8DBD; }
span { border-color: rgb(155,141,189); }
td.TdClassName
{
border-color: #9B8DBD;
}
.TagClassName
{
border-color: #9B8DBD;
}
</style>