Shades of Cold Purple #997FC0
Tints of Cold Purple #997FC0
RGB
CMYK
RGB Variations
Color information
#997FC0 (or 0x997FC0) is known color: Cold Purple. HEX triplet: 99, 7F and C0. RGB value is (153,127,192). Sum of RGB (Red+Green+Blue) = 153+127+192=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #997FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FC0 is #66803F. Grayscale: #8D8D8D. Windows color (decimal): -6717504 or 12615577. OLE color: 12615577.
HSL color Cylindrical-coordinate representation of color #997FC0: hue angle of 264º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997FC0 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 127 | 192 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.25 |
| HSL | 264º | 0.34% | 0.63% | - |
| HSV(B) | 264º | 0.34% | 0.75% | - |
| XYZ | 30.24 | 25.76 | 53.25 | - |
| YUV | 142.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 192 | 0.20 | 0.34 | 0 | 0.25 | 264 | 0.34 | 0.63 |
| Hex | 99 | 7F | C0 | 14 | 22 | 0 | 19 | 108 | 22 | 3F |
| Octal | 231 | 177 | 300 | 24 | 42 | 0 | 31 | 410 | 42 | 77 |
| Binary | 10011001 | 1111111 | 11000000 | 10100 | 100010 | 0 | 11001 | 100001000 | 100010 | 111111 |
Color Harmonies of #997FC0
Complementary color
Monochromatic Colors of #997FC0
Black with #997FC0
Text Example
Text Example
White with #997FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FC0; }
p { color: rgb(153,127,192); }
H1.HeaderClassName
{
color: #997FC0;
}
.AnyTagClassName
{
color: #997FC0;
}
</style>
background-color css
<style>
a { background-color: #997FC0; }
a { background-color: rgb(153,127,192); }
div.DivClassName
{
background-color: #997FC0;
}
.BgClassName
{
background-color: #997FC0;
}
</style>
border-color css
<style>
span { border-color: #997FC0; }
span { border-color: rgb(153,127,192); }
td.TdClassName
{
border-color: #997FC0;
}
.TagClassName
{
border-color: #997FC0;
}
</style>