Shades of Cold Purple #9780BC
Tints of Cold Purple #9780BC
RGB
CMYK
RGB Variations
Color information
#9780BC (or 0x9780BC) is known color: Cold Purple. HEX triplet: 97, 80 and BC. RGB value is (151,128,188). Sum of RGB (Red+Green+Blue) = 151+128+188=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9780BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780BC is #687F43. Grayscale: #8D8D8D. Windows color (decimal): -6848324 or 12353687. OLE color: 12353687.
HSL color Cylindrical-coordinate representation of color #9780BC: hue angle of 263º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9780BC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 128 | 188 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.26 |
| HSL | 263º | 0.31% | 0.62% | - |
| HSV(B) | 263º | 0.32% | 0.74% | - |
| XYZ | 29.56 | 25.65 | 50.97 | - |
| YUV | 141.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 128 | 188 | 0.20 | 0.32 | 0 | 0.26 | 263 | 0.31 | 0.62 |
| Hex | 97 | 80 | BC | 14 | 20 | 0 | 1A | 107 | 1F | 3E |
| Octal | 227 | 200 | 274 | 24 | 40 | 0 | 32 | 407 | 37 | 76 |
| Binary | 10010111 | 10000000 | 10111100 | 10100 | 100000 | 0 | 11010 | 100000111 | 11111 | 111110 |
Color Harmonies of #9780BC
Complementary color
Monochromatic Colors of #9780BC
Black with #9780BC
Text Example
Text Example
White with #9780BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9780BC; }
p { color: rgb(151,128,188); }
H1.HeaderClassName
{
color: #9780BC;
}
.AnyTagClassName
{
color: #9780BC;
}
</style>
background-color css
<style>
a { background-color: #9780BC; }
a { background-color: rgb(151,128,188); }
div.DivClassName
{
background-color: #9780BC;
}
.BgClassName
{
background-color: #9780BC;
}
</style>
border-color css
<style>
span { border-color: #9780BC; }
span { border-color: rgb(151,128,188); }
td.TdClassName
{
border-color: #9780BC;
}
.TagClassName
{
border-color: #9780BC;
}
</style>