Shades of Cold Purple #9889BB
Tints of Cold Purple #9889BB
RGB
CMYK
RGB Variations
Color information
#9889BB (or 0x9889BB) is known color: Cold Purple. HEX triplet: 98, 89 and BB. RGB value is (152,137,187). Sum of RGB (Red+Green+Blue) = 152+137+187=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #9889BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889BB is #677644. Grayscale: #939393. Windows color (decimal): -6780485 or 12290456. OLE color: 12290456.
HSL color Cylindrical-coordinate representation of color #9889BB: hue angle of 258º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9889BB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 137 | 187 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.27 |
| HSL | 258º | 0.27% | 0.64% | - |
| HSV(B) | 258º | 0.27% | 0.73% | - |
| XYZ | 30.86 | 28.15 | 50.82 | - |
| YUV | 147.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 187 | 0.19 | 0.27 | 0 | 0.27 | 258 | 0.27 | 0.64 |
| Hex | 98 | 89 | BB | 13 | 1B | 0 | 1B | 102 | 1B | 40 |
| Octal | 230 | 211 | 273 | 23 | 33 | 0 | 33 | 402 | 33 | 100 |
| Binary | 10011000 | 10001001 | 10111011 | 10011 | 11011 | 0 | 11011 | 100000010 | 11011 | 1000000 |
Color Harmonies of #9889BB
Complementary color
Monochromatic Colors of #9889BB
Black with #9889BB
Text Example
Text Example
White with #9889BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9889BB; }
p { color: rgb(152,137,187); }
H1.HeaderClassName
{
color: #9889BB;
}
.AnyTagClassName
{
color: #9889BB;
}
</style>
background-color css
<style>
a { background-color: #9889BB; }
a { background-color: rgb(152,137,187); }
div.DivClassName
{
background-color: #9889BB;
}
.BgClassName
{
background-color: #9889BB;
}
</style>
border-color css
<style>
span { border-color: #9889BB; }
span { border-color: rgb(152,137,187); }
td.TdClassName
{
border-color: #9889BB;
}
.TagClassName
{
border-color: #9889BB;
}
</style>