Shades of Cold Purple #9B89BC
Tints of Cold Purple #9B89BC
RGB
CMYK
RGB Variations
Color information
#9B89BC (or 0x9B89BC) is known color: Cold Purple. HEX triplet: 9B, 89 and BC. RGB value is (155,137,188). Sum of RGB (Red+Green+Blue) = 155+137+188=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B89BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89BC is #647643. Grayscale: #949494. Windows color (decimal): -6583876 or 12355995. OLE color: 12355995.
HSL color Cylindrical-coordinate representation of color #9B89BC: hue angle of 261.18º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B89BC is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 137 | 188 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.26 |
| HSL | 261.18º | 0.28% | 0.64% | - |
| HSV(B) | 261.18º | 0.27% | 0.74% | - |
| XYZ | 31.54 | 28.49 | 51.41 | - |
| YUV | 148.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 188 | 0.18 | 0.27 | 0 | 0.26 | 261.18 | 0.28 | 0.64 |
| Hex | 9B | 89 | BC | 12 | 1B | 0 | 1A | 105 | 1C | 40 |
| Octal | 233 | 211 | 274 | 22 | 33 | 0 | 32 | 405 | 34 | 100 |
| Binary | 10011011 | 10001001 | 10111100 | 10010 | 11011 | 0 | 11010 | 100000101 | 11100 | 1000000 |
Color Harmonies of #9B89BC
Complementary color
Monochromatic Colors of #9B89BC
Black with #9B89BC
Text Example
Text Example
White with #9B89BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89BC; }
p { color: rgb(155,137,188); }
H1.HeaderClassName
{
color: #9B89BC;
}
.AnyTagClassName
{
color: #9B89BC;
}
</style>
background-color css
<style>
a { background-color: #9B89BC; }
a { background-color: rgb(155,137,188); }
div.DivClassName
{
background-color: #9B89BC;
}
.BgClassName
{
background-color: #9B89BC;
}
</style>
border-color css
<style>
span { border-color: #9B89BC; }
span { border-color: rgb(155,137,188); }
td.TdClassName
{
border-color: #9B89BC;
}
.TagClassName
{
border-color: #9B89BC;
}
</style>