Shades of Cold Purple #9C8FBD
Tints of Cold Purple #9C8FBD
RGB
CMYK
RGB Variations
Color information
#9C8FBD (or 0x9C8FBD) is known color: Cold Purple. HEX triplet: 9C, 8F and BD. RGB value is (156,143,189). Sum of RGB (Red+Green+Blue) = 156+143+189=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C8FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FBD is #637042. Grayscale: #979797. Windows color (decimal): -6516803 or 12423068. OLE color: 12423068.
HSL color Cylindrical-coordinate representation of color #9C8FBD: hue angle of 256.96º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C8FBD is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 143 | 189 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.26 |
| HSL | 256.96º | 0.26% | 0.65% | - |
| HSV(B) | 256.96º | 0.24% | 0.74% | - |
| XYZ | 32.72 | 30.39 | 52.28 | - |
| YUV | 152.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 189 | 0.17 | 0.24 | 0 | 0.26 | 256.96 | 0.26 | 0.65 |
| Hex | 9C | 8F | BD | 11 | 18 | 0 | 1A | 101 | 1A | 41 |
| Octal | 234 | 217 | 275 | 21 | 30 | 0 | 32 | 401 | 32 | 101 |
| Binary | 10011100 | 10001111 | 10111101 | 10001 | 11000 | 0 | 11010 | 100000001 | 11010 | 1000001 |
Color Harmonies of #9C8FBD
Complementary color
Monochromatic Colors of #9C8FBD
Black with #9C8FBD
Text Example
Text Example
White with #9C8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FBD; }
p { color: rgb(156,143,189); }
H1.HeaderClassName
{
color: #9C8FBD;
}
.AnyTagClassName
{
color: #9C8FBD;
}
</style>
background-color css
<style>
a { background-color: #9C8FBD; }
a { background-color: rgb(156,143,189); }
div.DivClassName
{
background-color: #9C8FBD;
}
.BgClassName
{
background-color: #9C8FBD;
}
</style>
border-color css
<style>
span { border-color: #9C8FBD; }
span { border-color: rgb(156,143,189); }
td.TdClassName
{
border-color: #9C8FBD;
}
.TagClassName
{
border-color: #9C8FBD;
}
</style>