Shades of Cold Purple #9C8DBA
Tints of Cold Purple #9C8DBA
RGB
CMYK
RGB Variations
Color information
#9C8DBA (or 0x9C8DBA) is known color: Cold Purple. HEX triplet: 9C, 8D and BA. RGB value is (156,141,186). Sum of RGB (Red+Green+Blue) = 156+141+186=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C8DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DBA is #637245. Grayscale: #969696. Windows color (decimal): -6517318 or 12225948. OLE color: 12225948.
HSL color Cylindrical-coordinate representation of color #9C8DBA: hue angle of 260º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C8DBA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 141 | 186 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.27 |
| HSL | 260º | 0.25% | 0.64% | - |
| HSV(B) | 260º | 0.24% | 0.73% | - |
| XYZ | 32.1 | 29.66 | 50.49 | - |
| YUV | 150.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 186 | 0.16 | 0.24 | 0 | 0.27 | 260 | 0.25 | 0.64 |
| Hex | 9C | 8D | BA | 10 | 18 | 0 | 1B | 104 | 19 | 40 |
| Octal | 234 | 215 | 272 | 20 | 30 | 0 | 33 | 404 | 31 | 100 |
| Binary | 10011100 | 10001101 | 10111010 | 10000 | 11000 | 0 | 11011 | 100000100 | 11001 | 1000000 |
Color Harmonies of #9C8DBA
Complementary color
Monochromatic Colors of #9C8DBA
Black with #9C8DBA
Text Example
Text Example
White with #9C8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8DBA; }
p { color: rgb(156,141,186); }
H1.HeaderClassName
{
color: #9C8DBA;
}
.AnyTagClassName
{
color: #9C8DBA;
}
</style>
background-color css
<style>
a { background-color: #9C8DBA; }
a { background-color: rgb(156,141,186); }
div.DivClassName
{
background-color: #9C8DBA;
}
.BgClassName
{
background-color: #9C8DBA;
}
</style>
border-color css
<style>
span { border-color: #9C8DBA; }
span { border-color: rgb(156,141,186); }
td.TdClassName
{
border-color: #9C8DBA;
}
.TagClassName
{
border-color: #9C8DBA;
}
</style>