Shades of Cold Purple #9C94BB
Tints of Cold Purple #9C94BB
RGB
CMYK
RGB Variations
Color information
#9C94BB (or 0x9C94BB) is known color: Cold Purple. HEX triplet: 9C, 94 and BB. RGB value is (156,148,187). Sum of RGB (Red+Green+Blue) = 156+148+187=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C94BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94BB is #636B44. Grayscale: #9A9A9A. Windows color (decimal): -6515525 or 12293276. OLE color: 12293276.
HSL color Cylindrical-coordinate representation of color #9C94BB: hue angle of 252.31º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C94BB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 148 | 187 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.27 |
| HSL | 252.31º | 0.22% | 0.66% | - |
| HSV(B) | 252.31º | 0.21% | 0.73% | - |
| XYZ | 33.27 | 31.84 | 51.41 | - |
| YUV | 154.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 187 | 0.17 | 0.21 | 0 | 0.27 | 252.31 | 0.22 | 0.66 |
| Hex | 9C | 94 | BB | 11 | 15 | 0 | 1B | FC | 16 | 42 |
| Octal | 234 | 224 | 273 | 21 | 25 | 0 | 33 | 374 | 26 | 102 |
| Binary | 10011100 | 10010100 | 10111011 | 10001 | 10101 | 0 | 11011 | 11111100 | 10110 | 1000010 |
Color Harmonies of #9C94BB
Complementary color
Monochromatic Colors of #9C94BB
Black with #9C94BB
Text Example
Text Example
White with #9C94BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C94BB; }
p { color: rgb(156,148,187); }
H1.HeaderClassName
{
color: #9C94BB;
}
.AnyTagClassName
{
color: #9C94BB;
}
</style>
background-color css
<style>
a { background-color: #9C94BB; }
a { background-color: rgb(156,148,187); }
div.DivClassName
{
background-color: #9C94BB;
}
.BgClassName
{
background-color: #9C94BB;
}
</style>
border-color css
<style>
span { border-color: #9C94BB; }
span { border-color: rgb(156,148,187); }
td.TdClassName
{
border-color: #9C94BB;
}
.TagClassName
{
border-color: #9C94BB;
}
</style>