Shades of Cold Purple #9A89BD
Tints of Cold Purple #9A89BD
RGB
CMYK
RGB Variations
Color information
#9A89BD (or 0x9A89BD) is known color: Cold Purple. HEX triplet: 9A, 89 and BD. RGB value is (154,137,189). Sum of RGB (Red+Green+Blue) = 154+137+189=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A89BD is #657642. Grayscale: #939393. Windows color (decimal): -6649411 or 12421530. OLE color: 12421530.
HSL color Cylindrical-coordinate representation of color #9A89BD: hue angle of 259.62º 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 #9A89BD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 137 | 189 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.26 |
| HSL | 259.62º | 0.28% | 0.64% | - |
| HSV(B) | 259.62º | 0.28% | 0.74% | - |
| XYZ | 31.46 | 28.44 | 51.97 | - |
| YUV | 148.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 189 | 0.19 | 0.28 | 0 | 0.26 | 259.62 | 0.28 | 0.64 |
| Hex | 9A | 89 | BD | 13 | 1C | 0 | 1A | 104 | 1C | 40 |
| Octal | 232 | 211 | 275 | 23 | 34 | 0 | 32 | 404 | 34 | 100 |
| Binary | 10011010 | 10001001 | 10111101 | 10011 | 11100 | 0 | 11010 | 100000100 | 11100 | 1000000 |
Color Harmonies of #9A89BD
Complementary color
Monochromatic Colors of #9A89BD
Black with #9A89BD
Text Example
Text Example
White with #9A89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A89BD; }
p { color: rgb(154,137,189); }
H1.HeaderClassName
{
color: #9A89BD;
}
.AnyTagClassName
{
color: #9A89BD;
}
</style>
background-color css
<style>
a { background-color: #9A89BD; }
a { background-color: rgb(154,137,189); }
div.DivClassName
{
background-color: #9A89BD;
}
.BgClassName
{
background-color: #9A89BD;
}
</style>
border-color css
<style>
span { border-color: #9A89BD; }
span { border-color: rgb(154,137,189); }
td.TdClassName
{
border-color: #9A89BD;
}
.TagClassName
{
border-color: #9A89BD;
}
</style>