Shades of Cold Purple #997FC4
Tints of Cold Purple #997FC4
RGB
CMYK
RGB Variations
Color information
#997FC4 (or 0x997FC4) is known color: Cold Purple. HEX triplet: 99, 7F and C4. RGB value is (153,127,196). Sum of RGB (Red+Green+Blue) = 153+127+196=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #997FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FC4 is #66803B. Grayscale: #8E8E8E. Windows color (decimal): -6717500 or 12877721. OLE color: 12877721.
HSL color Cylindrical-coordinate representation of color #997FC4: hue angle of 262.61º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997FC4 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 127 | 196 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.23 |
| HSL | 262.61º | 0.37% | 0.63% | - |
| HSV(B) | 262.61º | 0.35% | 0.77% | - |
| XYZ | 30.69 | 25.94 | 55.61 | - |
| YUV | 142.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 196 | 0.22 | 0.35 | 0 | 0.23 | 262.61 | 0.37 | 0.63 |
| Hex | 99 | 7F | C4 | 16 | 23 | 0 | 17 | 107 | 25 | 3F |
| Octal | 231 | 177 | 304 | 26 | 43 | 0 | 27 | 407 | 45 | 77 |
| Binary | 10011001 | 1111111 | 11000100 | 10110 | 100011 | 0 | 10111 | 100000111 | 100101 | 111111 |
Color Harmonies of #997FC4
Complementary color
Monochromatic Colors of #997FC4
Black with #997FC4
Text Example
Text Example
White with #997FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FC4; }
p { color: rgb(153,127,196); }
H1.HeaderClassName
{
color: #997FC4;
}
.AnyTagClassName
{
color: #997FC4;
}
</style>
background-color css
<style>
a { background-color: #997FC4; }
a { background-color: rgb(153,127,196); }
div.DivClassName
{
background-color: #997FC4;
}
.BgClassName
{
background-color: #997FC4;
}
</style>
border-color css
<style>
span { border-color: #997FC4; }
span { border-color: rgb(153,127,196); }
td.TdClassName
{
border-color: #997FC4;
}
.TagClassName
{
border-color: #997FC4;
}
</style>