Shades of Medium Purple #997CDC
Tints of Medium Purple #997CDC
RGB
CMYK
RGB Variations
Color information
#997CDC (or 0x997CDC) is known color: Medium Purple. HEX triplet: 99, 7C and DC. RGB value is (153,124,220). Sum of RGB (Red+Green+Blue) = 153+124+220=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #997CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CDC is #668323. Grayscale: #8F8F8F. Windows color (decimal): -6718244 or 14449817. OLE color: 14449817.
HSL color Cylindrical-coordinate representation of color #997CDC: hue angle of 258.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997CDC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 124 | 220 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.14 |
| HSL | 258.13º | 0.58% | 0.67% | - |
| HSV(B) | 258.13º | 0.44% | 0.86% | - |
| XYZ | 33.26 | 26.35 | 71.04 | - |
| YUV | 143.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 220 | 0.30 | 0.44 | 0 | 0.14 | 258.13 | 0.58 | 0.67 |
| Hex | 99 | 7C | DC | 1E | 2C | 0 | E | 102 | 3A | 43 |
| Octal | 231 | 174 | 334 | 36 | 54 | 0 | 16 | 402 | 72 | 103 |
| Binary | 10011001 | 1111100 | 11011100 | 11110 | 101100 | 0 | 1110 | 100000010 | 111010 | 1000011 |
Color Harmonies of #997CDC
Complementary color
Monochromatic Colors of #997CDC
Black with #997CDC
Text Example
Text Example
White with #997CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CDC; }
p { color: rgb(153,124,220); }
H1.HeaderClassName
{
color: #997CDC;
}
.AnyTagClassName
{
color: #997CDC;
}
</style>
background-color css
<style>
a { background-color: #997CDC; }
a { background-color: rgb(153,124,220); }
div.DivClassName
{
background-color: #997CDC;
}
.BgClassName
{
background-color: #997CDC;
}
</style>
border-color css
<style>
span { border-color: #997CDC; }
span { border-color: rgb(153,124,220); }
td.TdClassName
{
border-color: #997CDC;
}
.TagClassName
{
border-color: #997CDC;
}
</style>