Shades of Cold Purple #9788CE
Tints of Cold Purple #9788CE
RGB
CMYK
RGB Variations
Color information
#9788CE (or 0x9788CE) is known color: Cold Purple. HEX triplet: 97, 88 and CE. RGB value is (151,136,206). Sum of RGB (Red+Green+Blue) = 151+136+206=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #9788CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788CE is #687731. Grayscale: #949494. Windows color (decimal): -6846258 or 13535383. OLE color: 13535383.
HSL color Cylindrical-coordinate representation of color #9788CE: hue angle of 252.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9788CE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 136 | 206 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.19 |
| HSL | 252.86º | 0.42% | 0.67% | - |
| HSV(B) | 252.86º | 0.34% | 0.81% | - |
| XYZ | 32.71 | 28.64 | 62.2 | - |
| YUV | 148.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 206 | 0.27 | 0.34 | 0 | 0.19 | 252.86 | 0.42 | 0.67 |
| Hex | 97 | 88 | CE | 1B | 22 | 0 | 13 | FD | 2A | 43 |
| Octal | 227 | 210 | 316 | 33 | 42 | 0 | 23 | 375 | 52 | 103 |
| Binary | 10010111 | 10001000 | 11001110 | 11011 | 100010 | 0 | 10011 | 11111101 | 101010 | 1000011 |
Color Harmonies of #9788CE
Complementary color
Monochromatic Colors of #9788CE
Black with #9788CE
Text Example
Text Example
White with #9788CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9788CE; }
p { color: rgb(151,136,206); }
H1.HeaderClassName
{
color: #9788CE;
}
.AnyTagClassName
{
color: #9788CE;
}
</style>
background-color css
<style>
a { background-color: #9788CE; }
a { background-color: rgb(151,136,206); }
div.DivClassName
{
background-color: #9788CE;
}
.BgClassName
{
background-color: #9788CE;
}
</style>
border-color css
<style>
span { border-color: #9788CE; }
span { border-color: rgb(151,136,206); }
td.TdClassName
{
border-color: #9788CE;
}
.TagClassName
{
border-color: #9788CE;
}
</style>