Shades of Cold Purple #9D8BBB
Tints of Cold Purple #9D8BBB
RGB
CMYK
RGB Variations
Color information
#9D8BBB (or 0x9D8BBB) is known color: Cold Purple. HEX triplet: 9D, 8B and BB. RGB value is (157,139,187). Sum of RGB (Red+Green+Blue) = 157+139+187=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D8BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8BBB is #627444. Grayscale: #959595. Windows color (decimal): -6452293 or 12290973. OLE color: 12290973.
HSL color Cylindrical-coordinate representation of color #9D8BBB: hue angle of 262.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D8BBB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 139 | 187 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.27 |
| HSL | 262.5º | 0.26% | 0.64% | - |
| HSV(B) | 262.5º | 0.26% | 0.73% | - |
| XYZ | 32.11 | 29.22 | 50.96 | - |
| YUV | 149.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 187 | 0.16 | 0.26 | 0 | 0.27 | 262.5 | 0.26 | 0.64 |
| Hex | 9D | 8B | BB | 10 | 1A | 0 | 1B | 106 | 1A | 40 |
| Octal | 235 | 213 | 273 | 20 | 32 | 0 | 33 | 406 | 32 | 100 |
| Binary | 10011101 | 10001011 | 10111011 | 10000 | 11010 | 0 | 11011 | 100000110 | 11010 | 1000000 |
Color Harmonies of #9D8BBB
Complementary color
Monochromatic Colors of #9D8BBB
Black with #9D8BBB
Text Example
Text Example
White with #9D8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8BBB; }
p { color: rgb(157,139,187); }
H1.HeaderClassName
{
color: #9D8BBB;
}
.AnyTagClassName
{
color: #9D8BBB;
}
</style>
background-color css
<style>
a { background-color: #9D8BBB; }
a { background-color: rgb(157,139,187); }
div.DivClassName
{
background-color: #9D8BBB;
}
.BgClassName
{
background-color: #9D8BBB;
}
</style>
border-color css
<style>
span { border-color: #9D8BBB; }
span { border-color: rgb(157,139,187); }
td.TdClassName
{
border-color: #9D8BBB;
}
.TagClassName
{
border-color: #9D8BBB;
}
</style>