Shades of Medium Purple #997FF0
Tints of Medium Purple #997FF0
RGB
CMYK
RGB Variations
Color information
#997FF0 (or 0x997FF0) is known color: Medium Purple. HEX triplet: 99, 7F and F0. RGB value is (153,127,240). Sum of RGB (Red+Green+Blue) = 153+127+240=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #997FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997FF0 is #66800F. Grayscale: #939393. Windows color (decimal): -6717456 or 15761305. OLE color: 15761305.
HSL color Cylindrical-coordinate representation of color #997FF0: hue angle of 253.81º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #997FF0 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 127 | 240 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.06 |
| HSL | 253.81º | 0.79% | 0.72% | - |
| HSV(B) | 253.81º | 0.47% | 0.94% | - |
| XYZ | 36.45 | 28.24 | 85.97 | - |
| YUV | 147.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 240 | 0.36 | 0.47 | 0 | 0.06 | 253.81 | 0.79 | 0.72 |
| Hex | 99 | 7F | F0 | 24 | 2F | 0 | 6 | FE | 4F | 48 |
| Octal | 231 | 177 | 360 | 44 | 57 | 0 | 6 | 376 | 117 | 110 |
| Binary | 10011001 | 1111111 | 11110000 | 100100 | 101111 | 0 | 110 | 11111110 | 1001111 | 1001000 |
Color Harmonies of #997FF0
Complementary color
Monochromatic Colors of #997FF0
Black with #997FF0
Text Example
Text Example
White with #997FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FF0; }
p { color: rgb(153,127,240); }
H1.HeaderClassName
{
color: #997FF0;
}
.AnyTagClassName
{
color: #997FF0;
}
</style>
background-color css
<style>
a { background-color: #997FF0; }
a { background-color: rgb(153,127,240); }
div.DivClassName
{
background-color: #997FF0;
}
.BgClassName
{
background-color: #997FF0;
}
</style>
border-color css
<style>
span { border-color: #997FF0; }
span { border-color: rgb(153,127,240); }
td.TdClassName
{
border-color: #997FF0;
}
.TagClassName
{
border-color: #997FF0;
}
</style>