Shades of Cold Purple #9D89B1
Tints of Cold Purple #9D89B1
RGB
CMYK
RGB Variations
Color information
#9D89B1 (or 0x9D89B1) is known color: Cold Purple. HEX triplet: 9D, 89 and B1. RGB value is (157,137,177). Sum of RGB (Red+Green+Blue) = 157+137+177=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 177 - color contains mainly: blue. Hex color #9D89B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D89B1 is #62764E. Grayscale: #939393. Windows color (decimal): -6452815 or 11635101. OLE color: 11635101.
HSL color Cylindrical-coordinate representation of color #9D89B1: hue angle of 270º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D89B1 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 137 | 177 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.31 |
| HSL | 270º | 0.2% | 0.62% | - |
| HSV(B) | 270º | 0.23% | 0.69% | - |
| XYZ | 30.79 | 28.23 | 45.42 | - |
| YUV | 147.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 177 | 0.11 | 0.23 | 0 | 0.31 | 270 | 0.2 | 0.62 |
| Hex | 9D | 89 | B1 | B | 17 | 0 | 1F | 10E | 14 | 3E |
| Octal | 235 | 211 | 261 | 13 | 27 | 0 | 37 | 416 | 24 | 76 |
| Binary | 10011101 | 10001001 | 10110001 | 1011 | 10111 | 0 | 11111 | 100001110 | 10100 | 111110 |
Color Harmonies of #9D89B1
Complementary color
Monochromatic Colors of #9D89B1
Black with #9D89B1
Text Example
Text Example
White with #9D89B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D89B1; }
p { color: rgb(157,137,177); }
H1.HeaderClassName
{
color: #9D89B1;
}
.AnyTagClassName
{
color: #9D89B1;
}
</style>
background-color css
<style>
a { background-color: #9D89B1; }
a { background-color: rgb(157,137,177); }
div.DivClassName
{
background-color: #9D89B1;
}
.BgClassName
{
background-color: #9D89B1;
}
</style>
border-color css
<style>
span { border-color: #9D89B1; }
span { border-color: rgb(157,137,177); }
td.TdClassName
{
border-color: #9D89B1;
}
.TagClassName
{
border-color: #9D89B1;
}
</style>