Shades of Cold Purple #9C94AF
Tints of Cold Purple #9C94AF
RGB
CMYK
RGB Variations
Color information
#9C94AF (or 0x9C94AF) is known color: Cold Purple. HEX triplet: 9C, 94 and AF. RGB value is (156,148,175). Sum of RGB (Red+Green+Blue) = 156+148+175=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C94AF is #636B50. Grayscale: #999999. Windows color (decimal): -6515537 or 11506844. OLE color: 11506844.
HSL color Cylindrical-coordinate representation of color #9C94AF: hue angle of 257.78º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C94AF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 148 | 175 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.31 |
| HSL | 257.78º | 0.14% | 0.63% | - |
| HSV(B) | 257.78º | 0.15% | 0.69% | - |
| XYZ | 32.04 | 31.34 | 44.92 | - |
| YUV | 153.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 175 | 0.11 | 0.15 | 0 | 0.31 | 257.78 | 0.14 | 0.63 |
| Hex | 9C | 94 | AF | B | F | 0 | 1F | 102 | E | 3F |
| Octal | 234 | 224 | 257 | 13 | 17 | 0 | 37 | 402 | 16 | 77 |
| Binary | 10011100 | 10010100 | 10101111 | 1011 | 1111 | 0 | 11111 | 100000010 | 1110 | 111111 |
Color Harmonies of #9C94AF
Complementary color
Monochromatic Colors of #9C94AF
Black with #9C94AF
Text Example
Text Example
White with #9C94AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C94AF; }
p { color: rgb(156,148,175); }
H1.HeaderClassName
{
color: #9C94AF;
}
.AnyTagClassName
{
color: #9C94AF;
}
</style>
background-color css
<style>
a { background-color: #9C94AF; }
a { background-color: rgb(156,148,175); }
div.DivClassName
{
background-color: #9C94AF;
}
.BgClassName
{
background-color: #9C94AF;
}
</style>
border-color css
<style>
span { border-color: #9C94AF; }
span { border-color: rgb(156,148,175); }
td.TdClassName
{
border-color: #9C94AF;
}
.TagClassName
{
border-color: #9C94AF;
}
</style>