Shades of Cold Purple #9D8CBB
Tints of Cold Purple #9D8CBB
RGB
CMYK
RGB Variations
Color information
#9D8CBB (or 0x9D8CBB) is known color: Cold Purple. HEX triplet: 9D, 8C and BB. RGB value is (157,140,187). Sum of RGB (Red+Green+Blue) = 157+140+187=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D8CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CBB is #627344. Grayscale: #969696. Windows color (decimal): -6452037 or 12291229. OLE color: 12291229.
HSL color Cylindrical-coordinate representation of color #9D8CBB: hue angle of 261.7º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D8CBB is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 140 | 187 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.27 |
| HSL | 261.7º | 0.26% | 0.64% | - |
| HSV(B) | 261.7º | 0.25% | 0.73% | - |
| XYZ | 32.25 | 29.51 | 51.01 | - |
| YUV | 150.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 187 | 0.16 | 0.25 | 0 | 0.27 | 261.7 | 0.26 | 0.64 |
| Hex | 9D | 8C | BB | 10 | 19 | 0 | 1B | 106 | 1A | 40 |
| Octal | 235 | 214 | 273 | 20 | 31 | 0 | 33 | 406 | 32 | 100 |
| Binary | 10011101 | 10001100 | 10111011 | 10000 | 11001 | 0 | 11011 | 100000110 | 11010 | 1000000 |
Color Harmonies of #9D8CBB
Complementary color
Monochromatic Colors of #9D8CBB
Black with #9D8CBB
Text Example
Text Example
White with #9D8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8CBB; }
p { color: rgb(157,140,187); }
H1.HeaderClassName
{
color: #9D8CBB;
}
.AnyTagClassName
{
color: #9D8CBB;
}
</style>
background-color css
<style>
a { background-color: #9D8CBB; }
a { background-color: rgb(157,140,187); }
div.DivClassName
{
background-color: #9D8CBB;
}
.BgClassName
{
background-color: #9D8CBB;
}
</style>
border-color css
<style>
span { border-color: #9D8CBB; }
span { border-color: rgb(157,140,187); }
td.TdClassName
{
border-color: #9D8CBB;
}
.TagClassName
{
border-color: #9D8CBB;
}
</style>