Shades of Cold Purple #9C8AAF
Tints of Cold Purple #9C8AAF
RGB
CMYK
RGB Variations
Color information
#9C8AAF (or 0x9C8AAF) is known color: Cold Purple. HEX triplet: 9C, 8A and AF. RGB value is (156,138,175). Sum of RGB (Red+Green+Blue) = 156+138+175=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8AAF is #637550. Grayscale: #939393. Windows color (decimal): -6518097 or 11504284. OLE color: 11504284.
HSL color Cylindrical-coordinate representation of color #9C8AAF: hue angle of 269.19º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C8AAF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 138 | 175 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.31 |
| HSL | 269.19º | 0.19% | 0.61% | - |
| HSV(B) | 269.19º | 0.21% | 0.69% | - |
| XYZ | 30.54 | 28.34 | 44.42 | - |
| YUV | 147.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 175 | 0.11 | 0.21 | 0 | 0.31 | 269.19 | 0.19 | 0.61 |
| Hex | 9C | 8A | AF | B | 15 | 0 | 1F | 10D | 13 | 3D |
| Octal | 234 | 212 | 257 | 13 | 25 | 0 | 37 | 415 | 23 | 75 |
| Binary | 10011100 | 10001010 | 10101111 | 1011 | 10101 | 0 | 11111 | 100001101 | 10011 | 111101 |
Color Harmonies of #9C8AAF
Complementary color
Monochromatic Colors of #9C8AAF
Black with #9C8AAF
Text Example
Text Example
White with #9C8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8AAF; }
p { color: rgb(156,138,175); }
H1.HeaderClassName
{
color: #9C8AAF;
}
.AnyTagClassName
{
color: #9C8AAF;
}
</style>
background-color css
<style>
a { background-color: #9C8AAF; }
a { background-color: rgb(156,138,175); }
div.DivClassName
{
background-color: #9C8AAF;
}
.BgClassName
{
background-color: #9C8AAF;
}
</style>
border-color css
<style>
span { border-color: #9C8AAF; }
span { border-color: rgb(156,138,175); }
td.TdClassName
{
border-color: #9C8AAF;
}
.TagClassName
{
border-color: #9C8AAF;
}
</style>