Shades of Cold Purple #997FC8
Tints of Cold Purple #997FC8
RGB
CMYK
RGB Variations
Color information
#997FC8 (or 0x997FC8) is known color: Cold Purple. HEX triplet: 99, 7F and C8. RGB value is (153,127,200). Sum of RGB (Red+Green+Blue) = 153+127+200=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 200 - color contains mainly: blue. Hex color #997FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FC8 is #668037. Grayscale: #8E8E8E. Windows color (decimal): -6717496 or 13139865. OLE color: 13139865.
HSL color Cylindrical-coordinate representation of color #997FC8: hue angle of 261.37º degrees, saturation: 0.4, 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 #997FC8 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 127 | 200 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.22 |
| HSL | 261.37º | 0.4% | 0.64% | - |
| HSV(B) | 261.37º | 0.37% | 0.78% | - |
| XYZ | 31.15 | 26.12 | 58.04 | - |
| YUV | 143.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 200 | 0.24 | 0.36 | 0 | 0.22 | 261.37 | 0.4 | 0.64 |
| Hex | 99 | 7F | C8 | 18 | 24 | 0 | 16 | 105 | 28 | 40 |
| Octal | 231 | 177 | 310 | 30 | 44 | 0 | 26 | 405 | 50 | 100 |
| Binary | 10011001 | 1111111 | 11001000 | 11000 | 100100 | 0 | 10110 | 100000101 | 101000 | 1000000 |
Color Harmonies of #997FC8
Complementary color
Monochromatic Colors of #997FC8
Black with #997FC8
Text Example
Text Example
White with #997FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FC8; }
p { color: rgb(153,127,200); }
H1.HeaderClassName
{
color: #997FC8;
}
.AnyTagClassName
{
color: #997FC8;
}
</style>
background-color css
<style>
a { background-color: #997FC8; }
a { background-color: rgb(153,127,200); }
div.DivClassName
{
background-color: #997FC8;
}
.BgClassName
{
background-color: #997FC8;
}
</style>
border-color css
<style>
span { border-color: #997FC8; }
span { border-color: rgb(153,127,200); }
td.TdClassName
{
border-color: #997FC8;
}
.TagClassName
{
border-color: #997FC8;
}
</style>