Shades of Cold Purple #9889BE
Tints of Cold Purple #9889BE
RGB
CMYK
RGB Variations
Color information
#9889BE (or 0x9889BE) is known color: Cold Purple. HEX triplet: 98, 89 and BE. RGB value is (152,137,190). Sum of RGB (Red+Green+Blue) = 152+137+190=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #9889BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889BE is #677641. Grayscale: #939393. Windows color (decimal): -6780482 or 12487064. OLE color: 12487064.
HSL color Cylindrical-coordinate representation of color #9889BE: hue angle of 256.98º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9889BE is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 137 | 190 | - |
| CMYK | 0.2 | 0.28 | 0 | 0.25 |
| HSL | 256.98º | 0.29% | 0.64% | - |
| HSV(B) | 256.98º | 0.28% | 0.75% | - |
| XYZ | 31.19 | 28.28 | 52.53 | - |
| YUV | 147.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 190 | 0.2 | 0.28 | 0 | 0.25 | 256.98 | 0.29 | 0.64 |
| Hex | 98 | 89 | BE | 14 | 1C | 0 | 19 | 101 | 1D | 40 |
| Octal | 230 | 211 | 276 | 24 | 34 | 0 | 31 | 401 | 35 | 100 |
| Binary | 10011000 | 10001001 | 10111110 | 10100 | 11100 | 0 | 11001 | 100000001 | 11101 | 1000000 |
Color Harmonies of #9889BE
Complementary color
Monochromatic Colors of #9889BE
Black with #9889BE
Text Example
Text Example
White with #9889BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9889BE; }
p { color: rgb(152,137,190); }
H1.HeaderClassName
{
color: #9889BE;
}
.AnyTagClassName
{
color: #9889BE;
}
</style>
background-color css
<style>
a { background-color: #9889BE; }
a { background-color: rgb(152,137,190); }
div.DivClassName
{
background-color: #9889BE;
}
.BgClassName
{
background-color: #9889BE;
}
</style>
border-color css
<style>
span { border-color: #9889BE; }
span { border-color: rgb(152,137,190); }
td.TdClassName
{
border-color: #9889BE;
}
.TagClassName
{
border-color: #9889BE;
}
</style>