Shades of Cold Purple #9D91BB
Tints of Cold Purple #9D91BB
RGB
CMYK
RGB Variations
Color information
#9D91BB (or 0x9D91BB) is known color: Cold Purple. HEX triplet: 9D, 91 and BB. RGB value is (157,145,187). Sum of RGB (Red+Green+Blue) = 157+145+187=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D91BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D91BB is #626E44. Grayscale: #999999. Windows color (decimal): -6450757 or 12292509. OLE color: 12292509.
HSL color Cylindrical-coordinate representation of color #9D91BB: hue angle of 257.14º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D91BB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 145 | 187 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.27 |
| HSL | 257.14º | 0.24% | 0.65% | - |
| HSV(B) | 257.14º | 0.22% | 0.73% | - |
| XYZ | 33 | 31.01 | 51.26 | - |
| YUV | 153.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 187 | 0.16 | 0.22 | 0 | 0.27 | 257.14 | 0.24 | 0.65 |
| Hex | 9D | 91 | BB | 10 | 16 | 0 | 1B | 101 | 18 | 41 |
| Octal | 235 | 221 | 273 | 20 | 26 | 0 | 33 | 401 | 30 | 101 |
| Binary | 10011101 | 10010001 | 10111011 | 10000 | 10110 | 0 | 11011 | 100000001 | 11000 | 1000001 |
Color Harmonies of #9D91BB
Complementary color
Monochromatic Colors of #9D91BB
Black with #9D91BB
Text Example
Text Example
White with #9D91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D91BB; }
p { color: rgb(157,145,187); }
H1.HeaderClassName
{
color: #9D91BB;
}
.AnyTagClassName
{
color: #9D91BB;
}
</style>
background-color css
<style>
a { background-color: #9D91BB; }
a { background-color: rgb(157,145,187); }
div.DivClassName
{
background-color: #9D91BB;
}
.BgClassName
{
background-color: #9D91BB;
}
</style>
border-color css
<style>
span { border-color: #9D91BB; }
span { border-color: rgb(157,145,187); }
td.TdClassName
{
border-color: #9D91BB;
}
.TagClassName
{
border-color: #9D91BB;
}
</style>