Shades of Cold Purple #9788C0
Tints of Cold Purple #9788C0
RGB
CMYK
RGB Variations
Color information
#9788C0 (or 0x9788C0) is known color: Cold Purple. HEX triplet: 97, 88 and C0. RGB value is (151,136,192). Sum of RGB (Red+Green+Blue) = 151+136+192=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #9788C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788C0 is #68773F. Grayscale: #929292. Windows color (decimal): -6846272 or 12617879. OLE color: 12617879.
HSL color Cylindrical-coordinate representation of color #9788C0: hue angle of 256.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9788C0 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 136 | 192 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.25 |
| HSL | 256.07º | 0.31% | 0.64% | - |
| HSV(B) | 256.07º | 0.29% | 0.75% | - |
| XYZ | 31.08 | 27.99 | 53.63 | - |
| YUV | 146.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 192 | 0.21 | 0.29 | 0 | 0.25 | 256.07 | 0.31 | 0.64 |
| Hex | 97 | 88 | C0 | 15 | 1D | 0 | 19 | 100 | 1F | 40 |
| Octal | 227 | 210 | 300 | 25 | 35 | 0 | 31 | 400 | 37 | 100 |
| Binary | 10010111 | 10001000 | 11000000 | 10101 | 11101 | 0 | 11001 | 100000000 | 11111 | 1000000 |
Color Harmonies of #9788C0
Complementary color
Monochromatic Colors of #9788C0
Black with #9788C0
Text Example
Text Example
White with #9788C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9788C0; }
p { color: rgb(151,136,192); }
H1.HeaderClassName
{
color: #9788C0;
}
.AnyTagClassName
{
color: #9788C0;
}
</style>
background-color css
<style>
a { background-color: #9788C0; }
a { background-color: rgb(151,136,192); }
div.DivClassName
{
background-color: #9788C0;
}
.BgClassName
{
background-color: #9788C0;
}
</style>
border-color css
<style>
span { border-color: #9788C0; }
span { border-color: rgb(151,136,192); }
td.TdClassName
{
border-color: #9788C0;
}
.TagClassName
{
border-color: #9788C0;
}
</style>