Shades of Medium Purple #997FDE
Tints of Medium Purple #997FDE
RGB
CMYK
RGB Variations
Color information
#997FDE (or 0x997FDE) is known color: Medium Purple. HEX triplet: 99, 7F and DE. RGB value is (153,127,222). Sum of RGB (Red+Green+Blue) = 153+127+222=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #997FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FDE is #668021. Grayscale: #919191. Windows color (decimal): -6717474 or 14581657. OLE color: 14581657.
HSL color Cylindrical-coordinate representation of color #997FDE: hue angle of 256.42º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997FDE is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 127 | 222 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.13 |
| HSL | 256.42º | 0.59% | 0.68% | - |
| HSV(B) | 256.42º | 0.43% | 0.87% | - |
| XYZ | 33.91 | 27.22 | 72.57 | - |
| YUV | 145.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 222 | 0.31 | 0.43 | 0 | 0.13 | 256.42 | 0.59 | 0.68 |
| Hex | 99 | 7F | DE | 1F | 2B | 0 | D | 100 | 3B | 44 |
| Octal | 231 | 177 | 336 | 37 | 53 | 0 | 15 | 400 | 73 | 104 |
| Binary | 10011001 | 1111111 | 11011110 | 11111 | 101011 | 0 | 1101 | 100000000 | 111011 | 1000100 |
Color Harmonies of #997FDE
Complementary color
Monochromatic Colors of #997FDE
Black with #997FDE
Text Example
Text Example
White with #997FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FDE; }
p { color: rgb(153,127,222); }
H1.HeaderClassName
{
color: #997FDE;
}
.AnyTagClassName
{
color: #997FDE;
}
</style>
background-color css
<style>
a { background-color: #997FDE; }
a { background-color: rgb(153,127,222); }
div.DivClassName
{
background-color: #997FDE;
}
.BgClassName
{
background-color: #997FDE;
}
</style>
border-color css
<style>
span { border-color: #997FDE; }
span { border-color: rgb(153,127,222); }
td.TdClassName
{
border-color: #997FDE;
}
.TagClassName
{
border-color: #997FDE;
}
</style>