Shades of Medium Purple #997FE3
Tints of Medium Purple #997FE3
RGB
CMYK
RGB Variations
Color information
#997FE3 (or 0x997FE3) is known color: Medium Purple. HEX triplet: 99, 7F and E3. RGB value is (153,127,227). Sum of RGB (Red+Green+Blue) = 153+127+227=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #997FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FE3 is #66801C. Grayscale: #919191. Windows color (decimal): -6717469 or 14909337. OLE color: 14909337.
HSL color Cylindrical-coordinate representation of color #997FE3: hue angle of 255.6º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997FE3 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 127 | 227 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.11 |
| HSL | 255.6º | 0.64% | 0.69% | - |
| HSV(B) | 255.6º | 0.44% | 0.89% | - |
| XYZ | 34.59 | 27.5 | 76.16 | - |
| YUV | 146.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 227 | 0.33 | 0.44 | 0 | 0.11 | 255.6 | 0.64 | 0.69 |
| Hex | 99 | 7F | E3 | 21 | 2C | 0 | B | 100 | 40 | 45 |
| Octal | 231 | 177 | 343 | 41 | 54 | 0 | 13 | 400 | 100 | 105 |
| Binary | 10011001 | 1111111 | 11100011 | 100001 | 101100 | 0 | 1011 | 100000000 | 1000000 | 1000101 |
Color Harmonies of #997FE3
Complementary color
Monochromatic Colors of #997FE3
Black with #997FE3
Text Example
Text Example
White with #997FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FE3; }
p { color: rgb(153,127,227); }
H1.HeaderClassName
{
color: #997FE3;
}
.AnyTagClassName
{
color: #997FE3;
}
</style>
background-color css
<style>
a { background-color: #997FE3; }
a { background-color: rgb(153,127,227); }
div.DivClassName
{
background-color: #997FE3;
}
.BgClassName
{
background-color: #997FE3;
}
</style>
border-color css
<style>
span { border-color: #997FE3; }
span { border-color: rgb(153,127,227); }
td.TdClassName
{
border-color: #997FE3;
}
.TagClassName
{
border-color: #997FE3;
}
</style>