Shades of Medium Purple #997DD3
Tints of Medium Purple #997DD3
RGB
CMYK
RGB Variations
Color information
#997DD3 (or 0x997DD3) is known color: Medium Purple. HEX triplet: 99, 7D and D3. RGB value is (153,125,211). Sum of RGB (Red+Green+Blue) = 153+125+211=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #997DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DD3 is #66822C. Grayscale: #8E8E8E. Windows color (decimal): -6717997 or 13860249. OLE color: 13860249.
HSL color Cylindrical-coordinate representation of color #997DD3: hue angle of 259.53º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997DD3 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 125 | 211 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.17 |
| HSL | 259.53º | 0.49% | 0.66% | - |
| HSV(B) | 259.53º | 0.41% | 0.83% | - |
| XYZ | 32.23 | 26.14 | 64.98 | - |
| YUV | 143.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 211 | 0.27 | 0.41 | 0 | 0.17 | 259.53 | 0.49 | 0.66 |
| Hex | 99 | 7D | D3 | 1B | 29 | 0 | 11 | 104 | 31 | 42 |
| Octal | 231 | 175 | 323 | 33 | 51 | 0 | 21 | 404 | 61 | 102 |
| Binary | 10011001 | 1111101 | 11010011 | 11011 | 101001 | 0 | 10001 | 100000100 | 110001 | 1000010 |
Color Harmonies of #997DD3
Complementary color
Monochromatic Colors of #997DD3
Black with #997DD3
Text Example
Text Example
White with #997DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DD3; }
p { color: rgb(153,125,211); }
H1.HeaderClassName
{
color: #997DD3;
}
.AnyTagClassName
{
color: #997DD3;
}
</style>
background-color css
<style>
a { background-color: #997DD3; }
a { background-color: rgb(153,125,211); }
div.DivClassName
{
background-color: #997DD3;
}
.BgClassName
{
background-color: #997DD3;
}
</style>
border-color css
<style>
span { border-color: #997DD3; }
span { border-color: rgb(153,125,211); }
td.TdClassName
{
border-color: #997DD3;
}
.TagClassName
{
border-color: #997DD3;
}
</style>