Shades of Cold Purple #9989BC
Tints of Cold Purple #9989BC
RGB
CMYK
RGB Variations
Color information
#9989BC (or 0x9989BC) is known color: Cold Purple. HEX triplet: 99, 89 and BC. RGB value is (153,137,188). Sum of RGB (Red+Green+Blue) = 153+137+188=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #9989BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989BC is #667643. Grayscale: #939393. Windows color (decimal): -6714948 or 12355993. OLE color: 12355993.
HSL color Cylindrical-coordinate representation of color #9989BC: hue angle of 258.82º 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 #9989BC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 137 | 188 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.26 |
| HSL | 258.82º | 0.28% | 0.64% | - |
| HSV(B) | 258.82º | 0.27% | 0.74% | - |
| XYZ | 31.16 | 28.29 | 51.4 | - |
| YUV | 147.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 188 | 0.19 | 0.27 | 0 | 0.26 | 258.82 | 0.28 | 0.64 |
| Hex | 99 | 89 | BC | 13 | 1B | 0 | 1A | 103 | 1C | 40 |
| Octal | 231 | 211 | 274 | 23 | 33 | 0 | 32 | 403 | 34 | 100 |
| Binary | 10011001 | 10001001 | 10111100 | 10011 | 11011 | 0 | 11010 | 100000011 | 11100 | 1000000 |
Color Harmonies of #9989BC
Complementary color
Monochromatic Colors of #9989BC
Black with #9989BC
Text Example
Text Example
White with #9989BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9989BC; }
p { color: rgb(153,137,188); }
H1.HeaderClassName
{
color: #9989BC;
}
.AnyTagClassName
{
color: #9989BC;
}
</style>
background-color css
<style>
a { background-color: #9989BC; }
a { background-color: rgb(153,137,188); }
div.DivClassName
{
background-color: #9989BC;
}
.BgClassName
{
background-color: #9989BC;
}
</style>
border-color css
<style>
span { border-color: #9989BC; }
span { border-color: rgb(153,137,188); }
td.TdClassName
{
border-color: #9989BC;
}
.TagClassName
{
border-color: #9989BC;
}
</style>