Shades of Cold Purple #9789BB
Tints of Cold Purple #9789BB
RGB
CMYK
RGB Variations
Color information
#9789BB (or 0x9789BB) is known color: Cold Purple. HEX triplet: 97, 89 and BB. RGB value is (151,137,187). Sum of RGB (Red+Green+Blue) = 151+137+187=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #9789BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9789BB is #687644. Grayscale: #929292. Windows color (decimal): -6846021 or 12290455. OLE color: 12290455.
HSL color Cylindrical-coordinate representation of color #9789BB: hue angle of 256.8º 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 #9789BB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 137 | 187 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.27 |
| HSL | 256.8º | 0.27% | 0.64% | - |
| HSV(B) | 256.8º | 0.27% | 0.73% | - |
| XYZ | 30.68 | 28.06 | 50.81 | - |
| YUV | 146.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 187 | 0.19 | 0.27 | 0 | 0.27 | 256.8 | 0.27 | 0.64 |
| Hex | 97 | 89 | BB | 13 | 1B | 0 | 1B | 101 | 1B | 40 |
| Octal | 227 | 211 | 273 | 23 | 33 | 0 | 33 | 401 | 33 | 100 |
| Binary | 10010111 | 10001001 | 10111011 | 10011 | 11011 | 0 | 11011 | 100000001 | 11011 | 1000000 |
Color Harmonies of #9789BB
Complementary color
Monochromatic Colors of #9789BB
Black with #9789BB
Text Example
Text Example
White with #9789BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9789BB; }
p { color: rgb(151,137,187); }
H1.HeaderClassName
{
color: #9789BB;
}
.AnyTagClassName
{
color: #9789BB;
}
</style>
background-color css
<style>
a { background-color: #9789BB; }
a { background-color: rgb(151,137,187); }
div.DivClassName
{
background-color: #9789BB;
}
.BgClassName
{
background-color: #9789BB;
}
</style>
border-color css
<style>
span { border-color: #9789BB; }
span { border-color: rgb(151,137,187); }
td.TdClassName
{
border-color: #9789BB;
}
.TagClassName
{
border-color: #9789BB;
}
</style>