Shades of Medium Purple #997CF3
Tints of Medium Purple #997CF3
RGB
CMYK
RGB Variations
Color information
#997CF3 (or 0x997CF3) is known color: Medium Purple. HEX triplet: 99, 7C and F3. RGB value is (153,124,243). Sum of RGB (Red+Green+Blue) = 153+124+243=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #997CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CF3 is #66830C. Grayscale: #919191. Windows color (decimal): -6718221 or 15957145. OLE color: 15957145.
HSL color Cylindrical-coordinate representation of color #997CF3: hue angle of 254.62º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #997CF3 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 124 | 243 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.05 |
| HSL | 254.62º | 0.83% | 0.72% | - |
| HSV(B) | 254.62º | 0.49% | 0.95% | - |
| XYZ | 36.52 | 27.66 | 88.21 | - |
| YUV | 146.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 243 | 0.37 | 0.49 | 0 | 0.05 | 254.62 | 0.83 | 0.72 |
| Hex | 99 | 7C | F3 | 25 | 31 | 0 | 5 | FF | 53 | 48 |
| Octal | 231 | 174 | 363 | 45 | 61 | 0 | 5 | 377 | 123 | 110 |
| Binary | 10011001 | 1111100 | 11110011 | 100101 | 110001 | 0 | 101 | 11111111 | 1010011 | 1001000 |
Color Harmonies of #997CF3
Complementary color
Monochromatic Colors of #997CF3
Black with #997CF3
Text Example
Text Example
White with #997CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CF3; }
p { color: rgb(153,124,243); }
H1.HeaderClassName
{
color: #997CF3;
}
.AnyTagClassName
{
color: #997CF3;
}
</style>
background-color css
<style>
a { background-color: #997CF3; }
a { background-color: rgb(153,124,243); }
div.DivClassName
{
background-color: #997CF3;
}
.BgClassName
{
background-color: #997CF3;
}
</style>
border-color css
<style>
span { border-color: #997CF3; }
span { border-color: rgb(153,124,243); }
td.TdClassName
{
border-color: #997CF3;
}
.TagClassName
{
border-color: #997CF3;
}
</style>