Shades of Cold Purple #9B88BC
Tints of Cold Purple #9B88BC
RGB
CMYK
RGB Variations
Color information
#9B88BC (or 0x9B88BC) is known color: Cold Purple. HEX triplet: 9B, 88 and BC. RGB value is (155,136,188). Sum of RGB (Red+Green+Blue) = 155+136+188=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88BC is #647743. Grayscale: #939393. Windows color (decimal): -6584132 or 12355739. OLE color: 12355739.
HSL color Cylindrical-coordinate representation of color #9B88BC: hue angle of 261.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B88BC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 136 | 188 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.26 |
| HSL | 261.92º | 0.28% | 0.64% | - |
| HSV(B) | 261.92º | 0.28% | 0.74% | - |
| XYZ | 31.4 | 28.21 | 51.37 | - |
| YUV | 147.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 188 | 0.18 | 0.28 | 0 | 0.26 | 261.92 | 0.28 | 0.64 |
| Hex | 9B | 88 | BC | 12 | 1C | 0 | 1A | 106 | 1C | 40 |
| Octal | 233 | 210 | 274 | 22 | 34 | 0 | 32 | 406 | 34 | 100 |
| Binary | 10011011 | 10001000 | 10111100 | 10010 | 11100 | 0 | 11010 | 100000110 | 11100 | 1000000 |
Color Harmonies of #9B88BC
Complementary color
Monochromatic Colors of #9B88BC
Black with #9B88BC
Text Example
Text Example
White with #9B88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B88BC; }
p { color: rgb(155,136,188); }
H1.HeaderClassName
{
color: #9B88BC;
}
.AnyTagClassName
{
color: #9B88BC;
}
</style>
background-color css
<style>
a { background-color: #9B88BC; }
a { background-color: rgb(155,136,188); }
div.DivClassName
{
background-color: #9B88BC;
}
.BgClassName
{
background-color: #9B88BC;
}
</style>
border-color css
<style>
span { border-color: #9B88BC; }
span { border-color: rgb(155,136,188); }
td.TdClassName
{
border-color: #9B88BC;
}
.TagClassName
{
border-color: #9B88BC;
}
</style>