Shades of Cold Purple #9C90AB
Tints of Cold Purple #9C90AB
RGB
CMYK
RGB Variations
Color information
#9C90AB (or 0x9C90AB) is known color: Cold Purple. HEX triplet: 9C, 90 and AB. RGB value is (156,144,171). Sum of RGB (Red+Green+Blue) = 156+144+171=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C90AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C90AB is #636F54. Grayscale: #969696. Windows color (decimal): -6516565 or 11243676. OLE color: 11243676.
HSL color Cylindrical-coordinate representation of color #9C90AB: hue angle of 266.67º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C90AB is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 144 | 171 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.33 |
| HSL | 266.67º | 0.14% | 0.62% | - |
| HSV(B) | 266.67º | 0.16% | 0.67% | - |
| XYZ | 31.03 | 29.95 | 42.67 | - |
| YUV | 150.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 171 | 0.09 | 0.16 | 0 | 0.33 | 266.67 | 0.14 | 0.62 |
| Hex | 9C | 90 | AB | 9 | 10 | 0 | 21 | 10B | E | 3E |
| Octal | 234 | 220 | 253 | 11 | 20 | 0 | 41 | 413 | 16 | 76 |
| Binary | 10011100 | 10010000 | 10101011 | 1001 | 10000 | 0 | 100001 | 100001011 | 1110 | 111110 |
Color Harmonies of #9C90AB
Complementary color
Monochromatic Colors of #9C90AB
Black with #9C90AB
Text Example
Text Example
White with #9C90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C90AB; }
p { color: rgb(156,144,171); }
H1.HeaderClassName
{
color: #9C90AB;
}
.AnyTagClassName
{
color: #9C90AB;
}
</style>
background-color css
<style>
a { background-color: #9C90AB; }
a { background-color: rgb(156,144,171); }
div.DivClassName
{
background-color: #9C90AB;
}
.BgClassName
{
background-color: #9C90AB;
}
</style>
border-color css
<style>
span { border-color: #9C90AB; }
span { border-color: rgb(156,144,171); }
td.TdClassName
{
border-color: #9C90AB;
}
.TagClassName
{
border-color: #9C90AB;
}
</style>