Shades of Medium Purple #997DF2
Tints of Medium Purple #997DF2
RGB
CMYK
RGB Variations
Color information
#997DF2 (or 0x997DF2) is known color: Medium Purple. HEX triplet: 99, 7D and F2. RGB value is (153,125,242). Sum of RGB (Red+Green+Blue) = 153+125+242=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #997DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DF2 is #66820D. Grayscale: #929292. Windows color (decimal): -6717966 or 15891865. OLE color: 15891865.
HSL color Cylindrical-coordinate representation of color #997DF2: hue angle of 254.36º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997DF2 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 125 | 242 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.05 |
| HSL | 254.36º | 0.82% | 0.72% | - |
| HSV(B) | 254.36º | 0.48% | 0.95% | - |
| XYZ | 36.5 | 27.85 | 87.46 | - |
| YUV | 146.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 242 | 0.37 | 0.48 | 0 | 0.05 | 254.36 | 0.82 | 0.72 |
| Hex | 99 | 7D | F2 | 25 | 30 | 0 | 5 | FE | 52 | 48 |
| Octal | 231 | 175 | 362 | 45 | 60 | 0 | 5 | 376 | 122 | 110 |
| Binary | 10011001 | 1111101 | 11110010 | 100101 | 110000 | 0 | 101 | 11111110 | 1010010 | 1001000 |
Color Harmonies of #997DF2
Complementary color
Monochromatic Colors of #997DF2
Black with #997DF2
Text Example
Text Example
White with #997DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DF2; }
p { color: rgb(153,125,242); }
H1.HeaderClassName
{
color: #997DF2;
}
.AnyTagClassName
{
color: #997DF2;
}
</style>
background-color css
<style>
a { background-color: #997DF2; }
a { background-color: rgb(153,125,242); }
div.DivClassName
{
background-color: #997DF2;
}
.BgClassName
{
background-color: #997DF2;
}
</style>
border-color css
<style>
span { border-color: #997DF2; }
span { border-color: rgb(153,125,242); }
td.TdClassName
{
border-color: #997DF2;
}
.TagClassName
{
border-color: #997DF2;
}
</style>