Shades of Cold Purple #9788BC
Tints of Cold Purple #9788BC
RGB
CMYK
RGB Variations
Color information
#9788BC (or 0x9788BC) is known color: Cold Purple. HEX triplet: 97, 88 and BC. RGB value is (151,136,188). Sum of RGB (Red+Green+Blue) = 151+136+188=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #9788BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788BC is #687743. Grayscale: #929292. Windows color (decimal): -6846276 or 12355735. OLE color: 12355735.
HSL color Cylindrical-coordinate representation of color #9788BC: hue angle of 257.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9788BC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 136 | 188 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.26 |
| HSL | 257.31º | 0.28% | 0.64% | - |
| HSV(B) | 257.31º | 0.28% | 0.74% | - |
| XYZ | 30.64 | 27.82 | 51.33 | - |
| YUV | 146.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 188 | 0.20 | 0.28 | 0 | 0.26 | 257.31 | 0.28 | 0.64 |
| Hex | 97 | 88 | BC | 14 | 1C | 0 | 1A | 101 | 1C | 40 |
| Octal | 227 | 210 | 274 | 24 | 34 | 0 | 32 | 401 | 34 | 100 |
| Binary | 10010111 | 10001000 | 10111100 | 10100 | 11100 | 0 | 11010 | 100000001 | 11100 | 1000000 |
Color Harmonies of #9788BC
Complementary color
Monochromatic Colors of #9788BC
Black with #9788BC
Text Example
Text Example
White with #9788BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9788BC; }
p { color: rgb(151,136,188); }
H1.HeaderClassName
{
color: #9788BC;
}
.AnyTagClassName
{
color: #9788BC;
}
</style>
background-color css
<style>
a { background-color: #9788BC; }
a { background-color: rgb(151,136,188); }
div.DivClassName
{
background-color: #9788BC;
}
.BgClassName
{
background-color: #9788BC;
}
</style>
border-color css
<style>
span { border-color: #9788BC; }
span { border-color: rgb(151,136,188); }
td.TdClassName
{
border-color: #9788BC;
}
.TagClassName
{
border-color: #9788BC;
}
</style>