Shades of Cold Purple #9B88BA
Tints of Cold Purple #9B88BA
RGB
CMYK
RGB Variations
Color information
#9B88BA (or 0x9B88BA) is known color: Cold Purple. HEX triplet: 9B, 88 and BA. RGB value is (155,136,186). Sum of RGB (Red+Green+Blue) = 155+136+186=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88BA is #647745. Grayscale: #939393. Windows color (decimal): -6584134 or 12224667. OLE color: 12224667.
HSL color Cylindrical-coordinate representation of color #9B88BA: hue angle of 262.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B88BA is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 136 | 186 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.27 |
| HSL | 262.8º | 0.27% | 0.63% | - |
| HSV(B) | 262.8º | 0.27% | 0.73% | - |
| XYZ | 31.18 | 28.12 | 50.24 | - |
| YUV | 147.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 186 | 0.17 | 0.27 | 0 | 0.27 | 262.8 | 0.27 | 0.63 |
| Hex | 9B | 88 | BA | 11 | 1B | 0 | 1B | 107 | 1B | 3F |
| Octal | 233 | 210 | 272 | 21 | 33 | 0 | 33 | 407 | 33 | 77 |
| Binary | 10011011 | 10001000 | 10111010 | 10001 | 11011 | 0 | 11011 | 100000111 | 11011 | 111111 |
Color Harmonies of #9B88BA
Complementary color
Monochromatic Colors of #9B88BA
Black with #9B88BA
Text Example
Text Example
White with #9B88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B88BA; }
p { color: rgb(155,136,186); }
H1.HeaderClassName
{
color: #9B88BA;
}
.AnyTagClassName
{
color: #9B88BA;
}
</style>
background-color css
<style>
a { background-color: #9B88BA; }
a { background-color: rgb(155,136,186); }
div.DivClassName
{
background-color: #9B88BA;
}
.BgClassName
{
background-color: #9B88BA;
}
</style>
border-color css
<style>
span { border-color: #9B88BA; }
span { border-color: rgb(155,136,186); }
td.TdClassName
{
border-color: #9B88BA;
}
.TagClassName
{
border-color: #9B88BA;
}
</style>