Shades of Cold Purple #9C8CB2
Tints of Cold Purple #9C8CB2
RGB
CMYK
RGB Variations
Color information
#9C8CB2 (or 0x9C8CB2) is known color: Cold Purple. HEX triplet: 9C, 8C and B2. RGB value is (156,140,178). Sum of RGB (Red+Green+Blue) = 156+140+178=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 178 - color contains mainly: blue. Hex color #9C8CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8CB2 is #63734D. Grayscale: #949494. Windows color (decimal): -6517582 or 11701404. OLE color: 11701404.
HSL color Cylindrical-coordinate representation of color #9C8CB2: hue angle of 265.26º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C8CB2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 140 | 178 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.30 |
| HSL | 265.26º | 0.2% | 0.62% | - |
| HSV(B) | 265.26º | 0.21% | 0.7% | - |
| XYZ | 31.12 | 29.04 | 46.08 | - |
| YUV | 149.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 178 | 0.12 | 0.21 | 0 | 0.30 | 265.26 | 0.2 | 0.62 |
| Hex | 9C | 8C | B2 | C | 15 | 0 | 1E | 109 | 14 | 3E |
| Octal | 234 | 214 | 262 | 14 | 25 | 0 | 36 | 411 | 24 | 76 |
| Binary | 10011100 | 10001100 | 10110010 | 1100 | 10101 | 0 | 11110 | 100001001 | 10100 | 111110 |
Color Harmonies of #9C8CB2
Complementary color
Monochromatic Colors of #9C8CB2
Black with #9C8CB2
Text Example
Text Example
White with #9C8CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8CB2; }
p { color: rgb(156,140,178); }
H1.HeaderClassName
{
color: #9C8CB2;
}
.AnyTagClassName
{
color: #9C8CB2;
}
</style>
background-color css
<style>
a { background-color: #9C8CB2; }
a { background-color: rgb(156,140,178); }
div.DivClassName
{
background-color: #9C8CB2;
}
.BgClassName
{
background-color: #9C8CB2;
}
</style>
border-color css
<style>
span { border-color: #9C8CB2; }
span { border-color: rgb(156,140,178); }
td.TdClassName
{
border-color: #9C8CB2;
}
.TagClassName
{
border-color: #9C8CB2;
}
</style>