Shades of Cold Purple #9C90B1
Tints of Cold Purple #9C90B1
RGB
CMYK
RGB Variations
Color information
#9C90B1 (or 0x9C90B1) is known color: Cold Purple. HEX triplet: 9C, 90 and B1. RGB value is (156,144,177). Sum of RGB (Red+Green+Blue) = 156+144+177=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C90B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C90B1 is #636F4E. Grayscale: #979797. Windows color (decimal): -6516559 or 11636892. OLE color: 11636892.
HSL color Cylindrical-coordinate representation of color #9C90B1: hue angle of 261.82º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C90B1 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 144 | 177 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.31 |
| HSL | 261.82º | 0.17% | 0.63% | - |
| HSV(B) | 261.82º | 0.19% | 0.69% | - |
| XYZ | 31.62 | 30.19 | 45.76 | - |
| YUV | 151.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 177 | 0.12 | 0.19 | 0 | 0.31 | 261.82 | 0.17 | 0.63 |
| Hex | 9C | 90 | B1 | C | 13 | 0 | 1F | 106 | 11 | 3F |
| Octal | 234 | 220 | 261 | 14 | 23 | 0 | 37 | 406 | 21 | 77 |
| Binary | 10011100 | 10010000 | 10110001 | 1100 | 10011 | 0 | 11111 | 100000110 | 10001 | 111111 |
Color Harmonies of #9C90B1
Complementary color
Monochromatic Colors of #9C90B1
Black with #9C90B1
Text Example
Text Example
White with #9C90B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C90B1; }
p { color: rgb(156,144,177); }
H1.HeaderClassName
{
color: #9C90B1;
}
.AnyTagClassName
{
color: #9C90B1;
}
</style>
background-color css
<style>
a { background-color: #9C90B1; }
a { background-color: rgb(156,144,177); }
div.DivClassName
{
background-color: #9C90B1;
}
.BgClassName
{
background-color: #9C90B1;
}
</style>
border-color css
<style>
span { border-color: #9C90B1; }
span { border-color: rgb(156,144,177); }
td.TdClassName
{
border-color: #9C90B1;
}
.TagClassName
{
border-color: #9C90B1;
}
</style>