Shades of Cold Purple #9C94AA
Tints of Cold Purple #9C94AA
RGB
CMYK
RGB Variations
Color information
#9C94AA (or 0x9C94AA) is known color: Cold Purple. HEX triplet: 9C, 94 and AA. RGB value is (156,148,170). Sum of RGB (Red+Green+Blue) = 156+148+170=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C94AA is #636B55. Grayscale: #989898. Windows color (decimal): -6515542 or 11179164. OLE color: 11179164.
HSL color Cylindrical-coordinate representation of color #9C94AA: hue angle of 261.82º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C94AA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 148 | 170 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.33 |
| HSL | 261.82º | 0.11% | 0.62% | - |
| HSV(B) | 261.82º | 0.13% | 0.67% | - |
| XYZ | 31.56 | 31.15 | 42.38 | - |
| YUV | 152.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 170 | 0.08 | 0.13 | 0 | 0.33 | 261.82 | 0.11 | 0.62 |
| Hex | 9C | 94 | AA | 8 | D | 0 | 21 | 106 | B | 3E |
| Octal | 234 | 224 | 252 | 10 | 15 | 0 | 41 | 406 | 13 | 76 |
| Binary | 10011100 | 10010100 | 10101010 | 1000 | 1101 | 0 | 100001 | 100000110 | 1011 | 111110 |
Color Harmonies of #9C94AA
Complementary color
Monochromatic Colors of #9C94AA
Black with #9C94AA
Text Example
Text Example
White with #9C94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C94AA; }
p { color: rgb(156,148,170); }
H1.HeaderClassName
{
color: #9C94AA;
}
.AnyTagClassName
{
color: #9C94AA;
}
</style>
background-color css
<style>
a { background-color: #9C94AA; }
a { background-color: rgb(156,148,170); }
div.DivClassName
{
background-color: #9C94AA;
}
.BgClassName
{
background-color: #9C94AA;
}
</style>
border-color css
<style>
span { border-color: #9C94AA; }
span { border-color: rgb(156,148,170); }
td.TdClassName
{
border-color: #9C94AA;
}
.TagClassName
{
border-color: #9C94AA;
}
</style>