Shades of Cold Purple #9890B7
Tints of Cold Purple #9890B7
RGB
CMYK
RGB Variations
Color information
#9890B7 (or 0x9890B7) is known color: Cold Purple. HEX triplet: 98, 90 and B7. RGB value is (152,144,183). Sum of RGB (Red+Green+Blue) = 152+144+183=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 183 - color contains mainly: blue. Hex color #9890B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890B7 is #676F48. Grayscale: #969696. Windows color (decimal): -6778697 or 12030104. OLE color: 12030104.
HSL color Cylindrical-coordinate representation of color #9890B7: hue angle of 252.31º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9890B7 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 144 | 183 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.28 |
| HSL | 252.31º | 0.21% | 0.64% | - |
| HSV(B) | 252.31º | 0.21% | 0.72% | - |
| XYZ | 31.47 | 30.04 | 48.94 | - |
| YUV | 150.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 183 | 0.17 | 0.21 | 0 | 0.28 | 252.31 | 0.21 | 0.64 |
| Hex | 98 | 90 | B7 | 11 | 15 | 0 | 1C | FC | 15 | 40 |
| Octal | 230 | 220 | 267 | 21 | 25 | 0 | 34 | 374 | 25 | 100 |
| Binary | 10011000 | 10010000 | 10110111 | 10001 | 10101 | 0 | 11100 | 11111100 | 10101 | 1000000 |
Color Harmonies of #9890B7
Complementary color
Monochromatic Colors of #9890B7
Black with #9890B7
Text Example
Text Example
White with #9890B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890B7; }
p { color: rgb(152,144,183); }
H1.HeaderClassName
{
color: #9890B7;
}
.AnyTagClassName
{
color: #9890B7;
}
</style>
background-color css
<style>
a { background-color: #9890B7; }
a { background-color: rgb(152,144,183); }
div.DivClassName
{
background-color: #9890B7;
}
.BgClassName
{
background-color: #9890B7;
}
</style>
border-color css
<style>
span { border-color: #9890B7; }
span { border-color: rgb(152,144,183); }
td.TdClassName
{
border-color: #9890B7;
}
.TagClassName
{
border-color: #9890B7;
}
</style>