Shades of Cold Purple #9D88B5
Tints of Cold Purple #9D88B5
RGB
CMYK
RGB Variations
Color information
#9D88B5 (or 0x9D88B5) is known color: Cold Purple. HEX triplet: 9D, 88 and B5. RGB value is (157,136,181). Sum of RGB (Red+Green+Blue) = 157+136+181=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 181 - color contains mainly: blue. Hex color #9D88B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D88B5 is #62774A. Grayscale: #939393. Windows color (decimal): -6453067 or 11896989. OLE color: 11896989.
HSL color Cylindrical-coordinate representation of color #9D88B5: hue angle of 268º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D88B5 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 136 | 181 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.29 |
| HSL | 268º | 0.23% | 0.62% | - |
| HSV(B) | 268º | 0.25% | 0.71% | - |
| XYZ | 31.05 | 28.11 | 47.51 | - |
| YUV | 147.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 181 | 0.13 | 0.25 | 0 | 0.29 | 268 | 0.23 | 0.62 |
| Hex | 9D | 88 | B5 | D | 19 | 0 | 1D | 10C | 17 | 3E |
| Octal | 235 | 210 | 265 | 15 | 31 | 0 | 35 | 414 | 27 | 76 |
| Binary | 10011101 | 10001000 | 10110101 | 1101 | 11001 | 0 | 11101 | 100001100 | 10111 | 111110 |
Color Harmonies of #9D88B5
Complementary color
Monochromatic Colors of #9D88B5
Black with #9D88B5
Text Example
Text Example
White with #9D88B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D88B5; }
p { color: rgb(157,136,181); }
H1.HeaderClassName
{
color: #9D88B5;
}
.AnyTagClassName
{
color: #9D88B5;
}
</style>
background-color css
<style>
a { background-color: #9D88B5; }
a { background-color: rgb(157,136,181); }
div.DivClassName
{
background-color: #9D88B5;
}
.BgClassName
{
background-color: #9D88B5;
}
</style>
border-color css
<style>
span { border-color: #9D88B5; }
span { border-color: rgb(157,136,181); }
td.TdClassName
{
border-color: #9D88B5;
}
.TagClassName
{
border-color: #9D88B5;
}
</style>