Shades of Cold Purple #9C8FBB
Tints of Cold Purple #9C8FBB
RGB
CMYK
RGB Variations
Color information
#9C8FBB (or 0x9C8FBB) is known color: Cold Purple. HEX triplet: 9C, 8F and BB. RGB value is (156,143,187). Sum of RGB (Red+Green+Blue) = 156+143+187=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C8FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FBB is #637044. Grayscale: #979797. Windows color (decimal): -6516805 or 12291996. OLE color: 12291996.
HSL color Cylindrical-coordinate representation of color #9C8FBB: hue angle of 257.73º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C8FBB is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 143 | 187 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.27 |
| HSL | 257.73º | 0.24% | 0.65% | - |
| HSV(B) | 257.73º | 0.24% | 0.73% | - |
| XYZ | 32.5 | 30.3 | 51.15 | - |
| YUV | 151.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 187 | 0.17 | 0.24 | 0 | 0.27 | 257.73 | 0.24 | 0.65 |
| Hex | 9C | 8F | BB | 11 | 18 | 0 | 1B | 102 | 18 | 41 |
| Octal | 234 | 217 | 273 | 21 | 30 | 0 | 33 | 402 | 30 | 101 |
| Binary | 10011100 | 10001111 | 10111011 | 10001 | 11000 | 0 | 11011 | 100000010 | 11000 | 1000001 |
Color Harmonies of #9C8FBB
Complementary color
Monochromatic Colors of #9C8FBB
Black with #9C8FBB
Text Example
Text Example
White with #9C8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FBB; }
p { color: rgb(156,143,187); }
H1.HeaderClassName
{
color: #9C8FBB;
}
.AnyTagClassName
{
color: #9C8FBB;
}
</style>
background-color css
<style>
a { background-color: #9C8FBB; }
a { background-color: rgb(156,143,187); }
div.DivClassName
{
background-color: #9C8FBB;
}
.BgClassName
{
background-color: #9C8FBB;
}
</style>
border-color css
<style>
span { border-color: #9C8FBB; }
span { border-color: rgb(156,143,187); }
td.TdClassName
{
border-color: #9C8FBB;
}
.TagClassName
{
border-color: #9C8FBB;
}
</style>