Shades of Medium Purple #997FD1
Tints of Medium Purple #997FD1
RGB
CMYK
RGB Variations
Color information
#997FD1 (or 0x997FD1) is known color: Medium Purple. HEX triplet: 99, 7F and D1. RGB value is (153,127,209). Sum of RGB (Red+Green+Blue) = 153+127+209=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #997FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FD1 is #66802E. Grayscale: #8F8F8F. Windows color (decimal): -6717487 or 13729689. OLE color: 13729689.
HSL color Cylindrical-coordinate representation of color #997FD1: hue angle of 259.02º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #997FD1 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 127 | 209 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.18 |
| HSL | 259.02º | 0.47% | 0.66% | - |
| HSV(B) | 259.02º | 0.39% | 0.82% | - |
| XYZ | 32.23 | 26.55 | 63.75 | - |
| YUV | 144.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 209 | 0.27 | 0.39 | 0 | 0.18 | 259.02 | 0.47 | 0.66 |
| Hex | 99 | 7F | D1 | 1B | 27 | 0 | 12 | 103 | 2F | 42 |
| Octal | 231 | 177 | 321 | 33 | 47 | 0 | 22 | 403 | 57 | 102 |
| Binary | 10011001 | 1111111 | 11010001 | 11011 | 100111 | 0 | 10010 | 100000011 | 101111 | 1000010 |
Color Harmonies of #997FD1
Complementary color
Monochromatic Colors of #997FD1
Black with #997FD1
Text Example
Text Example
White with #997FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FD1; }
p { color: rgb(153,127,209); }
H1.HeaderClassName
{
color: #997FD1;
}
.AnyTagClassName
{
color: #997FD1;
}
</style>
background-color css
<style>
a { background-color: #997FD1; }
a { background-color: rgb(153,127,209); }
div.DivClassName
{
background-color: #997FD1;
}
.BgClassName
{
background-color: #997FD1;
}
</style>
border-color css
<style>
span { border-color: #997FD1; }
span { border-color: rgb(153,127,209); }
td.TdClassName
{
border-color: #997FD1;
}
.TagClassName
{
border-color: #997FD1;
}
</style>