Shades of Medium Purple #997DF0
Tints of Medium Purple #997DF0
RGB
CMYK
RGB Variations
Color information
#997DF0 (or 0x997DF0) is known color: Medium Purple. HEX triplet: 99, 7D and F0. RGB value is (153,125,240). Sum of RGB (Red+Green+Blue) = 153+125+240=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #997DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DF0 is #66820F. Grayscale: #929292. Windows color (decimal): -6717968 or 15760793. OLE color: 15760793.
HSL color Cylindrical-coordinate representation of color #997DF0: hue angle of 254.61º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997DF0 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 125 | 240 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.06 |
| HSL | 254.61º | 0.79% | 0.72% | - |
| HSV(B) | 254.61º | 0.48% | 0.94% | - |
| XYZ | 36.2 | 27.73 | 85.88 | - |
| YUV | 146.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 240 | 0.36 | 0.48 | 0 | 0.06 | 254.61 | 0.79 | 0.72 |
| Hex | 99 | 7D | F0 | 24 | 30 | 0 | 6 | FF | 4F | 48 |
| Octal | 231 | 175 | 360 | 44 | 60 | 0 | 6 | 377 | 117 | 110 |
| Binary | 10011001 | 1111101 | 11110000 | 100100 | 110000 | 0 | 110 | 11111111 | 1001111 | 1001000 |
Color Harmonies of #997DF0
Complementary color
Monochromatic Colors of #997DF0
Black with #997DF0
Text Example
Text Example
White with #997DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DF0; }
p { color: rgb(153,125,240); }
H1.HeaderClassName
{
color: #997DF0;
}
.AnyTagClassName
{
color: #997DF0;
}
</style>
background-color css
<style>
a { background-color: #997DF0; }
a { background-color: rgb(153,125,240); }
div.DivClassName
{
background-color: #997DF0;
}
.BgClassName
{
background-color: #997DF0;
}
</style>
border-color css
<style>
span { border-color: #997DF0; }
span { border-color: rgb(153,125,240); }
td.TdClassName
{
border-color: #997DF0;
}
.TagClassName
{
border-color: #997DF0;
}
</style>