Shades of Cold Purple #997EC7
Tints of Cold Purple #997EC7
RGB
CMYK
RGB Variations
Color information
#997EC7 (or 0x997EC7) is known color: Cold Purple. HEX triplet: 99, 7E and C7. RGB value is (153,126,199). Sum of RGB (Red+Green+Blue) = 153+126+199=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #997EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EC7 is #668138. Grayscale: #8E8E8E. Windows color (decimal): -6717753 or 13074073. OLE color: 13074073.
HSL color Cylindrical-coordinate representation of color #997EC7: hue angle of 262.19º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997EC7 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 126 | 199 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.22 |
| HSL | 262.19º | 0.39% | 0.64% | - |
| HSV(B) | 262.19º | 0.37% | 0.78% | - |
| XYZ | 30.91 | 25.82 | 57.39 | - |
| YUV | 142.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 199 | 0.23 | 0.37 | 0 | 0.22 | 262.19 | 0.39 | 0.64 |
| Hex | 99 | 7E | C7 | 17 | 25 | 0 | 16 | 106 | 27 | 40 |
| Octal | 231 | 176 | 307 | 27 | 45 | 0 | 26 | 406 | 47 | 100 |
| Binary | 10011001 | 1111110 | 11000111 | 10111 | 100101 | 0 | 10110 | 100000110 | 100111 | 1000000 |
Color Harmonies of #997EC7
Complementary color
Monochromatic Colors of #997EC7
Black with #997EC7
Text Example
Text Example
White with #997EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EC7; }
p { color: rgb(153,126,199); }
H1.HeaderClassName
{
color: #997EC7;
}
.AnyTagClassName
{
color: #997EC7;
}
</style>
background-color css
<style>
a { background-color: #997EC7; }
a { background-color: rgb(153,126,199); }
div.DivClassName
{
background-color: #997EC7;
}
.BgClassName
{
background-color: #997EC7;
}
</style>
border-color css
<style>
span { border-color: #997EC7; }
span { border-color: rgb(153,126,199); }
td.TdClassName
{
border-color: #997EC7;
}
.TagClassName
{
border-color: #997EC7;
}
</style>