Shades of Cold Purple #9789BD
Tints of Cold Purple #9789BD
RGB
CMYK
RGB Variations
Color information
#9789BD (or 0x9789BD) is known color: Cold Purple. HEX triplet: 97, 89 and BD. RGB value is (151,137,189). Sum of RGB (Red+Green+Blue) = 151+137+189=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #9789BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9789BD is #687642. Grayscale: #929292. Windows color (decimal): -6846019 or 12421527. OLE color: 12421527.
HSL color Cylindrical-coordinate representation of color #9789BD: hue angle of 256.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9789BD is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 137 | 189 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.26 |
| HSL | 256.15º | 0.28% | 0.64% | - |
| HSV(B) | 256.15º | 0.28% | 0.74% | - |
| XYZ | 30.89 | 28.14 | 51.95 | - |
| YUV | 147.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 189 | 0.20 | 0.28 | 0 | 0.26 | 256.15 | 0.28 | 0.64 |
| Hex | 97 | 89 | BD | 14 | 1C | 0 | 1A | 100 | 1C | 40 |
| Octal | 227 | 211 | 275 | 24 | 34 | 0 | 32 | 400 | 34 | 100 |
| Binary | 10010111 | 10001001 | 10111101 | 10100 | 11100 | 0 | 11010 | 100000000 | 11100 | 1000000 |
Color Harmonies of #9789BD
Complementary color
Monochromatic Colors of #9789BD
Black with #9789BD
Text Example
Text Example
White with #9789BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9789BD; }
p { color: rgb(151,137,189); }
H1.HeaderClassName
{
color: #9789BD;
}
.AnyTagClassName
{
color: #9789BD;
}
</style>
background-color css
<style>
a { background-color: #9789BD; }
a { background-color: rgb(151,137,189); }
div.DivClassName
{
background-color: #9789BD;
}
.BgClassName
{
background-color: #9789BD;
}
</style>
border-color css
<style>
span { border-color: #9789BD; }
span { border-color: rgb(151,137,189); }
td.TdClassName
{
border-color: #9789BD;
}
.TagClassName
{
border-color: #9789BD;
}
</style>