Shades of Cold Purple #997EC5
Tints of Cold Purple #997EC5
RGB
CMYK
RGB Variations
Color information
#997EC5 (or 0x997EC5) is known color: Cold Purple. HEX triplet: 99, 7E and C5. RGB value is (153,126,197). Sum of RGB (Red+Green+Blue) = 153+126+197=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 197 - color contains mainly: blue. Hex color #997EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EC5 is #66813A. Grayscale: #8D8D8D. Windows color (decimal): -6717755 or 12943001. OLE color: 12943001.
HSL color Cylindrical-coordinate representation of color #997EC5: hue angle of 262.82º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #997EC5 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 126 | 197 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.23 |
| HSL | 262.82º | 0.38% | 0.63% | - |
| HSV(B) | 262.82º | 0.36% | 0.77% | - |
| XYZ | 30.68 | 25.73 | 56.17 | - |
| YUV | 142.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 197 | 0.22 | 0.36 | 0 | 0.23 | 262.82 | 0.38 | 0.63 |
| Hex | 99 | 7E | C5 | 16 | 24 | 0 | 17 | 107 | 26 | 3F |
| Octal | 231 | 176 | 305 | 26 | 44 | 0 | 27 | 407 | 46 | 77 |
| Binary | 10011001 | 1111110 | 11000101 | 10110 | 100100 | 0 | 10111 | 100000111 | 100110 | 111111 |
Color Harmonies of #997EC5
Complementary color
Monochromatic Colors of #997EC5
Black with #997EC5
Text Example
Text Example
White with #997EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EC5; }
p { color: rgb(153,126,197); }
H1.HeaderClassName
{
color: #997EC5;
}
.AnyTagClassName
{
color: #997EC5;
}
</style>
background-color css
<style>
a { background-color: #997EC5; }
a { background-color: rgb(153,126,197); }
div.DivClassName
{
background-color: #997EC5;
}
.BgClassName
{
background-color: #997EC5;
}
</style>
border-color css
<style>
span { border-color: #997EC5; }
span { border-color: rgb(153,126,197); }
td.TdClassName
{
border-color: #997EC5;
}
.TagClassName
{
border-color: #997EC5;
}
</style>