Shades of Cold Purple #9C90AC
Tints of Cold Purple #9C90AC
RGB
CMYK
RGB Variations
Color information
#9C90AC (or 0x9C90AC) is known color: Cold Purple. HEX triplet: 9C, 90 and AC. RGB value is (156,144,172). Sum of RGB (Red+Green+Blue) = 156+144+172=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C90AC is #636F53. Grayscale: #969696. Windows color (decimal): -6516564 or 11309212. OLE color: 11309212.
HSL color Cylindrical-coordinate representation of color #9C90AC: hue angle of 265.71º 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 #9C90AC is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 144 | 172 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.33 |
| HSL | 265.71º | 0.14% | 0.62% | - |
| HSV(B) | 265.71º | 0.16% | 0.67% | - |
| XYZ | 31.13 | 29.99 | 43.18 | - |
| YUV | 150.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 172 | 0.09 | 0.16 | 0 | 0.33 | 265.71 | 0.14 | 0.62 |
| Hex | 9C | 90 | AC | 9 | 10 | 0 | 21 | 10A | E | 3E |
| Octal | 234 | 220 | 254 | 11 | 20 | 0 | 41 | 412 | 16 | 76 |
| Binary | 10011100 | 10010000 | 10101100 | 1001 | 10000 | 0 | 100001 | 100001010 | 1110 | 111110 |
Color Harmonies of #9C90AC
Complementary color
Monochromatic Colors of #9C90AC
Black with #9C90AC
Text Example
Text Example
White with #9C90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C90AC; }
p { color: rgb(156,144,172); }
H1.HeaderClassName
{
color: #9C90AC;
}
.AnyTagClassName
{
color: #9C90AC;
}
</style>
background-color css
<style>
a { background-color: #9C90AC; }
a { background-color: rgb(156,144,172); }
div.DivClassName
{
background-color: #9C90AC;
}
.BgClassName
{
background-color: #9C90AC;
}
</style>
border-color css
<style>
span { border-color: #9C90AC; }
span { border-color: rgb(156,144,172); }
td.TdClassName
{
border-color: #9C90AC;
}
.TagClassName
{
border-color: #9C90AC;
}
</style>