Shades of Cold Purple #9780C9
Tints of Cold Purple #9780C9
RGB
CMYK
RGB Variations
Color information
#9780C9 (or 0x9780C9) is known color: Cold Purple. HEX triplet: 97, 80 and C9. RGB value is (151,128,201). Sum of RGB (Red+Green+Blue) = 151+128+201=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #9780C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780C9 is #687F36. Grayscale: #8E8E8E. Windows color (decimal): -6848311 or 13205655. OLE color: 13205655.
HSL color Cylindrical-coordinate representation of color #9780C9: hue angle of 258.9º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9780C9 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 128 | 201 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.21 |
| HSL | 258.9º | 0.4% | 0.65% | - |
| HSV(B) | 258.9º | 0.36% | 0.79% | - |
| XYZ | 31.02 | 26.23 | 58.69 | - |
| YUV | 143.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 128 | 201 | 0.25 | 0.36 | 0 | 0.21 | 258.9 | 0.4 | 0.65 |
| Hex | 97 | 80 | C9 | 19 | 24 | 0 | 15 | 103 | 28 | 41 |
| Octal | 227 | 200 | 311 | 31 | 44 | 0 | 25 | 403 | 50 | 101 |
| Binary | 10010111 | 10000000 | 11001001 | 11001 | 100100 | 0 | 10101 | 100000011 | 101000 | 1000001 |
Color Harmonies of #9780C9
Complementary color
Monochromatic Colors of #9780C9
Black with #9780C9
Text Example
Text Example
White with #9780C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9780C9; }
p { color: rgb(151,128,201); }
H1.HeaderClassName
{
color: #9780C9;
}
.AnyTagClassName
{
color: #9780C9;
}
</style>
background-color css
<style>
a { background-color: #9780C9; }
a { background-color: rgb(151,128,201); }
div.DivClassName
{
background-color: #9780C9;
}
.BgClassName
{
background-color: #9780C9;
}
</style>
border-color css
<style>
span { border-color: #9780C9; }
span { border-color: rgb(151,128,201); }
td.TdClassName
{
border-color: #9780C9;
}
.TagClassName
{
border-color: #9780C9;
}
</style>