Shades of Medium Purple #997AF0
Tints of Medium Purple #997AF0
RGB
CMYK
RGB Variations
Color information
#997AF0 (or 0x997AF0) is known color: Medium Purple. HEX triplet: 99, 7A and F0. RGB value is (153,122,240). Sum of RGB (Red+Green+Blue) = 153+122+240=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #997AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997AF0 is #66850F. Grayscale: #909090. Windows color (decimal): -6718736 or 15760025. OLE color: 15760025.
HSL color Cylindrical-coordinate representation of color #997AF0: hue angle of 255.76º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #997AF0 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 122 | 240 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.06 |
| HSL | 255.76º | 0.8% | 0.71% | - |
| HSV(B) | 255.76º | 0.49% | 0.94% | - |
| XYZ | 35.82 | 26.98 | 85.76 | - |
| YUV | 144.72 | 181.77 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 240 | 0.36 | 0.49 | 0 | 0.06 | 255.76 | 0.8 | 0.71 |
| Hex | 99 | 7A | F0 | 24 | 31 | 0 | 6 | 100 | 50 | 47 |
| Octal | 231 | 172 | 360 | 44 | 61 | 0 | 6 | 400 | 120 | 107 |
| Binary | 10011001 | 1111010 | 11110000 | 100100 | 110001 | 0 | 110 | 100000000 | 1010000 | 1000111 |
Color Harmonies of #997AF0
Complementary color
Monochromatic Colors of #997AF0
Black with #997AF0
Text Example
Text Example
White with #997AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997AF0; }
p { color: rgb(153,122,240); }
H1.HeaderClassName
{
color: #997AF0;
}
.AnyTagClassName
{
color: #997AF0;
}
</style>
background-color css
<style>
a { background-color: #997AF0; }
a { background-color: rgb(153,122,240); }
div.DivClassName
{
background-color: #997AF0;
}
.BgClassName
{
background-color: #997AF0;
}
</style>
border-color css
<style>
span { border-color: #997AF0; }
span { border-color: rgb(153,122,240); }
td.TdClassName
{
border-color: #997AF0;
}
.TagClassName
{
border-color: #997AF0;
}
</style>