Shades of Cold Purple #9D8CBC
Tints of Cold Purple #9D8CBC
RGB
CMYK
RGB Variations
Color information
#9D8CBC (or 0x9D8CBC) is known color: Cold Purple. HEX triplet: 9D, 8C and BC. RGB value is (157,140,188). Sum of RGB (Red+Green+Blue) = 157+140+188=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D8CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CBC is #627343. Grayscale: #969696. Windows color (decimal): -6452036 or 12356765. OLE color: 12356765.
HSL color Cylindrical-coordinate representation of color #9D8CBC: hue angle of 261.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D8CBC is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 140 | 188 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.26 |
| HSL | 261.25º | 0.26% | 0.64% | - |
| HSV(B) | 261.25º | 0.26% | 0.74% | - |
| XYZ | 32.36 | 29.56 | 51.58 | - |
| YUV | 150.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 188 | 0.16 | 0.26 | 0 | 0.26 | 261.25 | 0.26 | 0.64 |
| Hex | 9D | 8C | BC | 10 | 1A | 0 | 1A | 105 | 1A | 40 |
| Octal | 235 | 214 | 274 | 20 | 32 | 0 | 32 | 405 | 32 | 100 |
| Binary | 10011101 | 10001100 | 10111100 | 10000 | 11010 | 0 | 11010 | 100000101 | 11010 | 1000000 |
Color Harmonies of #9D8CBC
Complementary color
Monochromatic Colors of #9D8CBC
Black with #9D8CBC
Text Example
Text Example
White with #9D8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8CBC; }
p { color: rgb(157,140,188); }
H1.HeaderClassName
{
color: #9D8CBC;
}
.AnyTagClassName
{
color: #9D8CBC;
}
</style>
background-color css
<style>
a { background-color: #9D8CBC; }
a { background-color: rgb(157,140,188); }
div.DivClassName
{
background-color: #9D8CBC;
}
.BgClassName
{
background-color: #9D8CBC;
}
</style>
border-color css
<style>
span { border-color: #9D8CBC; }
span { border-color: rgb(157,140,188); }
td.TdClassName
{
border-color: #9D8CBC;
}
.TagClassName
{
border-color: #9D8CBC;
}
</style>